| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | CFGU: Addressed some comments. | 2014-12-21 | 1 | -11/+13 | ||
| | | | | | | ||||||
| | * | | | | Style: Addressed some comments | 2014-12-21 | 2 | -6/+12 | ||
| | | | | | | ||||||
| | * | | | | CFG_U: Use Common::make_unique instead of the std version | 2014-12-21 | 1 | -1/+2 | ||
| | | | | | | ||||||
| | * | | | | CFG:U: Implemented some more blocks | 2014-12-21 | 1 | -4/+30 | ||
| | | | | | | ||||||
| | * | | | | CFG: Implemented block 0x00070001 in the config savefile | 2014-12-21 | 1 | -0/+5 | ||
| | | | | | | ||||||
| | * | | | | CFGU: Use an absolute offset in the config savefile blocks | 2014-12-21 | 1 | -1/+3 | ||
| | | | | | | ||||||
| | * | | | | CFG: Load the Config savedata file if it already exists. | 2014-12-21 | 1 | -3/+4 | ||
| | | | | | | ||||||
| | * | | | | CFGU: Added block 0x000A0002 to the default savegame file | 2014-12-21 | 1 | -0/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | That's the language id block, we're using LANGUAGE_EN for now. This block allows some games to boot further | |||||
| | * | | | | CFG: Refactored how the config file works. | 2014-12-21 | 2 | -56/+127 | ||
| | | | | | | | | | | | | | | | | | | | | | It is now kept in memory as per 3dbrew, all updates happen on memory, then they can be saved using UpdateConfigNANDSavegame. | |||||
| | * | | | | CFG:U: Add some data to the 0x00050005 config block. | 2014-12-21 | 1 | -6/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | Seems to allow some games to boot further, thanks @Normmatt for sharing this information | |||||
| | * | | | | CFG: Implemented the GetConfigInfoBlk2 function. | 2014-12-21 | 5 | -15/+197 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a "config" file to the CFG process service (CFG:U), and added a few default blocks to it. Implemented GetSystemModel and GetModelNintendo2DS | |||||
| * | | | | | Merge pull request #324 from lioncash/dync | 2014-12-21 | 1 | -7/+102 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | dyncom: Move over SASX/SSAX/SADD16/SSUB16 | |||||
| | * | | | | dyncom: Move over SASX/SSAX/SADD16/SSUB16 | 2014-12-21 | 1 | -7/+102 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #291 from purpasmart96/license | 2014-12-21 | 130 | -137/+137 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | License change | |||||
| | * | | | | | License change | 2014-12-20 | 130 | -137/+137 | ||
| | | | | | | | ||||||
| * | | | | | | Merge pull request #271 from archshift/createf | 2014-12-21 | 8 | -1/+91 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Added CreateFile to the FS_USER service | |||||
| | * | | | | | Added CreateFile to the FS_USER service | 2014-12-21 | 8 | -1/+91 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Tested with hwtests. | |||||
| * | | | | | | Merge pull request #323 from lioncash/saddsub | 2014-12-21 | 1 | -14/+87 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | armemu: Implement SADD8/SSUB8 | |||||
| | * | | | | | | armemu: Implement SADD8/SSUB8 | 2014-12-20 | 1 | -14/+87 | ||
| | | | | | | | | ||||||
| * | | | | | | | Thread: Wait current thread on svc_SleepThread | 2014-12-20 | 3 | -22/+35 | ||
| | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed unused VBLANK sleep mode - Added error log for bad context switch - Renamed VerifyWait to CheckWaitType to be more clear | |||||
| * | | | | | | Merge pull request #316 from yuriks/thread-handle | 2014-12-20 | 3 | -2/+16 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Kernel: Implement support for current thread pseudo-handle | |||||
| | * | | | | | Kernel: Implement support for current thread pseudo-handle | 2014-12-20 | 3 | -2/+16 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This boots a few (mostly Nintendo 1st party) games further. | |||||
| * | | | | | | Merge pull request #296 from lioncash/dyn | 2014-12-20 | 1 | -1/+47 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | dyncom: Implement UMAAL | |||||
| | * | | | | | | dyncom: Implement UMAAL | 2014-12-19 | 1 | -1/+47 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #310 from lioncash/ssat16 | 2014-12-20 | 1 | -14/+20 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | armemu: Fix SSAT16. | |||||
| | * | | | | | | | armemu: Fix SSAT16 | 2014-12-18 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lower-bound would never be negative like it should | |||||
| | * | | | | | | | armemu: Clean up naming and formatting for SSAT16 | 2014-12-18 | 1 | -14/+20 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | armemu: Should be using labs for USAD8/USADA8 | 2014-12-20 | 1 | -4/+4 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #311 from lioncash/usada | 2014-12-20 | 1 | -1/+24 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | armemu: Implement USAD8 and USADA8 | |||||
| | * | | | | | | | armemu: Implement USAD8 and USADA8 | 2014-12-18 | 1 | -1/+24 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #313 from lioncash/smlsd | 2014-12-20 | 1 | -6/+10 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | armemu: Implement SMLSD | |||||
| | * | | | | | | | | armemu: Implement SMLSD | 2014-12-19 | 1 | -6/+10 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #314 from lioncash/qsax-qasx | 2014-12-20 | 1 | -7/+20 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | armemu: Implement QASX and QSAX | |||||
| | * | | | | | | | | armemu: Implement QASX and QSAX | 2014-12-19 | 1 | -7/+20 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #315 from chinhodado/master | 2014-12-20 | 4 | -9/+16 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | Clean up some warnings | |||||
| | * | | | | | | | Clean up some warnings | 2014-12-20 | 4 | -9/+16 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Common: Add a clone of std::make_unique | 2014-12-20 | 3 | -10/+14 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #306 from Subv/even_more_savedata | 2014-12-19 | 1 | -2/+31 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | SaveData: Added some documentation to FormatSaveData | |||||
| | * | | | | | | | FS_U: Added the command to the docs of SaveData functions | 2014-12-19 | 1 | -0/+2 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | SaveData: Added some documentation to FormatSaveData | 2014-12-18 | 1 | -2/+29 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We still don't know what the other parameters do, but they appear to be very similar to those of FormatThisUserSaveData. Most likely FormatThisUserSaveData is just an alias for FormatSaveData with LowPathType Empty | |||||
| * | | | | | | | | Merge pull request #294 from lioncash/var | 2014-12-19 | 1 | -12/+9 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | armemu: Narrow the scope of some variables in handle_v6_insn | |||||
| | * | | | | | | | | armemu: Narrow the scope of some variables in handle_v6_insn | 2014-12-17 | 1 | -12/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no reason to have these in the outer-most scope. | |||||
| * | | | | | | | | | Merge pull request #305 from lioncash/paren | 2014-12-19 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | armemu: Get rid of bitwise parenthesis warnings | |||||
| | * | | | | | | | | armemu: Get rid of bitwise parenthesis warnings | 2014-12-18 | 1 | -4/+4 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #302 from purpasmart96/flushshutup | 2014-12-18 | 1 | -1/+25 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | GSP_GPU: Shut up FlushDataCache | |||||
| | * | | | | | | | GSP_GPU: Shut up FlushDataCache | 2014-12-18 | 1 | -1/+25 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #308 from Subv/more_savedata | 2014-12-18 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | SystemSaveData: Fixed a typo that was segfaulting | |||||
| | * | | | | | | | | SystemSaveData: Fixed a typo that was segfaulting | 2014-12-18 | 1 | -1/+1 | ||
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #304 from lioncash/sflags | 2014-12-18 | 1 | -4/+29 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | armemu: Set GE flags properly for SSUB16, SADD16, SSAX, and SASX. | |||||
| | * | | | | | | | | | armemu: Set GE flags correctly for SSUB16, SADD16, SSAX, and SASX. | 2014-12-18 | 1 | -4/+29 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||