Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-27 | Move solution and projects to src | TSR Berry | |
2022-03-22 | hle: Some cleanup (#3210)1.1.83 | Ac_K | |
* hle: Some cleanup This PR cleaned up a bit the HLE folder and the VirtualFileSystem one, since we use LibHac, we can use some class of it directly instead of duplicate things. The "Content" of VFS folder is removed since it should be handled in the NCM service directly. A larger cleanup should be done later since there is still be duplicated code here and there. * Fix Headless.SDL2 * Addresses gdkchan feedback | |||
2021-12-23 | Update to LibHac v0.14.3 (#2925) | Alex Barney | |
* Update to LibHac v0.14.3 * Fix loading NCAs that don't have a data partition | |||
2021-08-20 | Clean the SD card save directory when opening the emulator (#2564) | Alex Barney | |
Cleans "sdcard:/Nintendo/save" and deletes "sdcard:/save" when opening the emulator. Works around invalid encryption when keys or the SD card encryption seed are changed. | |||
2021-08-17 | Always use an all-zeros key for AES-XTS file systems (#2561) | Alex Barney | |