index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core/gpu: Amend typo in GPU member variable name
Lioncash
2019-03-27
2
-7
/
+8
*
Merge pull request #2285 from lioncash/unused-struct
bunnei
2019-03-26
1
-8
/
+0
|
\
|
*
kernel/process: Remove unused AddressMapping struct
Lioncash
2019-03-24
1
-8
/
+0
*
|
Merge pull request #2287 from lioncash/coretiming-cb
bunnei
2019-03-25
7
-12
/
+12
|
\
\
|
*
|
core/core_timing: Make callback parameters consistent
Lioncash
2019-03-24
7
-12
/
+12
|
|
/
*
|
Merge pull request #2286 from lioncash/fwd
bunnei
2019-03-25
1
-3
/
+0
|
\
\
|
*
|
kernel/kernel: Remove unnecessary forward declaration
Lioncash
2019-03-24
1
-3
/
+0
|
|
/
*
/
core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked
Lioncash
2019-03-24
1
-0
/
+2
|
/
*
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 #2253 from lioncash/flags
bunnei
2019-03-23
1
-0
/
+61
|
\
\
\
|
*
|
|
CMakeLists: Move off of modifying CMAKE_*-related flags
Lioncash
2019-03-17
1
-20
/
+12
|
*
|
|
CMakeLists: Move compilation flags into the src directory
Lioncash
2019-03-17
1
-0
/
+69
*
|
|
|
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
28
-257
/
+550
|
\
\
\
\
\
|
*
|
|
|
|
memory_manager: Cleanup FindFreeRegion.
bunnei
2019-03-20
2
-12
/
+6
|
*
|
|
|
|
memory_manager: Use Common::AlignUp in public interface as needed.
bunnei
2019-03-20
1
-11
/
+22
|
*
|
|
|
|
memory_manager: Bug fixes and further cleanup.
bunnei
2019-03-20
2
-73
/
+72
|
*
|
|
|
|
memory: Check that core is powered on before attempting to use GPU.
bunnei
2019-03-20
1
-1
/
+1
|
*
|
|
|
|
maxwell_dma: Check for valid source in destination before copy.
bunnei
2019-03-20
1
-0
/
+10
|
*
|
|
|
|
memory_manager: Add protections for invalid GPU addresses.
bunnei
2019-03-20
2
-22
/
+43
|
*
|
|
|
|
gl_rasterizer_cache: Check that backing memory is valid before creating a sur...
bunnei
2019-03-20
2
-15
/
+12
|
*
|
|
|
|
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-20
13
-212
/
+481
|
*
|
|
|
|
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-20
17
-39
/
+31
*
|
|
|
|
|
Merge pull request #2277 from bunnei/fix-smo-transitions
bunnei
2019-03-22
3
-8
/
+12
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Revert "Devirtualize Register/Unregister and use a wrapper instead."
bunnei
2019-03-21
3
-8
/
+12
*
|
|
|
|
|
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
|
|
/
/
/
/
/
/
[next]