aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2015-08-16Kernel: Remove unused legacy heap MapBlock_* functionsYuri Kunde Schlesner
2015-08-16APT: Adjust shared font hack so it works with the new linear heap codeYuri Kunde Schlesner
2015-08-16Kernel: Implement svcGetProcessInfo in a basic wayYuri Kunde Schlesner
2015-08-16Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner
2015-08-16HLE: Remove empty ConfigMem and SharedPage Shutdown functionsYuri Kunde Schlesner
2015-08-16Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Yuri Kunde Schlesner
2015-08-16Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner
2015-08-16Process: Store kernel compatibility version during loadingYuri Kunde Schlesner
2015-08-16Kernel: Properly implement ControlMemory FREE and COMMITYuri Kunde Schlesner
2015-08-16Memory: Move PAGE_MASK and PAGE_BITS to memory.hYuri Kunde Schlesner
2015-08-16VMManager: Introduce names for used ResultCodesYuri Kunde Schlesner