index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...
bunnei
2014-05-20
4
-37
/
+65
*
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-20
9
-26
/
+28
*
thread: whitespace change - fixed * and & placement
bunnei
2014-05-20
2
-27
/
+27
*
- created a Kernel namespace
bunnei
2014-05-20
6
-75
/
+87
*
apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a ...
bunnei
2014-05-19
1
-1
/
+1
*
thread: added declaration for __KernelReschedule to be used by syscall module
bunnei
2014-05-19
1
-0
/
+3
*
VFP: disable DBG messages because they spam the console with unimportant skye...
bunnei
2014-05-19
1
-1
/
+1
*
renamed "session" to "handle"
bunnei
2014-05-18
1
-3
/
+3
*
- renamed NewHandle to CreateHandle
bunnei
2014-05-18
2
-8
/
+8
*
fix warning
bunnei
2014-05-18
1
-1
/
+1
*
- updated service(s) to be KernelObject's
bunnei
2014-05-18
7
-59
/
+31
*
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-18
4
-24
/
+22
*
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-18
6
-14
/
+19
*
- added stub for CreateEvent
bunnei
2014-05-18
1
-8
/
+22
*
added stubbed function for WaitSynchronizationN
bunnei
2014-05-17
2
-4
/
+19
*
ignore thumbemu 0xDEADCODE debugging catch on MCR
bunnei
2014-05-17
1
-2
/
+1
*
changed a comment
bunnei
2014-05-17
2
-2
/
+2
*
cleanups to SVC CreateThread
bunnei
2014-05-17
1
-8
/
+15
*
Merge branch 'master' into threading
bunnei
2014-05-17
6
-23
/
+36
|
\
|
*
updated how we call ARM core to make things much faster
bunnei
2014-05-17
6
-23
/
+36
*
|
- added enum ThreadProcessorId
bunnei
2014-05-17
2
-53
/
+107
*
|
- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH
bunnei
2014-05-16
3
-8
/
+12
*
|
added stubbed GetProcSemaphore - does nothing but avoids an exception
bunnei
2014-05-16
1
-1
/
+7
*
|
add kernel.* and thread.* to VS filters
bunnei
2014-05-16
1
-0
/
+15
*
|
updated APT_U::GetLockHandle to return a valid handle
bunnei
2014-05-16
1
-1
/
+5
*
|
Merge master into threading to add support for VFP
bunnei
2014-05-16
33
-195
/
+14287
|
\
|
|
*
same fix as last commit - just for vfpsingle.cpp
bunnei
2014-05-16
1
-2
/
+2
|
*
another VFP fix for GCC
bunnei
2014-05-16
1
-2
/
+2
|
*
fixed VFP DBG log for GCC
bunnei
2014-05-16
1
-1
/
+1
|
*
fixed typo in CMakeLists.txt
bunnei
2014-05-16
1
-1
/
+1
|
*
- reenabled MCR and MRC functions now that VFP is attached
bunnei
2014-05-16
4
-116
/
+94
|
*
- removed unused stubbed out code
bunnei
2014-05-16
5
-33
/
+27
|
*
added maverick.cpp to ARM core from skyeye
bunnei
2014-05-16
4
-1
/
+1212
|
*
fixed includes
bunnei
2014-05-16
1
-2
/
+2
|
*
enabled CP_ACCESS_ALLOWED
bunnei
2014-05-16
1
-6
/
+4
|
*
fixed include path
bunnei
2014-05-16
1
-1
/
+1
|
*
removed undefined function ARMul_ConsolePrint
bunnei
2014-05-16
1
-1
/
+1
|
*
added missing armcopro from skyeye
bunnei
2014-05-16
6
-251
/
+1098
|
*
added missing skyeye mmu code
bunnei
2014-05-15
12
-44
/
+3333
|
*
fixed armmmu imports
bunnei
2014-05-15
1
-5
/
+5
|
*
- moved mmu to arm/interpreter folder
bunnei
2014-05-15
16
-1
/
+8791
*
|
- added SVC stubs for QueryMemory and GetThreadId
bunnei
2014-05-15
3
-2
/
+30
*
|
added memory mapped region for system mem - sdk demos load a segment here on ...
bunnei
2014-05-15
3
-1
/
+23
*
|
added ability to load AXF files (same as ELF)
bunnei
2014-05-15
1
-0
/
+3
*
|
completely gutted/refactored threading code to be simpler
bunnei
2014-05-15
2
-658
/
+230
*
|
changed "UID" to "Handle" to be a little more consistent with CTR naming
bunnei
2014-05-15
2
-18
/
+21
*
|
- added ThreadContext struct
bunnei
2014-05-15
2
-8
/
+26
*
|
- added helper function for __KernelCreateThread
bunnei
2014-05-14
2
-4
/
+76
*
|
changed primary thread priority to 0x30 - this is typical, not 0x31
bunnei
2014-05-14
1
-1
/
+2
*
|
added function stubs for EatCycles and ReSchedule
bunnei
2014-05-14
2
-0
/
+15
[next]