index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-05-17
changed a comment
bunnei
2014-05-17
cleanups to SVC CreateThread
bunnei
2014-05-17
Merge branch 'master' into threading
bunnei
2014-05-17
updated how we call ARM core to make things much faster
bunnei
2014-05-17
- added enum ThreadProcessorId
bunnei
2014-05-17
added MIN, MAX, and CLAMP macros to common_funcs
bunnei
2014-05-16
- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH
bunnei
2014-05-16
added stubbed GetProcSemaphore - does nothing but avoids an exception
bunnei
2014-05-16
add kernel.* and thread.* to VS filters
bunnei
2014-05-16
updated APT_U::GetLockHandle to return a valid handle
bunnei
2014-05-16
Merge master into threading to add support for VFP
bunnei
2014-05-16
Merge pull request #17 from bunnei/arm-vfp
bunnei
2014-05-16
same fix as last commit - just for vfpsingle.cpp
bunnei
2014-05-16
another VFP fix for GCC
bunnei
2014-05-16
fixed VFP DBG log for GCC
bunnei
2014-05-16
fixed typo in CMakeLists.txt
bunnei
2014-05-16
- reenabled MCR and MRC functions now that VFP is attached
bunnei
2014-05-16
- removed unused stubbed out code
bunnei
2014-05-16
added maverick.cpp to ARM core from skyeye
bunnei
2014-05-16
fixed includes
bunnei
2014-05-16
enabled CP_ACCESS_ALLOWED
bunnei
2014-05-16
fixed include path
bunnei
2014-05-16
removed undefined function ARMul_ConsolePrint
bunnei
2014-05-16
added missing armcopro from skyeye
bunnei
2014-05-15
added missing skyeye mmu code
bunnei
2014-05-15
fixed armmmu imports
bunnei
2014-05-15
- moved mmu to arm/interpreter folder
bunnei
2014-05-15
- added SVC stubs for QueryMemory and GetThreadId
bunnei
2014-05-15
added memory mapped region for system mem - sdk demos load a segment here on ...
bunnei
2014-05-15
added ability to load AXF files (same as ELF)
bunnei
2014-05-15
completely gutted/refactored threading code to be simpler
bunnei
2014-05-15
changed "UID" to "Handle" to be a little more consistent with CTR naming
bunnei
2014-05-15
- added ThreadContext struct
bunnei
2014-05-15
added ThreadQueueList class to common (taken from PPSSPP)
bunnei
2014-05-14
- added helper function for __KernelCreateThread
bunnei
2014-05-14
changed primary thread priority to 0x30 - this is typical, not 0x31
bunnei
2014-05-14
added function stubs for EatCycles and ReSchedule
bunnei
2014-05-13
fixed thread reset to not set stack address
bunnei
2014-05-13
various cleanups / remove unused code
bunnei
2014-05-13
added a bunch of threading code, recycled from PPSSPP, with lots of hacks in ...
bunnei
2014-05-13
changed loader to use __KernelLoadExec
bunnei
2014-05-13
added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter d...
bunnei
2014-05-13
- added __KernelLoadExec function
bunnei
2014-05-11
added option to set CPSR register to arm_interface
bunnei
2014-05-09
added initial kernel/thread modules
bunnei
2014-05-09
added kernel logger to common
bunnei
2014-05-08
Merge pull request #15 from bunnei/hle-services
bunnei
2014-05-08
removed unknown fields from GX_CmdBufferHeader
bunnei
2014-05-08
removed incorrect dolphin copyright line
bunnei
2014-05-08
Merge pull request #16 from Sethpaien/master
bunnei
[prev]
[next]