bunnei
|
4faed70b40
add kernel.* and thread.* to VS filters
|
12 years ago |
bunnei
|
540a693eae
updated APT_U::GetLockHandle to return a valid handle
|
12 years ago |
bunnei
|
0b1ba2f37a
Merge master into threading to add support for VFP
|
12 years ago |
bunnei
|
a4fd257469
Merge pull request #17 from bunnei/arm-vfp
|
12 years ago |
bunnei
|
92be5517c4
same fix as last commit - just for vfpsingle.cpp
|
12 years ago |
bunnei
|
1dc08765a8
another VFP fix for GCC
|
12 years ago |
bunnei
|
509f63486a
fixed VFP DBG log for GCC
|
12 years ago |
bunnei
|
afc9e27fc7
fixed typo in CMakeLists.txt
|
12 years ago |
bunnei
|
145a91f21f
- reenabled MCR and MRC functions now that VFP is attached
|
12 years ago |
bunnei
|
a2804bf701
- removed unused stubbed out code
|
12 years ago |
bunnei
|
f872807de2
added maverick.cpp to ARM core from skyeye
|
12 years ago |
bunnei
|
f3c9875acb
fixed includes
|
12 years ago |
bunnei
|
f5400080bd
enabled CP_ACCESS_ALLOWED
|
12 years ago |
bunnei
|
68408ed9b9
fixed include path
|
12 years ago |
bunnei
|
7cd7d17954
removed undefined function ARMul_ConsolePrint
|
12 years ago |
bunnei
|
ad49d481a8
added missing armcopro from skyeye
|
12 years ago |
bunnei
|
9a642caee7
added missing skyeye mmu code
|
12 years ago |
bunnei
|
56846a4200
fixed armmmu imports
|
12 years ago |
bunnei
|
3e1eafa244
- moved mmu to arm/interpreter folder
|
12 years ago |
bunnei
|
4fba4f36bf
- added SVC stubs for QueryMemory and GetThreadId
|
12 years ago |
bunnei
|
4910b6f336
added memory mapped region for system mem - sdk demos load a segment here on ELF load
|
12 years ago |
bunnei
|
3c240abf10
added ability to load AXF files (same as ELF)
|
12 years ago |
bunnei
|
940330c6e1
completely gutted/refactored threading code to be simpler
|
12 years ago |
bunnei
|
a7cc430aa4
changed "UID" to "Handle" to be a little more consistent with CTR naming
|
12 years ago |
bunnei
|
367d63691f
- added ThreadContext struct
|
12 years ago |
bunnei
|
cf2eb8e3d3
added ThreadQueueList class to common (taken from PPSSPP)
|
12 years ago |
bunnei
|
b99a5da65b
- added helper function for __KernelCreateThread
|
12 years ago |
bunnei
|
9f5588725c
changed primary thread priority to 0x30 - this is typical, not 0x31
|
12 years ago |
bunnei
|
4d7f3c74fd
added function stubs for EatCycles and ReSchedule
|
12 years ago |
bunnei
|
0de78eb3c4
fixed thread reset to not set stack address
|
12 years ago |