suyu/src/core/hle/service/es
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
..
es.cpp crypto: Make KeyManager a singleton class 2020-05-20 21:28:16 +02:00
es.h service: Add the es service 2018-07-25 15:36:55 -04:00