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/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
10
-39
/
+41
*
Merge pull request #1461 from lioncash/warn
bunnei
2018-10-09
1
-3
/
+3
|
\
|
*
ips_layer: Silence truncation and conversion warnings
Lioncash
2018-10-09
1
-3
/
+3
*
|
Merge pull request #1464 from lioncash/unique
bunnei
2018-10-09
7
-21
/
+18
|
\
\
|
*
|
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...
Lioncash
2018-10-09
7
-21
/
+18
|
|
/
*
|
Merge pull request #1466 from lioncash/unused
bunnei
2018-10-09
1
-7
/
+3
|
\
\
|
*
|
gl_shader_decompiler: Remove unused variables in TMML's implementation
Lioncash
2018-10-09
1
-7
/
+3
|
|
/
*
|
Merge pull request #1463 from FearlessTobi/port-4310
bunnei
2018-10-09
4
-10
/
+131
|
\
\
|
*
|
implemented touch in Qt and SDL
NeatNit
2018-10-09
4
-10
/
+131
|
|
/
*
|
Merge pull request #1459 from ogniK5377/break
bunnei
2018-10-09
1
-5
/
+20
|
\
\
|
*
|
Added bitfield instead of manually checking if the bit is set
David Marcec
2018-10-09
1
-4
/
+12
|
*
|
Actual kill execution when the bit isn't set, not the other way around
David Marcec
2018-10-09
1
-1
/
+1
|
*
|
svcBreak, Signalling to the debugger should not kill execution
David Marcec
2018-10-09
1
-5
/
+12
*
|
|
Merge pull request #1465 from lioncash/telemetry
bunnei
2018-10-09
2
-7
/
+9
|
\
\
\
|
*
|
|
telemetry_session: Remove doxygen comment for a non-existent parameter
Lioncash
2018-10-09
1
-1
/
+0
|
*
|
|
telemetry_session: Add missing includes
Lioncash
2018-10-09
2
-2
/
+5
|
*
|
|
telemetry_session: Remove unimplemented FinalizeAsyncJob prototype
Lioncash
2018-10-09
1
-2
/
+0
|
*
|
|
telemetry_session: Use a std::array in GenerateTelemetryId()
Lioncash
2018-10-09
1
-2
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1462 from lioncash/move
bunnei
2018-10-09
2
-20
/
+60
|
\
\
\
|
*
|
|
ips_layer: Avoid constructing std::vector instances where not necessary
Lioncash
2018-10-09
1
-6
/
+25
|
*
|
|
ips_layer: Remove unnecessary explicit std::pair constructor in std::array
Lioncash
2018-10-09
1
-5
/
+13
|
*
|
|
ips_layer: Add missing includes
Lioncash
2018-10-09
2
-7
/
+17
|
*
|
|
ips_layer: std::move data within PatchIPS() and Apply()
Lioncash
2018-10-09
1
-2
/
+5
|
|
/
/
*
|
|
Merge pull request #1455 from ogniK5377/smo-softlockfix
bunnei
2018-10-09
2
-15
/
+123
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
EffectOutStatus padding is now in hex
David Marcec
2018-10-09
1
-1
/
+1
|
*
|
Fixups for softlock
David Marcec
2018-10-07
2
-6
/
+7
|
*
|
Fixed missing return
David Marcec
2018-10-07
1
-1
/
+1
|
*
|
Fixed smo softlock
David Marcec
2018-10-07
2
-13
/
+120
*
|
|
Merge pull request #1423 from DarkLordZach/romfs-file-exts
bunnei
2018-10-08
5
-10
/
+38
|
\
\
\
|
*
|
|
patch_manager: Avoid romfs_ext requirement for patching
Zach Hilman
2018-10-04
1
-4
/
+1
|
*
|
|
fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir
Zach Hilman
2018-10-04
5
-21
/
+38
|
*
|
|
fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS
Zach Hilman
2018-10-04
1
-0
/
+14
*
|
|
|
Merge pull request #1424 from DarkLordZach/ips-witch
bunnei
2018-10-08
6
-23
/
+323
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
ips_layer: Fix inaccuracies with comments and flags
Zach Hilman
2018-10-04
3
-16
/
+51
|
*
|
|
ips_layer: Deduplicate resource usage
Zach Hilman
2018-10-04
5
-33
/
+39
|
*
|
|
ips_layer: Add support for escape sequences and midline comments
Zach Hilman
2018-10-04
3
-8
/
+41
|
*
|
|
patch_manager: Add support for IPSwitch format patches
Zach Hilman
2018-10-04
1
-22
/
+56
|
*
|
|
ips_layer: Add IPSwitchCompiler to process IPSwitch format
Zach Hilman
2018-10-04
2
-0
/
+168
|
*
|
|
hex_util: Add HexVectorToString and HexStringToVector
Zach Hilman
2018-10-04
2
-0
/
+24
|
|
/
/
*
|
|
Merge pull request #1456 from ogniK5377/aoc-u-fixups
bunnei
2018-10-08
1
-5
/
+5
|
\
\
\
|
*
|
|
Fixed assertion due to CountAddOnContent
David Marcec
2018-10-08
1
-5
/
+5
*
|
|
|
Merge pull request #1457 from ogniK5377/unmap-buffer
bunnei
2018-10-08
1
-1
/
+6
|
\
\
\
\
|
*
|
|
|
Unmapping an unmapped buffer should succeed
David Marcec
2018-10-08
1
-1
/
+6
|
|
/
/
/
*
|
|
|
nso/nro: Use default allocation size for arg_data
Zach Hilman
2018-10-07
4
-14
/
+20
*
|
|
|
cmd: Support passing game arguments from command line
Zach Hilman
2018-10-07
4
-10
/
+14
*
|
|
|
qt: Add UI option to configure arguments
Zach Hilman
2018-10-07
3
-0
/
+27
*
|
|
|
settings: Add program_args string setting
Zach Hilman
2018-10-07
1
-0
/
+1
*
|
|
|
nso/nro: Add NSO arguments structure to data section
Zach Hilman
2018-10-07
4
-3
/
+38
|
/
/
/
*
|
|
Merge pull request #1396 from DarkLordZach/packed-updates
bunnei
2018-10-06
16
-21
/
+143
|
\
\
\
|
*
|
|
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
10
-9
/
+38
[next]