| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | svc: Fix compilation with LOG_TRACE enabled | 2015-12-12 | 1 | -1/+1 | ||
| |/ / | ||||||
| * | | Merge pull request #1272 from yuriks/merge-rasterizer | 2015-12-07 | 3 | -11/+11 | ||
| |\ \ | | | | | | | VideoCore: Unify interface to OpenGL and SW rasterizers | |||||
| | * | | VideoCore: Unify interface to OpenGL and SW rasterizers | 2015-12-07 | 3 | -11/+11 | ||
| | | | | | | | | | | | | | | | | | | | This removes explicit checks sprinkled all over the codebase to instead just have the SW rasterizer expose an implementation with no-ops for most operations. | |||||
| | * | | VideoCore: Rename HWRasterizer methods to be less confusing | 2015-12-06 | 3 | -10/+10 | ||
| | | | | ||||||
| * | | | dyncom: Remove static keyword from header functions | 2015-12-06 | 3 | -19/+19 | ||
| | | | | ||||||
| * | | | arm_interface: Make GetNumInstructions const | 2015-12-06 | 1 | -1/+1 | ||
| | | | | ||||||
| * | | | arm_interface: directly initialize class members | 2015-12-06 | 1 | -7/+2 | ||
| | | | | ||||||
| * | | | dyncom: const correctness changes | 2015-12-06 | 3 | -7/+7 | ||
| |/ / | ||||||
| * | | Merge pull request #1252 from Subv/cam | 2015-12-03 | 1 | -0/+156 | ||
| |\ \ | |/ |/| | Services/Cam: Added new log type and camera enums from 3dbrew. | |||||
| | * | Services/Cam: Added new log type and camera enums from 3dbrew. | 2015-11-23 | 1 | -0/+156 | ||
| | | | | | | | | | | | Followup to #1102 Original author @mailwl | |||||
| * | | Kernel: Implement svcGetSystemInfo | 2015-11-30 | 7 | -1/+95 | ||
| | | | | | | | | | | | This makes smealum/ctrulib@b96dd51d3349961189d4ab1bc2a5c45deff21c09 work with Citra. | |||||
| * | | armstate: Zero out the registers on creation | 2015-11-29 | 1 | -11/+11 | ||
| | | | | | | | | | | | std::array isn't always guaranteed to explicitly zero out it's contents without an initializer list. | |||||
| * | | Core/ARM11: Correct the size of the VFP register array in the ThreadContext ↵ | 2015-11-29 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | structure. The VFP registers are 64 bits each, and there are 32 of them. | |||||
| * | | Merge pull request #1225 from lioncash/clean | 2015-11-28 | 1 | -12/+13 | ||
| |\ \ | | | | | | | csnd_snd: Get rid of type punning | |||||
| | * | | csnd_snd: Get rid of type punning | 2015-10-28 | 1 | -12/+13 | ||
| | | | | ||||||
| * | | | Merge pull request #1248 from polaris-/add-ssl-stubs | 2015-11-24 | 1 | -2/+51 | ||
| |\ \ \ | |_|/ |/| | | Add stub functions for Initialize and GenerateRandomData in ssl:C | |||||
| | * | | Add stub functions for Initialize and GenerateRandomData in ssl:C | 2015-11-22 | 1 | -2/+51 | ||
| | | | | ||||||
| * | | | Merge pull request #1246 from polaris-/patch-1 | 2015-11-22 | 1 | -26/+31 | ||
| |\ \ \ | |/ / |/| | | Fix read and write register blocks in gdbstub | |||||
| | * | | Fix read and write register blocks in gdbstub | 2015-11-22 | 1 | -26/+31 | ||
| | | | | | | | | | | | | | 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. | |||||
| * | | | Add Initialize and GenerateRandomData stubs | 2015-11-22 | 1 | -0/+2 | ||
| |/ / | ||||||
| * | | Merge pull request #1122 from polaris-/gdbstub | 2015-11-11 | 9 | -9/+1145 | ||
| |\ \ | |/ |/| | gdbstub implementation | |||||
| | * | Fix bug with reading addresses and lengths | 2015-11-03 | 1 | -45/+55 | ||
| | | | ||||||
| | * | Change headers | 2015-10-29 | 1 | -2/+2 | ||
| | | | ||||||
| | * | Add some headers so TravisCI will hopefully work | 2015-10-22 | 1 | -0/+2 | ||
| | | | ||||||
| | * | Use CHAR_BIT instead of 8 | 2015-10-22 | 1 | -11/+11 | ||
| | | | ||||||
| | * | Handle changes pointed out in comments on PR | 2015-10-22 | 1 | -61/+34 | ||
| | | | ||||||
| | * | Add a register variable to loops | 2015-10-21 | 1 | -6/+9 | ||
| | | | ||||||
| | * | Update register read loops to go with last commit | 2015-10-21 | 1 | -6/+7 | ||
| | | | ||||||
| | * | Pad responses to gdb for VFP registers | 2015-10-21 | 1 | -0/+3 | ||
| | | | ||||||
| | * | Try to add support for VFP registers | 2015-10-21 | 1 | -4/+21 | ||
| | | | ||||||
| | * | Fix buffer overflow comments | 2015-10-21 | 1 | -2/+3 | ||
| | | | ||||||
| | * | Remove unnecessary new lines, changed Deinit to Shutdown | 2015-10-11 | 4 | -10/+7 | ||
| | | | ||||||
| | * | Use BreakpointAddress struct instead of passing address directly | 2015-10-04 | 3 | -8/+18 | ||
| | | | ||||||
| | * | Implement gdbstub | 2015-10-04 | 9 | -9/+1128 | ||
| | | | ||||||
| * | | Merge pull request #1165 from esoteric-programmer/master | 2015-10-28 | 2 | -4/+66 | ||
| |\ \ | | | | | | | Added CSND_ExecuteType0Commands stub. | |||||
| | * | | Added CSND stub. | 2015-10-28 | 2 | -4/+66 | ||
| | | | | ||||||
| * | | | Merge pull request #1208 from archshift/free-bytes | 2015-10-28 | 8 | -1/+60 | ||
| |\ \ \ | | | | | | | | | Implement FS_User::GetFreeBytes | |||||
| | * | | | Implement FS_User::GetFreeBytes | 2015-10-27 | 8 | -1/+60 | ||
| | | | | | ||||||
| * | | | | Fix copy paste | 2015-10-24 | 1 | -1/+1 | ||
| | | | | | ||||||
| * | | | | Fix wrong branch | 2015-10-23 | 1 | -0/+12 | ||
| | | | | | ||||||
| * | | | | Add GetTotalStepCount Stub | 2015-10-23 | 1 | -1/+1 | ||
| | | | | | ||||||
| * | | | | Update ptm.h | 2015-10-23 | 1 | -0/+8 | ||
| | | | | | ||||||
| * | | | | Merge pull request #1199 from Gareth422/encryption-check | 2015-10-20 | 3 | -20/+25 | ||
| |\ \ \ \ | |/ / / |/| | | | Loader: Implement NCCH encryption check | |||||
| | * | | | Loader: Change NCCH header types to be explicitly little-endian | 2015-10-10 | 2 | -18/+17 | ||
| | | | | | ||||||
| | * | | | Loader: Implement encryption check | 2015-10-10 | 3 | -2/+8 | ||
| | | | | | ||||||
| * | | | | Merge pull request #1194 from linkmauve/no-newline | 2015-10-10 | 4 | -47/+47 | ||
| |\ \ \ \ | |/ / / |/| | | | Remove newlines in LOG_* calls | |||||
| | * | | | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | 2015-10-09 | 4 | -47/+47 | ||
| | | | | | | | | | | | | | | | | | The LOG_* function itself already appends one. | |||||
| * | | | | Fixed spelling errors | 2015-10-09 | 1 | -2/+2 | ||
| |/ / / | ||||||
| * | / | Silence -Wsign-compare warnings. | 2015-10-06 | 2 | -2/+2 | ||
| | |/ |/| | ||||||
| * | | Merge pull request #1095 from archshift/game-list | 2015-10-01 | 2 | -13/+41 | ||
| |\ \ | | | | | | | Initial implementation of a game list | |||||