index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
- 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
|
*
changed a comment
bunnei
2014-05-17
2
-2
/
+2
|
*
cleanups to SVC CreateThread
bunnei
2014-05-17
1
-8
/
+15
|
*
- 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
|
*
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
2
-21
/
+2
|
|
\
|
*
|
- added SVC stubs for QueryMemory and GetThreadId
bunnei
2014-05-15
3
-2
/
+30
|
*
|
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
|
*
|
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 initial kernel/thread modules
bunnei
2014-05-09
4
-0
/
+527
*
|
|
Merge remote-tracking branch 'upstream/master' into issue-7-fix
archshift
2014-05-16
13
-282
/
+403
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
- reenabled MCR and MRC functions now that VFP is attached
bunnei
2014-05-16
2
-21
/
+2
|
|
/
|
*
removed unknown fields from GX_CmdBufferHeader
bunnei
2014-05-08
1
-5
/
+0
|
*
removed unnecessary log message
bunnei
2014-05-07
1
-1
/
+1
|
*
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-07
7
-105
/
+89
|
*
- added debug logging to syscall.cpp
bunnei
2014-05-06
2
-135
/
+173
|
*
added config_mem module for HLE of firmware configuration memory settings
bunnei
2014-05-06
2
-0
/
+91
|
*
- added CallMCR function to coprocessor HLE module
bunnei
2014-05-01
2
-7
/
+20
|
*
fixed include in coprocessor.cpp
bunnei
2014-05-01
1
-1
/
+1
|
*
renamed hle "mrc" module to "coprocessor"
bunnei
2014-05-01
2
-0
/
+0
|
*
- added some function wrappers for HLE
bunnei
2014-05-01
2
-10
/
+29
*
|
Problematic template functions
archshift
2014-04-27
1
-15
/
+0
|
/
*
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27
3
-9
/
+0
*
fixed weird spacing
bunnei
2014-04-27
1
-1
/
+1
*
hackish but working way to set the framebuffer location to VRAM (used in ARM1...
bunnei
2014-04-27
1
-3
/
+9
*
added simple GSP GPU ReadHWRegs function to support returning the framebuffe...
bunnei
2014-04-26
1
-1
/
+37
*
added preliminary DataSynchronizationBarrier support with simple DMA copy
bunnei
2014-04-26
1
-7
/
+39
*
moved HLE::MRC to its own module, added support for catching data synchroniza...
bunnei
2014-04-25
4
-10
/
+52
*
fixed bug where svc_ControlMemory was not properly getting passed in parameters
bunnei
2014-04-25
1
-2
/
+2
*
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-24
1
-4
/
+34
*
added GSP::RegisterInterruptRelayQueue function
bunnei
2014-04-24
1
-31
/
+40
*
- refactored how service functions are called
bunnei
2014-04-24
5
-19
/
+39
*
renamed hw_lcd module to just lcd
bunnei
2014-04-17
1
-2
/
+0
*
added GSP heap memory allocation
bunnei
2014-04-17
1
-1
/
+25
*
added a new function wrapper
bunnei
2014-04-16
1
-0
/
+5
*
fixed bug with printing std::string in log messages
bunnei
2014-04-16
1
-2
/
+2
*
added class stub for HID:User service
bunnei
2014-04-16
3
-0
/
+72
[prev]
[next]