aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2014-12-21CFG:U: Add some data to the 0x00050005 config block.Subv
Seems to allow some games to boot further, thanks @Normmatt for sharing this information
2014-12-21CFG: Implemented the GetConfigInfoBlk2 function.Subv
Added a "config" file to the CFG process service (CFG:U), and added a few default blocks to it. Implemented GetSystemModel and GetModelNintendo2DS
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
License change
2014-12-21More warning cleanupsChin
2014-12-21Merge pull request #271 from archshift/createfbunnei
Added CreateFile to the FS_USER service
2014-12-21Added CreateFile to the FS_USER servicearchshift
Tested with hwtests.
2014-12-20License changepurpasmart96
2014-12-21Merge pull request #323 from lioncash/saddsubbunnei
armemu: Implement SADD8/SSUB8
2014-12-20Thread: Wait current thread on svc_SleepThreadbunnei
- Removed unused VBLANK sleep mode - Added error log for bad context switch - Renamed VerifyWait to CheckWaitType to be more clear
2014-12-20armemu: Implement SADD8/SSUB8Lioncash
2014-12-20Merge pull request #316 from yuriks/thread-handlebunnei
Kernel: Implement support for current thread pseudo-handle
2014-12-20Merge pull request #296 from lioncash/dynbunnei
dyncom: Implement UMAAL
2014-12-20Merge pull request #310 from lioncash/ssat16bunnei
armemu: Fix SSAT16.
2014-12-20armemu: Should be using labs for USAD8/USADA8Lioncash
2014-12-20Merge pull request #311 from lioncash/usadabunnei
armemu: Implement USAD8 and USADA8
2014-12-20Merge pull request #313 from lioncash/smlsdbunnei
armemu: Implement SMLSD
2014-12-20Merge pull request #314 from lioncash/qsax-qasxbunnei
armemu: Implement QASX and QSAX
2014-12-20Merge pull request #315 from chinhodado/masterbunnei
Clean up some warnings
2014-12-20Clean up some warningsChin
2014-12-20Common: Add a clone of std::make_uniqueYuri Kunde Schlesner
2014-12-20Kernel: Implement support for current thread pseudo-handleYuri Kunde Schlesner
This boots a few (mostly Nintendo 1st party) games further.
2014-12-19Merge pull request #306 from Subv/even_more_savedatabunnei
SaveData: Added some documentation to FormatSaveData
2014-12-19FS_U: Added the command to the docs of SaveData functionsSubv
2014-12-19Merge pull request #294 from lioncash/varbunnei
armemu: Narrow the scope of some variables in handle_v6_insn
2014-12-19Merge pull request #305 from lioncash/parenbunnei
armemu: Get rid of bitwise parenthesis warnings
2014-12-19armemu: Implement QASX and QSAXLioncash
2014-12-19armemu: Implement SMLSDLioncash
2014-12-19dyncom: Implement UMAALLioncash
2014-12-18Merge pull request #302 from purpasmart96/flushshutupbunnei
GSP_GPU: Shut up FlushDataCache
2014-12-18armemu: Implement USAD8 and USADA8Lioncash
2014-12-18armemu: Fix SSAT16Lioncash
The lower-bound would never be negative like it should
2014-12-18armemu: Clean up naming and formatting for SSAT16Lioncash
2014-12-18GSP_GPU: Shut up FlushDataCachepurpasmart96
2014-12-18Merge pull request #308 from Subv/more_savedatabunnei
SystemSaveData: Fixed a typo that was segfaulting
2014-12-18SystemSaveData: Fixed a typo that was segfaultingSubv
2014-12-18Merge pull request #304 from lioncash/sflagsbunnei
armemu: Set GE flags properly for SSUB16, SADD16, SSAX, and SASX.
2014-12-18Merge pull request #307 from lioncash/usat16bunnei
armemu: Fix USAT16.
2014-12-18Merge pull request #301 from Subv/more_savedatabunnei
SaveData: Implemented the SystemSaveData archive.
2014-12-18SystemSaveData: Added a TODO to move it to the NAND.Subv
Maybe sometime when we actually implement that
2014-12-18armemu: Fix lower-bounds clamping for USAT16Lioncash
2014-12-18SaveData: Added some documentation to FormatSaveDataSubv
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
2014-12-18armemu: More concise names for USAT16-related variablesLioncash
2014-12-18armemu: Get rid of bitwise parenthesis warningsLioncash
2014-12-18armemu: Set GE flags correctly for SSUB16, SADD16, SSAX, and SASX.Lioncash
2014-12-18Merge pull request #299 from lioncash/joinbunnei
Combine SSUB16, SADD16, SASX, and SSAX.
2014-12-17SaveData: Implemented the SystemSaveData archive.Subv
It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.
2014-12-17Merge pull request #298 from lioncash/flagsbunnei
armemu: Unset GE flags for UADD8 if results are < 0x100
2014-12-17Merge pull request #295 from lioncash/umaalbunnei
armemu: Implement UMAAL
2014-12-17armemu: Combine SSUB16, SADD16, SASX, and SSAX.Lioncash
2014-12-17Merge pull request #292 from lioncash/backportsbunnei
Backport more skyeye fixes from 3dmoo