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
*
kernel/process: Store the main thread stack size to a data member
Lioncash
2019-03-28
2
-4
/
+7
*
kernel/process: Make Run's stack size parameter a u64
Lioncash
2019-03-28
2
-2
/
+2
*
kernel/process: Ensure that given stack size is always page-aligned
Lioncash
2019-03-28
1
-0
/
+4
*
Merge pull request #2284 from lioncash/heap-alloc
bunnei
2019-03-28
3
-59
/
+81
|
\
|
*
kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize()
Lioncash
2019-03-24
2
-24
/
+46
|
*
kernel/vm_manager: Rename HeapAllocate to SetHeapSize
Lioncash
2019-03-24
3
-4
/
+3
|
*
kernel/vm_manager: Handle case of identical calls to HeapAllocate
Lioncash
2019-03-24
1
-0
/
+5
|
*
kernel/vm_manager: Remove unused class variables
Lioncash
2019-03-24
1
-3
/
+0
|
*
kernel/vm_manager: Remove unnecessary heap_used data member
Lioncash
2019-03-24
3
-13
/
+2
|
*
kernel/vm_manager: Tidy up heap allocation code
Lioncash
2019-03-24
3
-27
/
+37
*
|
Merge pull request #2296 from lioncash/override
bunnei
2019-03-28
3
-4
/
+4
|
\
\
|
*
|
video_core: Add missing override specifiers
Lioncash
2019-03-27
3
-4
/
+4
*
|
|
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
[next]