- Aug 25, 2018
- 
- 
Lioncash authoredWe can make this error code an alias of the resource limit exceeded error code, allowing us to get rid of the lingering 3DS error code of the same type. 
- 
Lioncash authoredWe can treat this as an alias of TooLarge for documentation purposes. This also lets us get rid of another lingering 3DS-related error code. 
- 
Lioncash authoredThis replaces the lingering 3DS constant with the proper one, and utilizes it within HandleTable's Create() member function. 
- 
Lioncash authored
- 
Lioncash authored
- 
Sebastian Valle authoredfilesystem: Fix typo in log message 
- 
Mat M authoredfile_sys: Add support for NAX archives 
- 
Zach Hilman authored
 
- 
- Aug 24, 2018
- 
- 
Zach Hilman authoredqt: Add filename and title id to window title while running 
- 
bunnei authoredShaders: Added decodings for IADD3 instructions 
- 
Lioncash authored
 
- 
- Aug 23, 2018
- 
- 
Tobias authored* Port #4013 from Citra: "Init logging sooner so we dont miss some logs on startup" * Fix compilation 
- 
Zach Hilman authored
- 
Zach Hilman authoredThis is needed because the title IDs of update NCAs will not use the update title ID. The only sure way to tell is to look for a partition with BKTR crypto. 
- 
David authored* Added GetBootMode Used by homebrew * Added enum for GetBootMode 
- 
tech4me authored
- 
Zach Hilman authored
- 
bunnei authoredgl_rasterizer_cache: Several improvements 
- 
bunnei authoredgl_rasterizer: Implement partial color clear, stencil clear, and stencil test. 
- 
Zach Hilman authored
- 
Zach Hilman authoredOn call to WriteKeyToFile, so that the autogenerated file can be written. 
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authoredStored in a separate file than manual keys. 
- 
Zach Hilman authored
- 
Zach Hilman authoredShould make key gets marginally faster. 
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authoredReturns the file before calling parser on it. 
- 
Zach Hilman authored
- 
Zach Hilman authoredHelps with installed games by making the title not a hexadecimal id string, instead the name. 
- 
Zach Hilman authored
- 
Zach Hilman authoredAllows frontend to create registration caches for use before a game has booted. 
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authoredXTS with Nintendo Tweak will fail mysteriously if the sector size is not 0x4000. Upgrade the critical log to an assert to prevent undefined behavior. 
- 
Zach Hilman authoredFixes a bug where data lengths of less than size 0x10 will fail or have misleading return values. 
- 
Zach Hilman authoredPrevents NCA-related errors from being masked into MissingProgramNCA or MissingKeyFile 
 
-