summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-16updated APT_U::GetLockHandle to return a valid handlebunnei
2014-05-16Merge master into threading to add support for VFPbunnei
2014-05-16Merge pull request #17 from bunnei/arm-vfpbunnei
2014-05-16same fix as last commit - just for vfpsingle.cppbunnei
2014-05-16another VFP fix for GCCbunnei
2014-05-16fixed VFP DBG log for GCCbunnei
2014-05-16fixed typo in CMakeLists.txtbunnei
2014-05-16- reenabled MCR and MRC functions now that VFP is attachedbunnei
2014-05-16- removed unused stubbed out codebunnei
2014-05-16added maverick.cpp to ARM core from skyeyebunnei
2014-05-16fixed includesbunnei
2014-05-16enabled CP_ACCESS_ALLOWEDbunnei
2014-05-16fixed include pathbunnei
2014-05-16removed undefined function ARMul_ConsolePrintbunnei
2014-05-16added missing armcopro from skyeyebunnei
2014-05-15added missing skyeye mmu codebunnei
2014-05-15fixed armmmu importsbunnei
2014-05-15- moved mmu to arm/interpreter folderbunnei
2014-05-15- added SVC stubs for QueryMemory and GetThreadIdbunnei
2014-05-15added memory mapped region for system mem - sdk demos load a segment here on ...bunnei
2014-05-15added ability to load AXF files (same as ELF)bunnei
2014-05-15completely gutted/refactored threading code to be simplerbunnei
2014-05-15changed "UID" to "Handle" to be a little more consistent with CTR namingbunnei
2014-05-15- added ThreadContext structbunnei
2014-05-15added ThreadQueueList class to common (taken from PPSSPP)bunnei
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-13changed loader to use __KernelLoadExecbunnei
2014-05-13added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter d...bunnei
2014-05-13- added __KernelLoadExec functionbunnei
2014-05-11added option to set CPSR register to arm_interfacebunnei
2014-05-09added initial kernel/thread modulesbunnei
2014-05-09added kernel logger to commonbunnei
2014-05-08Merge pull request #15 from bunnei/hle-servicesbunnei
2014-05-08removed unknown fields from GX_CmdBufferHeaderbunnei
2014-05-08removed incorrect dolphin copyright linebunnei
2014-05-08Merge pull request #16 from Sethpaien/masterbunnei
2014-05-08Update FlipFramebufferSethpaien
2014-05-07fixed include of common in bit_field.hbunnei
2014-05-07logger fix for linuxbunnei
2014-05-07removed unnecessary log messagebunnei
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionbunnei
2014-05-07added kernel memory to mem_mapbunnei
2014-05-07added GSP to loggersbunnei
2014-05-07added BitField to commonbunnei
2014-05-06- added debug logging to syscall.cppbunnei