index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
travis: Simplify macos/upload.sh
MerryMage
2019-03-23
1
-81
/
+11
*
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
|
|
/
/
/
*
|
|
|
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 #2260 from lioncash/sdl
bunnei
2019-03-21
3
-12
/
+14
|
\
\
\
\
|
*
|
|
|
input_common/sdl: Correct return values within implementations of GetPollers()
Lioncash
2019-03-18
2
-2
/
+6
|
*
|
|
|
input_common/sdl: Use a type alias to shorten declaration of GetPollers
Lioncash
2019-03-18
3
-11
/
+9
*
|
|
|
|
common/bit_util: Fix bad merge duplicating the copy constructor
Lioncash
2019-03-20
1
-2
/
+0
*
|
|
|
|
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-20
10
-134
/
+337
|
\
\
\
\
\
|
*
|
|
|
|
Make bitfield assignment operator public
fearlessTobi
2019-02-13
1
-6
/
+2
|
*
|
|
|
|
remove all occurance of specifying endianness inside BitField
Weiyi Wang
2019-02-06
6
-96
/
+96
|
*
|
|
|
|
common/bitfield: make it endianness-aware
Weiyi Wang
2019-02-06
3
-3
/
+100
|
*
|
|
|
|
common/swap: remove default value for swap type internal storage
Weiyi Wang
2019-02-06
1
-1
/
+1
|
*
|
|
|
|
common/swap: use template and tag for LE/BE specification
Weiyi Wang
2019-02-06
1
-39
/
+91
|
*
|
|
|
|
common/swap: add swap template for enum
Weiyi Wang
2019-02-06
1
-0
/
+52
*
|
|
|
|
|
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 #2273 from lioncash/guard
bunnei
2019-03-20
2
-0
/
+9
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
common/uint128: Add missing header guard
Lioncash
2019-03-20
1
-0
/
+2
[next]