1
0
Fork 0
forked from suyu/suyu
suyu/src/yuzu
Lioncash 414cc1eb1f kernel: Remove the Timer class
A holdover from citra, the Horizon kernel on the switch has no
prominent kernel object that functions as a timer. At least not
to the degree of sophistication that this class provided.

As such, this can be removed entirely. This class also wasn't used at
all in any meaningful way within the core, so this was just code sitting
around doing nothing. This also allows removing a few things from the
main KernelCore class that allows it to use slightly less resources
overall (though very minor and not anything really noticeable).
2019-01-31 23:05:15 -05:00
..
applets core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00
configuration citra_qt: Log settings on launch 2019-01-22 23:35:38 +01:00
debugger kernel: Remove the Timer class 2019-01-31 23:05:15 -05:00
util configure_system: Contrain profile usernames to 32 characters 2018-10-31 02:05:00 -04:00
about_dialog.cpp Better Title Bar Display 2018-09-07 11:54:51 +05:30
about_dialog.h
aboutdialog.ui
bootmanager.cpp QT Frontend: Add a Loading screen with progressbar 2019-01-19 23:34:03 -07:00
bootmanager.h QT Frontend: Add a Loading screen with progressbar 2019-01-19 23:34:03 -07:00
CMakeLists.txt QT Frontend: Add a Loading screen with progressbar 2019-01-19 23:34:03 -07:00
compatdb.cpp compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
compatdb.h compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
compatdb.ui Port web_service from Citra 2018-10-02 15:30:48 +02:00
compatibility_list.cpp yuzu: Move compatibility list specifics to their own source files 2018-09-09 19:45:25 -04:00
compatibility_list.h yuzu: Move compatibility list specifics to their own source files 2018-09-09 19:45:25 -04:00
discord.h Port web_service from Citra 2018-10-02 15:30:48 +02:00
discord_impl.cpp Port web_service from Citra 2018-10-02 15:30:48 +02:00
discord_impl.h Address a bunch of review comments 2018-10-02 15:30:48 +02:00
game_list.cpp Merge pull request #1848 from FreddyFunk/QJsonArray 2019-01-12 02:01:13 -05:00
game_list.h qt: Add Properties menu to game list right-click 2018-12-04 13:34:50 -05:00
game_list_p.h Merge pull request #1360 from FearlessTobi/port-3979 2018-09-27 17:09:11 -04:00
game_list_worker.cpp Merge pull request #1819 from DarkLordZach/disable-addons 2018-12-10 21:52:19 -05:00
game_list_worker.h file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 2018-10-16 09:38:52 -04:00
hotkeys.cpp
hotkeys.h
hotkeys.ui
Info.plist
loading_screen.cpp Change const char* to const char[] 2019-01-21 10:28:32 -07:00
loading_screen.h Fix mingw compile error and warnings 2019-01-21 09:39:45 -07:00
loading_screen.ui Add fade out effect to the loading screen 2019-01-21 09:20:16 -07:00
main.cpp Merge pull request #2054 from bunnei/scope-context-refactor 2019-01-23 21:20:08 -05:00
main.h QT Frontend: Add a Loading screen with progressbar 2019-01-19 23:34:03 -07:00
main.ui yuzu, video_core: Screenshot functionality 2018-12-18 22:54:41 +01:00
ui_settings.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-04 09:43:51 -04:00
ui_settings.h qt: Add setting to prompt for user on game boot 2018-12-25 10:42:14 -05:00
yuzu.rc