summaryrefslogtreecommitdiff
path: root/src/core/hle/svc.cpp
AgeCommit message (Expand)Author
2014-08-17Core: Fix a formatting error in svc.cppLioncash
2014-08-07SVC: Fixed typo with MapMemoryBlock DEBUG_LOG call.bunnei
2014-08-05SVC: Removed ArbitrateAddress log message that spams to much.bunnei
2014-07-08Kernel: Added preliminary support for address arbiters.bunnei
2014-07-05SharedMemory: Updated MapSharedMemory to use an enum for permissions.bunnei
2014-07-05GSP: Fixed to use real shared memory object, various cleanups.bunnei
2014-06-13SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.bunnei
2014-06-13SVC: Cleaned up function wrappers to pass in correct argument types.bunnei
2014-06-13SVC: Moved declaration of "wait" variable in SendSyncRequest for improved rea...bunnei
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei
2014-06-13HLE: Updated various handle debug assertions to be more clear.bunnei
2014-06-13Kernel: Added real support for thread and event blockingbunnei
2014-06-02svc: updated WaitSynchronizationN to properly use first pointer argumentbunnei
2014-06-01svc: changed DuplicateHandle log message from "error" to "debug"bunnei
2014-06-01svc: added GetThreadPriority and SetThreadPriority, added (incomplete) Duplic...bunnei
2014-06-01kernel: changed main thread priority to default, updated Kernel::Reschedule t...bunnei
2014-06-01svc: cleaned up function_wrappers, updated various SVCs to make use of pointe...bunnei
2014-06-01svc: updated waitSychronization to not overwrite handle on return, added stub...bunnei
2014-05-29hle: cleaned up log messagesbunnei
2014-05-29svc: updated OutputDebugString to use OS_LOGbunnei
2014-05-29svc: changed unimplemented SVC log messages from "debug" messages to "error" ...bunnei
2014-05-29svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and vario...bunnei
2014-05-27svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEventbunnei
2014-05-26kernel: updated SyncRequest to take boolean thread wait result as a parameterbunnei
2014-05-26svc: added some assertionsbunnei
2014-05-26svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of ju...bunnei
2014-05-26svc: added stub for DuplicateHandle SVC callbunnei
2014-05-22svc: added a check to ensure that a service was implemented before attempting...bunnei
2014-05-22thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reaso...bunnei
2014-05-22thread: removed unused SwitchContext/Reschedule reason field, added missing a...bunnei
2014-05-21svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messag...bunnei
2014-05-20svc: enabled use of newly created kernel thread handlebunnei
2014-05-20mutex: refactored the interface to code to return a Mutex* handlebunnei
2014-05-20mutex: initial commit of HLE modulebunnei
2014-05-20svc: added some commentsbunnei
2014-05-20thread: moved threading calls to the Kernel namespacebunnei
2014-05-20renamed "syscall" module to "svc" (more accurate naming)bunnei