aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2014-05-14- added helper function for __KernelCreateThreadbunnei
2014-05-14changed primary thread priority to 0x30 - this is typical, not 0x31bunnei
2014-05-14added function stubs for EatCycles and ReSchedulebunnei
2014-05-13fixed thread reset to not set stack addressbunnei
2014-05-13various cleanups / remove unused codebunnei
2014-05-13added a bunch of threading code, recycled from PPSSPP, with lots of hacks in ...bunnei
2014-05-13added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter d...bunnei
2014-05-13- added __KernelLoadExec functionbunnei
2014-05-09added initial kernel/thread modulesbunnei
2014-05-08removed unknown fields from GX_CmdBufferHeaderbunnei
2014-05-07removed unnecessary log messagebunnei
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionbunnei
2014-05-06- added debug logging to syscall.cppbunnei
2014-05-06added config_mem module for HLE of firmware configuration memory settingsbunnei
2014-05-01- added CallMCR function to coprocessor HLE modulebunnei
2014-05-01fixed include in coprocessor.cppbunnei
2014-05-01renamed hle "mrc" module to "coprocessor"bunnei
2014-05-01- added some function wrappers for HLEbunnei
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-27fixed weird spacingbunnei
2014-04-27hackish but working way to set the framebuffer location to VRAM (used in ARM1...bunnei
2014-04-26added simple GSP GPU ReadHWRegs function to support returning the framebuffe...bunnei
2014-04-26added preliminary DataSynchronizationBarrier support with simple DMA copybunnei
2014-04-25moved HLE::MRC to its own module, added support for catching data synchroniza...bunnei
2014-04-25fixed bug where svc_ControlMemory was not properly getting passed in parametersbunnei
2014-04-24- added preliminary support for svc_MapMemoryBlockbunnei
2014-04-24added GSP::RegisterInterruptRelayQueue functionbunnei
2014-04-24- refactored how service functions are calledbunnei
2014-04-17renamed hw_lcd module to just lcdbunnei
2014-04-17added GSP heap memory allocationbunnei
2014-04-16added a new function wrapperbunnei
2014-04-16fixed bug with printing std::string in log messagesbunnei
2014-04-16added class stub for HID:User servicebunnei
2014-04-16updated service commentsbunnei
2014-04-16- fixed tabs in function_wrappers.hbunnei
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
2014-04-15removed no longer used function headerbunnei
2014-04-15restructured hle:services completely to use function lookup tablesbunnei
2014-04-15fixed naming for APT_Ubunnei
2014-04-15- extracted srv: calls from service.cpp and put in its own modulebunnei
2014-04-13added a stub for GetLockHandlebunnei
2014-04-13added framework for APT service (application and title launching service)bunnei
2014-04-13renamed class Interface_SRV to SRVbunnei
2014-04-13added some very initial command parsing for SRV Syncbunnei
2014-04-13added a GetPointer function for reading from HLE command bufferbunnei
2014-04-12added OS memory read/write for thread command bufferbunnei
2014-04-12cleanups to service HLEbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei
2014-04-11- renamed hle_syscall to just syscallbunnei
2014-04-11replace tabs with spacesbunnei