Commit Graph

1124 Commits (a94d9ed4de61ad27ba4c3a51e8295ed2c91890af)

Author SHA1 Message Date
Lioncash 97f3e884d2 dyncom: Move over QADD16/QASX/QSAX/QSUB16 10 years ago
bunnei 2188af4a65 Merge pull request #322 from chinhodado/master
More warning cleanups
10 years ago
bunnei ae76469373 Merge pull request #332 from lioncash/sel
dyncom: Move SEL over
10 years ago
bunnei ec1ddc17e2 Merge pull request #312 from Subv/still_more_savedata_stuff
CFG: Implemented the GetConfigInfoBlk2 function.
10 years ago
Lioncash 245276c9cc dyncom: Move SEL over 10 years ago
bunnei 770b274c86 Merge pull request #324 from lioncash/dync
dyncom: Move over SASX/SSAX/SADD16/SSUB16
10 years ago
Lioncash c6f27055c9 dyncom: Move over SASX/SSAX/SADD16/SSUB16 10 years ago
Subv 2030f9d946 CFG: Fixed some warnings and errors in Clang 10 years ago
Subv 304735fb52 CFG: More style changes 10 years ago
Subv f080e3ccfa CFGU: Indentation 10 years ago
Subv 6f304d3b00 CFG: Some indentation 10 years ago
Subv b3cee19289 CFG: Changed the CreateConfigInfoBlk search loop 10 years ago
Subv 3e94b9054c CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp 10 years ago
Subv 6115f013a9 CFG: Create a new subfolder cfg inside service to handle cfg
Moved most of the shared CFG code there, implemented a few CFG:I functions
10 years ago
Subv 9e45240e23 CFGU: Some changes 10 years ago
Subv cdd78fa01d CFGU: Addressed some issues. 10 years ago
Subv 718a120754 CFGU: Addressed some comments. 10 years ago
Subv a1b9b80a55 Style: Addressed some comments 10 years ago
Subv a7cc7972de CFG_U: Use Common::make_unique instead of the std version 10 years ago
Subv 9029efd873 CFG:U: Implemented some more blocks 10 years ago
Subv 8b0ee93526 CFG: Implemented block 0x00070001 in the config savefile 10 years ago
Subv b3d1c8ba6a CFGU: Use an absolute offset in the config savefile blocks 10 years ago
Subv 95ca6ae1e1 CFG: Load the Config savedata file if it already exists. 10 years ago
Subv b49bdb6ba7 CFGU: Added block 0x000A0002 to the default savegame file
That's the language id block, we're using LANGUAGE_EN for now. This block allows some games to boot further
10 years ago
Subv 4cd21b43c1 CFG: Refactored how the config file works.
It is now kept in memory as per 3dbrew, all updates happen on memory, then they can be saved using UpdateConfigNANDSavegame.
10 years ago
Subv 462740278d CFG:U: Add some data to the 0x00050005 config block.
Seems to allow some games to boot further, thanks @Normmatt for sharing this information
10 years ago
Subv fa3d72ab3e CFG: Implemented the GetConfigInfoBlk2 function.
Added a "config" file to the CFG process service (CFG:U), and added a few default blocks to it.

Implemented GetSystemModel and GetModelNintendo2DS
10 years ago
bunnei 0de6a08d75 Merge pull request #291 from purpasmart96/license
License change
10 years ago
Chin 0199a7d9ef More warning cleanups 10 years ago
bunnei 572ce043c2 Merge pull request #271 from archshift/createf
Added CreateFile to the FS_USER service
10 years ago
archshift 0625dd09ea Added CreateFile to the FS_USER service
Tested with hwtests.
10 years ago
purpasmart96 ebfd831ccb License change 10 years ago
bunnei 0f696037f6 Merge pull request #323 from lioncash/saddsub
armemu: Implement SADD8/SSUB8
10 years ago
bunnei 4fcdbed9f6 Thread: Wait current thread on svc_SleepThread
- Removed unused VBLANK sleep mode
- Added error log for bad context switch
- Renamed VerifyWait to CheckWaitType to be more clear
10 years ago
Lioncash 855eda6f85 armemu: Implement SADD8/SSUB8 10 years ago
bunnei 2e5869c939 Merge pull request #316 from yuriks/thread-handle
Kernel: Implement support for current thread pseudo-handle
10 years ago
bunnei 0e9262885d Merge pull request #296 from lioncash/dyn
dyncom: Implement UMAAL
10 years ago
bunnei 993afd3bf0 Merge pull request #310 from lioncash/ssat16
armemu: Fix SSAT16.
10 years ago
Lioncash 2a097f0990 armemu: Should be using labs for USAD8/USADA8 10 years ago
bunnei 7095c4959b Merge pull request #311 from lioncash/usada
armemu: Implement USAD8 and USADA8
10 years ago
bunnei 52bc58283d Merge pull request #313 from lioncash/smlsd
armemu: Implement SMLSD
10 years ago
bunnei 1c50a036dd Merge pull request #314 from lioncash/qsax-qasx
armemu: Implement QASX and QSAX
10 years ago
Tony Wasserka 08f42c2b8c Pica/VertexShader: Promote a log message to critical status. 10 years ago
Tony Wasserka 17f31de364 Pica/VertexShader: Small optimization. 10 years ago
Tony Wasserka a664574ecb Pica/VertexShader: Be robust against invalid inputs.
More specifically, this also fixes crashes by Citra trying to load a src2 register even if the current instruction does not use that.
10 years ago
Tony Wasserka ad5db467d7 Pica/VertexShader: Clarify a comment. 10 years ago
Tony Wasserka 871418e62b Pica/DebugUtils: Further cleanups to LookupTexture. 10 years ago
Tony Wasserka 88e9efe4b8 Pica/DebugUtils: Fix two warnings. 10 years ago
Tony Wasserka 6e275778c9 Pica/DebugUtils: Better document LookupTexture. 10 years ago
Tony Wasserka e4e9710d18 Pica/Rasterizer: Get rid of C-style casts. 10 years ago