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
...
|
*
- 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
|
|
\
|
*
|
- 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
|
|
\
\
|
*
|
|
- 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
|
*
|
|
fixed thread reset to not set stack address
bunnei
2014-05-13
1
-1
/
+1
|
*
|
|
various cleanups / remove unused code
bunnei
2014-05-13
2
-65
/
+29
|
*
|
|
added a bunch of threading code, recycled from PPSSPP, with lots of hacks in ...
bunnei
2014-05-13
2
-70
/
+543
|
*
|
|
changed loader to use __KernelLoadExec
bunnei
2014-05-13
1
-8
/
+9
|
*
|
|
added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter d...
bunnei
2014-05-13
2
-7
/
+38
|
*
|
|
- added __KernelLoadExec function
bunnei
2014-05-13
2
-13
/
+35
|
*
|
|
added option to set CPSR register to arm_interface
bunnei
2014-05-11
3
-0
/
+20
|
*
|
|
added initial kernel/thread modules
bunnei
2014-05-09
7
-0
/
+548
*
|
|
|
Merge pull request #2 from archshift/issue-7-fix
bunnei
2014-05-19
6
-26
/
+54
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
CMakeLists: rename HEADS, improved comments
archshift
2014-05-19
1
-2
/
+2
|
*
|
|
Fixed vfp issues
archshift
2014-05-17
4
-10
/
+10
|
*
|
|
Updated cmakelists
archshift
2014-05-16
1
-6
/
+12
|
*
|
|
Merge remote-tracking branch 'upstream/master' into issue-7-fix
archshift
2014-05-16
51
-473
/
+14858
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Fixed indents
archshift
2014-04-30
1
-2
/
+2
|
*
|
|
Merge commit upstream/master into issue-7-fix
archshift
2014-04-30
3
-22
/
+43
|
|
\
\
\
|
*
|
|
|
A bit of Cmake love
archshift
2014-04-30
1
-1
/
+38
|
*
|
|
|
Merge commit upstream/master into issue-7-fix
archshift
2014-04-28
2
-5
/
+11
|
|
\
\
\
\
|
*
|
|
|
|
Problematic template functions
archshift
2014-04-27
1
-15
/
+0
*
|
|
|
|
|
updated how we call ARM core to make things much faster
bunnei
2014-05-17
6
-23
/
+36
|
|
_
|
_
|
/
/
|
/
|
|
|
|
[prev]
[next]