aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2015-10-24Fix copy pasteFiliph Sandström
2015-10-23Fix wrong branchFiliph Sandström
2015-10-23Add GetTotalStepCount StubFiliph Sandström
2015-10-23Update ptm.hFiliph Sandström
2015-10-22Add some headers so TravisCI will hopefully workpolaris-
2015-10-22Use CHAR_BIT instead of 8polaris-
2015-10-22Handle changes pointed out in comments on PRpolaris-
2015-10-21Add a register variable to loopspolaris-
2015-10-21Update register read loops to go with last commitpolaris-
2015-10-21Pad responses to gdb for VFP registerspolaris-
2015-10-21Try to add support for VFP registerspolaris-
2015-10-21Fix buffer overflow commentspolaris-
2015-10-20Merge pull request #1199 from Gareth422/encryption-checkbunnei
Loader: Implement NCCH encryption check
2015-10-11Remove unnecessary new lines, changed Deinit to Shutdownpolaris-
2015-10-10Loader: Change NCCH header types to be explicitly little-endianGareth Poole
2015-10-10Loader: Implement encryption checkGareth Poole
2015-10-10Merge pull request #1194 from linkmauve/no-newlinebunnei
Remove newlines in LOG_* calls
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot
The LOG_* function itself already appends one.
2015-10-09Fixed spelling errorsGareth Poole
2015-10-06Silence -Wsign-compare warnings.Rohit Nirmal
2015-10-04Use BreakpointAddress struct instead of passing address directlypolaris-
2015-10-04Implement gdbstubpolaris-
2015-10-01Merge pull request #1095 from archshift/game-listbunnei
Initial implementation of a game list
2015-09-30Expose loader helper functions for identifying files.archshift
2015-09-30Merge pull request #1177 from linkmauve/fix-msvc-todobunnei
Use a constexpr function for country initialization in service/cfg
2015-09-30ivfc_archive: Fix a printf specifierLioncash
2015-09-30Service/CFG: Use a constexpr function for country initializationEmmanuel Gil Peyrot
This fixes a TODO left over from when we supported MSVC 2013.
2015-09-29fix some xcode 7.0 warningsMartin Lindhe
2015-09-21Merge pull request #1160 from lioncash/clangbunnei
Silence some clang warnings
2015-09-21Implement 3dsx RomFSCruel
2015-09-16general: Silence some warnings when using clangLioncash
2015-09-14Service/CFG: Add default entry for block 0x000A0001 (birthday)Yuri Kunde Schlesner
2015-09-14Service/CFG: Correct flags in 2 default blocksYuri Kunde Schlesner
Verified against a 9.2.0-20 config save
2015-09-14Service/CFG: Add additional blocks to default save dataYuri Kunde Schlesner
These blocks are required by various games to boot.
2015-09-14Fix narrowing conversion warningYuri Kunde Schlesner
2015-09-14Service/CFG: Move several private types from the header to the cppYuri Kunde Schlesner
2015-09-14Service/CFG: Clean up default block creationYuri Kunde Schlesner
2015-09-14GSP: Implement command 0x05, used for flushing cachesYuri 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.)
2015-09-11general: Replace 0 literals with nullptr where applicableLioncash
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash
2015-09-10Merge pull request #1130 from lioncash/blockYuri Kunde Schlesner
memory: Get rid of pointer casts
2015-09-10General: Fix up doxygen commentsLioncash
2015-09-10Merge pull request #1131 from lioncash/uninitYuri Kunde Schlesner
y2r: Give local variables an initial value
2015-09-10memory: Get rid of pointer castsLioncash
2015-09-09disk_archive: Remove unimplemented constructor declarationsLioncash
2015-09-09y2r: Give local variables an initial valueLioncash
Keeps compilers/static analyzers quiet.
2015-09-05DynCom: Converted all 0xE condition code checks to ConditionCode::ALarchshift
2015-09-03Merge pull request #1101 from archshift/camu-service-namesbunnei
Add cam:u service function names to its function table
2015-09-03Add cam:u service function names to its function tablearchshift
2015-09-01Merge pull request #1072 from yuriks/GetSystemTick-advance-timebunnei
SVC: Advance time when calling GetSystemTick to escape busy-wait loops