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-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
2014-05-08
Update FlipFramebuffer
Sethpaien
2014-05-07
fixed include of common in bit_field.h
bunnei
2014-05-07
logger fix for linux
bunnei
2014-05-07
removed unnecessary log message
bunnei
2014-05-07
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-07
added kernel memory to mem_map
bunnei
2014-05-07
added GSP to loggers
bunnei
2014-05-07
added BitField to common
bunnei
2014-05-06
- added debug logging to syscall.cpp
bunnei
2014-05-06
added mem_map read for config_mem
bunnei
[next]