- Mar 20, 2018
- Mar 14, 2018
-
-
bunnei authored
-
- Mar 04, 2018
- Mar 02, 2018
- Feb 25, 2018
-
-
shinyquagsire23 authored
Asdf
-
shinyquagsire23 authored
-
- Jan 21, 2018
- Jan 20, 2018
-
-
James Rowe authored
-
- Jan 17, 2018
-
-
N00byKing authored
-
- Jan 13, 2018
-
-
bunnei authored
-
- Oct 31, 2017
-
-
bunnei authored
-
- Oct 15, 2017
-
-
bunnei authored
-
- Oct 13, 2017
-
-
bunnei authored
-
- Oct 01, 2017
-
-
shinyquagsire23 authored
-
shinyquagsire23 authored
-
shinyquagsire23 authored
file_sys/ncch_container: add RomFS, ExeFS override to allow for backward compatibility with existing .romfs system archive dumps
-
shinyquagsire23 authored
-
- Sep 30, 2017
-
-
bunnei authored
-
- Sep 25, 2017
-
-
Subv authored
The loaders now register each loaded ROM with the SelfNCCH factory, which keeps the data around for the duration of the emulation session. When opening the SelfNCCH archive, the factory queries the current program's programid and uses that as a key to the map that contains the NCCHData structure (RomFS, Icon, Banner, etc). 3dsx files do not have a programid and will use a default of 0 for this value, thus, only 1 3dsx file with RomFS is loadable at the same time.
-
Max Thomas authored
* loader/ncch: split NCCH parsing into its own file * loader/ncch: add support for loading update NCCHs from the SD card * loader/ncch: fix formatting * file_sys/ncch_container: Return a value for OpenFile * loader/ncch: cleanup, always instantiate overlay_ncch to base_ncch * file_sys/ncch_container: better encryption checks, allow non-app NCCHs to load properly and for the existence of NCCH structures to be checked * file_sys/ncch_container: pass filepath as a const reference
-
- Aug 21, 2017
-
-
Subv authored
-
- Jul 31, 2017
-
-
James authored
-
- Jun 02, 2017
-
-
TheKoopaKingdom authored
- Deleted GetStatus() because it wasn't used anywhere outside of Core::System. - Fixed design flaw where the message bar status could be set despite the game being stopped.
-
TheKoopaKingdom authored
-
TheKoopaKingdom authored
-
TheKoopaKingdom authored
- Made LoadKernelSystemMode return a pair consisting of a system mode and a result code (Could use review). - Deleted ErrorOpenGL error code in favor of just having ErrorVideoCore. - Made dialog messages more clear. - Compared archive ID in fs_user.cpp to ArchiveIdCode::NCCH as opposed to hex magic. - Cleaned up some other stuff.
-
- May 25, 2017
-
-
Yuri Kunde Schlesner authored
-
- Mar 08, 2017
-
-
wwylele authored
-
- Feb 27, 2017
-
-
Mat M authored
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
-
- Feb 13, 2017
-
-
wwylele authored
-