| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-22 | Add stub functions for Initialize and GenerateRandomData in ssl:C | polaris- | |
| 2015-11-22 | Merge pull request #1246 from polaris-/patch-1 | bunnei | |
| Fix read and write register blocks in gdbstub | |||
| 2015-11-22 | Add Initialize and GenerateRandomData stubs | polaris- | |
| 2015-11-22 | Fix read and write register blocks in gdbstub | polaris- | |
| Previously, the padding wasn't correctly accounted for which caused the gdbstub to read and write everything after R15 (starting with the dummy FPA registers) incorrectly, which caused CPSR to not be handled correctly. Everything appears to be working as expected with this change. | |||
| 2015-11-11 | Merge pull request #1122 from polaris-/gdbstub | bunnei | |
| gdbstub implementation | |||
| 2015-11-03 | Fix bug with reading addresses and lengths | polaris- | |
| 2015-10-29 | Change headers | polaris- | |
| 2015-10-28 | csnd_snd: Get rid of type punning | Lioncash | |
| 2015-10-28 | Merge pull request #1165 from esoteric-programmer/master | bunnei | |
| Added CSND_ExecuteType0Commands stub. | |||
| 2015-10-28 | Added CSND stub. | Matthias Ernst | |
| 2015-10-28 | Merge pull request #1208 from archshift/free-bytes | bunnei | |
| Implement FS_User::GetFreeBytes | |||
| 2015-10-27 | Implement FS_User::GetFreeBytes | archshift | |
| 2015-10-24 | Fix copy paste | Filiph Sandström | |
| 2015-10-23 | Fix wrong branch | Filiph Sandström | |
| 2015-10-23 | Add GetTotalStepCount Stub | Filiph Sandström | |
| 2015-10-23 | Update ptm.h | Filiph Sandström | |
| 2015-10-22 | Add some headers so TravisCI will hopefully work | polaris- | |
| 2015-10-22 | Use CHAR_BIT instead of 8 | polaris- | |
| 2015-10-22 | Handle changes pointed out in comments on PR | polaris- | |
| 2015-10-21 | Add a register variable to loops | polaris- | |
| 2015-10-21 | Update register read loops to go with last commit | polaris- | |
| 2015-10-21 | Pad responses to gdb for VFP registers | polaris- | |
| 2015-10-21 | Try to add support for VFP registers | polaris- | |
| 2015-10-21 | Fix buffer overflow comments | polaris- | |
| 2015-10-20 | Merge pull request #1199 from Gareth422/encryption-check | bunnei | |
| Loader: Implement NCCH encryption check | |||
| 2015-10-11 | Remove unnecessary new lines, changed Deinit to Shutdown | polaris- | |
| 2015-10-10 | Loader: Change NCCH header types to be explicitly little-endian | Gareth Poole | |
| 2015-10-10 | Loader: Implement encryption check | Gareth Poole | |
| 2015-10-10 | Merge pull request #1194 from linkmauve/no-newline | bunnei | |
| Remove newlines in LOG_* calls | |||
| 2015-10-09 | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | Emmanuel Gil Peyrot | |
| The LOG_* function itself already appends one. | |||
| 2015-10-09 | Fixed spelling errors | Gareth Poole | |
| 2015-10-06 | Silence -Wsign-compare warnings. | Rohit Nirmal | |
| 2015-10-04 | Use BreakpointAddress struct instead of passing address directly | polaris- | |
| 2015-10-04 | Implement gdbstub | polaris- | |
| 2015-10-01 | Merge pull request #1095 from archshift/game-list | bunnei | |
| Initial implementation of a game list | |||
| 2015-09-30 | Expose loader helper functions for identifying files. | archshift | |
| 2015-09-30 | Merge pull request #1177 from linkmauve/fix-msvc-todo | bunnei | |
| Use a constexpr function for country initialization in service/cfg | |||
| 2015-09-30 | ivfc_archive: Fix a printf specifier | Lioncash | |
| 2015-09-30 | Service/CFG: Use a constexpr function for country initialization | Emmanuel Gil Peyrot | |
| This fixes a TODO left over from when we supported MSVC 2013. | |||
| 2015-09-29 | fix some xcode 7.0 warnings | Martin Lindhe | |
| 2015-09-21 | Merge pull request #1160 from lioncash/clang | bunnei | |
| Silence some clang warnings | |||
| 2015-09-21 | Implement 3dsx RomFS | Cruel | |
| 2015-09-16 | general: Silence some warnings when using clang | Lioncash | |
| 2015-09-14 | Service/CFG: Add default entry for block 0x000A0001 (birthday) | Yuri Kunde Schlesner | |
| 2015-09-14 | Service/CFG: Correct flags in 2 default blocks | Yuri Kunde Schlesner | |
| Verified against a 9.2.0-20 config save | |||
| 2015-09-14 | Service/CFG: Add additional blocks to default save data | Yuri Kunde Schlesner | |
| These blocks are required by various games to boot. | |||
| 2015-09-14 | Fix narrowing conversion warning | Yuri Kunde Schlesner | |
| 2015-09-14 | Service/CFG: Move several private types from the header to the cpp | Yuri Kunde Schlesner | |
| 2015-09-14 | Service/CFG: Clean up default block creation | Yuri Kunde Schlesner | |
| 2015-09-14 | GSP: Implement command 0x05, used for flushing caches | Yuri Kunde Schlesner | |
| May fix additional texture caching issues. (Though mostly in homebrew, I haven't seen any commercial software use this to flush anything but command lists.) | |||
