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
*
kernel/kernel: Remove unnecessary forward declaration
Lioncash
2019-03-24
1
-3
/
+0
*
Merge pull request #2232 from lioncash/transfer-memory
bunnei
2019-03-24
6
-6
/
+282
|
\
|
*
core/hle/kernel/svc: Implement svcUnmapTransferMemory
Lioncash
2019-03-13
1
-1
/
+48
|
*
core/hle/kernel/svc: Implement svcMapTransferMemory
Lioncash
2019-03-13
1
-1
/
+57
|
*
core/hle/kernel: Split transfer memory handling out into its own class
Lioncash
2019-03-13
6
-4
/
+177
*
|
Merge pull request #2221 from DarkLordZach/firmware-version
bunnei
2019-03-23
7
-3
/
+154
|
\
\
|
*
|
set_sys: Move constants to anonymous namespace
Zach Hilman
2019-03-11
1
-1
/
+1
|
*
|
set_sys: Use official nintendo version string
Zach Hilman
2019-03-10
4
-19
/
+25
|
*
|
system_version: Correct sizes on VectorVfsFile construction
Zach Hilman
2019-03-10
1
-4
/
+4
|
*
|
set_sys: Use correct error codes in GetFirmwareVersion*
Zach Hilman
2019-03-10
1
-21
/
+41
|
*
|
set_sys: Implement GetFirmwareVersion(2) for libnx hosversion
Zach Hilman
2019-03-10
6
-3
/
+128
*
|
|
Merge pull request #2280 from lioncash/nso
bunnei
2019-03-23
3
-73
/
+92
|
\
\
\
|
*
|
|
loader/nso: Place translation unit specific functions into an anonymous names...
Lioncash
2019-03-22
1
-20
/
+21
|
*
|
|
loader/nso: Clean up use of magic constants
Lioncash
2019-03-22
1
-4
/
+6
|
*
|
|
file_sys/patch_manager: Deduplicate NSO header
Lioncash
2019-03-22
3
-64
/
+65
|
*
|
|
loader/nso: Fix definition of the NSO header struct
Lioncash
2019-03-22
1
-3
/
+15
|
*
|
|
file_sys/patch_manager: Remove two magic values
Lioncash
2019-03-22
1
-2
/
+5
*
|
|
|
Merge pull request #2279 from lioncash/cheat-global
bunnei
2019-03-22
6
-48
/
+57
|
\
\
\
\
|
*
|
|
|
file_sys/cheat_engine: Silence truncation and sign-conversion warnings
Lioncash
2019-03-22
2
-5
/
+6
|
*
|
|
|
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
2019-03-22
6
-43
/
+51
|
|
/
/
/
*
|
|
|
Merge pull request #2256 from bunnei/gpu-vmm
bunnei
2019-03-22
2
-13
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
memory: Check that core is powered on before attempting to use GPU.
bunnei
2019-03-20
1
-1
/
+1
|
*
|
|
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-20
1
-10
/
+2
|
*
|
|
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-20
1
-2
/
+2
*
|
|
|
Merge pull request #2234 from lioncash/mutex
bunnei
2019-03-21
5
-29
/
+62
|
\
\
\
\
|
*
|
|
|
core/hle/kernel/mutex: Remove usages of global system accessors
Lioncash
2019-03-14
1
-11
/
+15
|
*
|
|
|
core/hle/kernel: Make Mutex a per-process class.
Lioncash
2019-03-14
5
-18
/
+47
*
|
|
|
|
Merge pull request #2274 from lioncash/include
bunnei
2019-03-21
1
-3
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
core/memory: Remove unnecessary includes
Lioncash
2019-03-21
1
-3
/
+0
*
|
|
|
|
|
Merge pull request #2275 from lioncash/memflags
bunnei
2019-03-21
4
-22
/
+20
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respect...
Lioncash
2019-03-21
4
-22
/
+20
|
*
|
|
|
|
|
kernel/vm_manager: Amend flag values for CodeMutable
Lioncash
2019-03-21
1
-1
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #2276 from lioncash/am
bunnei
2019-03-21
1
-1
/
+15
|
\
\
\
\
\
\
|
*
|
|
|
|
|
service/am: Add function table for IDebugFunctions
Lioncash
2019-03-21
1
-1
/
+15
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
2019-03-21
10
-0
/
+813
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
2019-03-05
10
-77
/
+56
|
*
|
|
|
|
core: Add support for registering and controlling ownership of CheatEngine
Zach Hilman
2019-03-04
2
-0
/
+13
|
*
|
|
|
|
cheat_engine: Add parser and interpreter for game cheats
Zach Hilman
2019-03-04
3
-0
/
+715
|
*
|
|
|
|
loader/nso: Set main code region in VMManager
Zach Hilman
2019-03-04
3
-2
/
+21
|
*
|
|
|
|
vm_manager: Add support for storing and getting main code region
Zach Hilman
2019-03-04
2
-0
/
+28
|
*
|
|
|
|
patch_manager: Display cheats in game list add-ons
Zach Hilman
2019-03-04
1
-0
/
+2
|
*
|
|
|
|
patch_manager: Add support for loading cheats lists
Zach Hilman
2019-03-04
2
-0
/
+56
|
*
|
|
|
|
controllers/npad: Add accessor for current press state
Zach Hilman
2019-03-04
1
-0
/
+1
*
|
|
|
|
|
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-20
6
-96
/
+96
|
\
\
\
\
\
\
|
*
|
|
|
|
|
remove all occurance of specifying endianness inside BitField
Weiyi Wang
2019-02-06
6
-96
/
+96
*
|
|
|
|
|
|
Merge pull request #2262 from lioncash/enum
bunnei
2019-03-20
2
-2
/
+15
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
file_sys/content_archive: Amend name of Data_Unknown5 enum entry
Lioncash
2019-03-19
2
-2
/
+15
*
|
|
|
|
|
|
|
Merge pull request #2268 from lioncash/codeset
bunnei
2019-03-20
8
-45
/
+111
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
kernel/process: Make MapSegment lambda reference parameter const
Lioncash
2019-03-20
1
-1
/
+1
|
*
|
|
|
|
|
|
kernel: Move CodeSet structure to its own source files
Lioncash
2019-03-20
8
-44
/
+110
[next]