yuzu/src
Lioncash 5172354e29 configure_system: Make GetAccountUsername() an internal function
We can just make the function accept an arbitrary ProfileManager
reference and operate on that instead of tying the function to the class
itself. This allows us to keep the function internal to the cpp file and
removes the need to forward declare the UUID struct.
2018-10-25 17:27:25 -04:00
..
audio_core time_stretch: Remove unused m_channel_count member variable 2018-10-24 00:46:17 -04:00
common logging/backend: Add missing services to the log filters 2018-10-23 22:35:59 -04:00
core Merge pull request #1579 from lioncash/usb 2018-10-25 12:22:57 -04:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests kernel/thread: Use a regular pointer for the owner/current process 2018-10-10 02:04:55 -04:00
video_core Merge pull request #1524 from FernandoS27/layers-fix 2018-10-25 00:29:18 -04:00
web_service Merge pull request #1542 from lioncash/project 2018-10-23 18:44:08 -04:00
yuzu configure_system: Make GetAccountUsername() an internal function 2018-10-25 17:27:25 -04:00
yuzu_cmd acc: Fix account UUID duplication error 2018-10-23 19:31:28 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00