aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage
2016-02-02services: Get rid of unnecessary includesLioncash
2016-02-01services: Update function tablesLioncash
2016-01-30Memory: Implement MMIOMerryMage
2016-01-14Merge pull request #1327 from Subv/unmap_memblockbunnei
2016-01-14HLE/SVC: Implement UnmapMemoryBlock.Subv
2016-01-05Merge pull request #1283 from Subv/soc_fixupbunnei
2015-12-30services: Update some function tablesLioncash
2015-12-29HLE/Timers: Reset OneShot timers when they are acquired instead of when they'...Subv
2015-12-28Merge pull request #1300 from Subv/arbitrateaddressbunnei
2015-12-27SVC: Fixed ArbitrateAddress to behave as it does on hardware.Subv
2015-12-25svc: Remove superfluous printf argumentLioncash
2015-12-24HLE/Sockets: Fixed the buffer offset in recvfrom.Subv
2015-12-12svc: Fix compilation with LOG_TRACE enabledLioncash
2015-12-07VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner
2015-12-06VideoCore: Rename HWRasterizer methods to be less confusingYuri Kunde Schlesner
2015-12-03Merge pull request #1252 from Subv/cambunnei
2015-11-30Kernel: Implement svcGetSystemInfoYuri Kunde Schlesner
2015-11-28Merge pull request #1225 from lioncash/cleanbunnei
2015-11-23Services/Cam: Added new log type and camera enums from 3dbrew.Subv
2015-11-22Add stub functions for Initialize and GenerateRandomData in ssl:Cpolaris-
2015-11-22Add Initialize and GenerateRandomData stubspolaris-
2015-10-28csnd_snd: Get rid of type punningLioncash
2015-10-28Merge pull request #1165 from esoteric-programmer/masterbunnei
2015-10-28Added CSND stub.Matthias Ernst
2015-10-28Merge pull request #1208 from archshift/free-bytesbunnei
2015-10-27Implement FS_User::GetFreeBytesarchshift
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-06Silence -Wsign-compare warnings.Rohit Nirmal
2015-09-30Service/CFG: Use a constexpr function for country initializationEmmanuel Gil Peyrot
2015-09-29fix some xcode 7.0 warningsMartin Lindhe
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 NULL and '0' usages with nullptr where applicableLioncash
2015-09-10General: Fix up doxygen commentsLioncash
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-30SVC: Advance time when calling GetSystemTick to escape busy-wait loopsYuri Kunde Schlesner
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