index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
function_wrappers.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-13
1
-1
/
+2
*
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-13
1
-0
/
+1
*
HLE/SVC: Implement UnmapMemoryBlock.
Subv
2016-01-14
1
-0
/
+4
*
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-12-01
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-17
1
-3
/
+14
*
Implement svcBreak
archshift
2015-05-17
1
-0
/
+4
*
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-15
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-10
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-09
1
-0
/
+6
*
SOC_U: Preliminary implementation of sockets.
Subv
2014-12-31
1
-0
/
+7
*
License change
purpasmart96
2014-12-21
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 or generated
Emmanuel Gil Peyrot
2014-11-19
1
-2
/
+2
*
SVC: Added support for svc_GetSystemTick.
bunnei
2014-08-19
1
-18
/
+42
*
function_wrappers: Fixed incorrect wrapper, added another.
bunnei
2014-07-08
1
-2
/
+9
*
HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed).
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 pointer arguments
bunnei
2014-06-02
1
-15
/
+22
*
svc: added missing function wrapper for SleepThread
bunnei
2014-06-01
1
-0
/
+4
*
svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixes
bunnei
2014-05-30
1
-0
/
+6
*
hle: properly cast 64-bit function wrapper parameters to (u64)
bunnei
2014-05-29
1
-2
/
+2
*
hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters
bunnei
2014-05-29
1
-2
/
+2
*
added stubbed function for WaitSynchronizationN
bunnei
2014-05-18
1
-1
/
+6
*
- added SVC stubs for QueryMemory and GetThreadId
bunnei
2014-05-16
1
-0
/
+5
*
added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now)
bunnei
2014-05-14
1
-1
/
+1
*
- added debug logging to syscall.cpp
bunnei
2014-05-07
1
-1
/
+11
*
- added some function wrappers for HLE
bunnei
2014-05-02
1
-8
/
+12
*
added a new function wrapper
bunnei
2014-04-17
1
-0
/
+5
*
- fixed tabs in function_wrappers.h
bunnei
2014-04-17
1
-268
/
+273
*
added initial modules for setting up SysCall HLE
bunnei
2014-04-11
1
-0
/
+726