1
0
Fork 0
forked from suyu/suyu
suyu/src
FearlessTobi 9f82a9a244 crypto: Make KeyManager a singleton class
Previously, we were reading the keys everytime a KeyManager object was created, causing yuzu to reread the keys file multiple hundreds of times when loading the game list.
With this change, it is only loaded once.
On my system, this decreased game list loading times by a factor of 20.
2020-05-20 21:28:16 +02:00
..
audio_core audio_renderer: Preliminary BehaviorInfo (#3736) 2020-04-20 22:57:30 -04:00
common acc: Return a unique value per account for GetAccountId 2020-04-29 21:09:53 +10:00
core crypto: Make KeyManager a singleton class 2020-05-20 21:28:16 +02:00
input_common input_common: fix build when SDL2 is disabled 2020-05-02 21:47:17 +02:00
tests Merge pull request #3697 from lioncash/declarations 2020-04-23 02:18:52 -04:00
video_core Merge pull request #3815 from FernandoS27/command-list-2 2020-05-05 17:12:42 -04:00
web_service Merge pull request #3673 from lioncash/extra 2020-04-16 21:12:33 -04:00
yuzu crypto: Make KeyManager a singleton class 2020-05-20 21:28:16 +02:00
yuzu_cmd Merge pull request #3742 from FernandoS27/command-list 2020-04-27 00:18:46 -04:00
yuzu_tester GPU: Add Fast GPU Time Option. 2020-04-23 08:52:57 -04:00
.clang-format
CMakeLists.txt CMakeLists: Make missing declarations a compile-time error 2020-04-16 23:43:41 -04:00