index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
function_wrappers.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-19
1
-15
/
+3
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
1
-47
/
+61
|
\
|
*
SVC: Remove GetPointer usage in CreatePort.
Subv
2017-10-04
1
-4
/
+2
|
*
SVC: Replace GetPointer usage with ReadCString in ConnectToPort.
Subv
2017-10-04
1
-15
/
+0
|
*
SVC: Replace GetPointer usage with ReadBlock in OutputDebugString.
Subv
2017-10-04
1
-2
/
+2
|
*
SVC: Replace GetPointer usage with Read32 in ReplyAndReceive.
Subv
2017-10-04
1
-3
/
+2
|
*
SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN.
Subv
2017-10-04
1
-4
/
+4
*
|
arm: Use 64-bit addressing in a bunch of places.
bunnei
2017-09-30
1
-1
/
+1
|
/
*
Merge pull request #2793 from Subv/replyandreceive
Sebastian Valle
2017-06-29
1
-10
/
+13
|
\
|
*
Kernel/SVC: Partially implemented svcReplyAndReceive.
Subv
2017-06-25
1
-10
/
+13
*
|
Kernel: Fix SVC wrapper for CreatePort
Yuri Kunde Schlesner
2017-06-23
1
-3
/
+2
*
|
Kernel: Implement CreateSession SVC
Yuri Kunde Schlesner
2017-06-22
1
-0
/
+10
|
/
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
1
-1
/
+1
*
Fix OutputDebugString syscall
Michael Theall
2017-04-01
1
-2
/
+2
*
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-22
1
-30
/
+30
*
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-21
1
-8
/
+8
*
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-21
1
-30
/
+30
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-35
/
+68
*
Kernel/SVC: Implemented svcCreatePort.
Subv
2016-06-11
1
-0
/
+10
*
Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.
Subv
2016-05-12
1
-1
/
+2
*
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-12
1
-0
/
+1
*
HLE/SVC: Implement UnmapMemoryBlock.
Subv
2016-01-14
1
-0
/
+4
*
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-11-30
1
-0
/
+8
*
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-08-16
1
-0
/
+8
*
Merge pull request #888 from zawata/Warning-Fixes-2
Yuri Kunde Schlesner
2015-07-25
1
-1
/
+1
|
\
|
*
Core\HLE : Fix Warning
zawata
2015-07-17
1
-1
/
+1
*
|
Kernel/SVC: Implemented svcQueryProcessMemory
Subv
2015-07-17
1
-0
/
+12
*
|
Kernel/SVC: Implemented svcQueryMemory.
Subv
2015-07-17
1
-2
/
+10
|
/
*
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-06-16
1
-3
/
+14
*
Implement svcBreak
archshift
2015-05-16
1
-0
/
+4
*
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-14
1
-2
/
+2
*
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
1
-3
/
+3
*
Thread: Implement priority boost for starved threads.
bunnei
2015-04-09
1
-0
/
+7
*
SVC: Use CASCADE_RESULT in SVC handlers
Yuri Kunde Schlesner
2015-01-30
1
-4
/
+0
*
SVC: Change return type of handlers to ResultCode
Yuri Kunde Schlesner
2015-01-30
1
-42
/
+37
*
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-0
/
+2
*
SVC: Implemented the Timer service calls.
Subv
2015-01-08
1
-0
/
+6
*
SOC_U: Preliminary implementation of sockets.
Subv
2014-12-31
1
-0
/
+7
*
License change
purpasmart96
2014-12-20
1
-1
/
+1
*
SVC: Implemented ReleaseSemaphore.
Subv
2014-12-13
1
-0
/
+7
*
SVC: Implemented svcCreateSemaphore
Subv
2014-12-13
1
-0
/
+7
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-19
1
-2
/
+2
*
SVC: Added support for svc_GetSystemTick.
bunnei
2014-08-18
1
-18
/
+42
*
function_wrappers: Fixed incorrect wrapper, added another.
bunnei
2014-07-07
1
-2
/
+9
*
HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only m...
bunnei
2014-06-13
1
-0
/
+6
*
SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.
bunnei
2014-06-13
1
-31
/
+19
*
SVC: Cleaned up function wrappers to pass in correct argument types.
bunnei
2014-06-13
1
-722
/
+63
*
svc: updated WaitSynchronizationN to properly use first pointer argument
bunnei
2014-06-02
1
-1
/
+3
*
svc: cleaned up function_wrappers, updated various SVCs to make use of pointe...
bunnei
2014-06-01
1
-15
/
+22
[next]