aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-10-20Merge pull request #1199 from Gareth422/encryption-checkbunnei
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
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot
2015-10-09Fixed spelling errorsGareth Poole
2015-10-06Silence -Wsign-compare warnings.Rohit Nirmal
2015-10-01Merge pull request #1095 from archshift/game-listbunnei
2015-09-30Expose loader helper functions for identifying files.archshift
2015-09-30Merge pull request #1177 from linkmauve/fix-msvc-todobunnei
2015-09-30ivfc_archive: Fix a printf specifierLioncash
2015-09-30Service/CFG: Use a constexpr function for country initializationEmmanuel Gil Peyrot
2015-09-29fix some xcode 7.0 warningsMartin Lindhe
2015-09-21Merge pull request #1160 from lioncash/clangbunnei
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
2015-09-14Service/CFG: Add additional blocks to default save dataYuri Kunde Schlesner
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
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
2015-09-10General: Fix up doxygen commentsLioncash
2015-09-10Merge pull request #1131 from lioncash/uninitYuri Kunde Schlesner
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
2015-09-05DynCom: Converted all 0xE condition code checks to ConditionCode::ALarchshift
2015-09-03Merge pull request #1101 from archshift/camu-service-namesbunnei
2015-09-03Add cam:u service function names to its function tablearchshift
2015-09-01Merge pull request #1072 from yuriks/GetSystemTick-advance-timebunnei
2015-08-30Merge pull request #1085 from Subv/fs_statbunnei
2015-08-30SVC: Advance time when calling GetSystemTick to escape busy-wait loopsYuri Kunde Schlesner
2015-08-28Services/FS: Correctly tell the guest app whether a file was correctly opened...Subv
2015-08-27Kernel: Fix wrong linear heap base on titles using newer kernelsYuri Kunde Schlesner
2015-08-26Kernel: Fix assertion failure when ControlMemory is called with size=0Yuri Kunde Schlesner
2015-08-26Core: Improve APT Shared Font hackYuri Kunde Schlesner
2015-08-26dyncom: Simplify some comparisons in CondPassedLioncash
2015-08-25dyncom: Change return type of CondPassed to boolLioncash
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-22Fix broken boot introduced by last-minute change in #1025Yuri Kunde Schlesner
2015-08-22Merge pull request #1025 from yuriks/heap-managementYuri Kunde Schlesner
2015-08-18Merge pull request #996 from yuriks/texture-copyYuri Kunde Schlesner
2015-08-15Merge pull request #1033 from bbarenblat/masterYuri Kunde Schlesner
2015-08-16GPU: Implement TextureCopy-mode display transfersYuri Kunde Schlesner
2015-08-16Merge pull request #1032 from lioncash/swapbunnei