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
*
Kirby expects handheld controllers to be at position 8
David Marcec
2018-10-10
1
-2
/
+8
*
Added the ability to "disconnect" individual npads
David Marcec
2018-10-10
3
-16
/
+40
*
Removed unneeded forward declarations
David Marcec
2018-10-10
2
-13
/
+2
*
Addressed changes for better hid
David Marcec
2018-10-10
19
-167
/
+238
*
"Better Hid" rework part 1
David Marcec
2018-10-10
22
-644
/
+1500
*
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
*
|
|
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 #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
4
-23
/
+299
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
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
3
-31
/
+37
|
*
|
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
|
|
/
*
|
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
2
-2
/
+2
*
|
|
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
15
-16
/
+128
|
\
\
|
*
|
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
9
-6
/
+36
|
*
|
patch_manager: Add support for NSP packed updates
Zach Hilman
2018-10-05
1
-2
/
+2
|
*
|
patch_manager: Add support for packed updates
Zach Hilman
2018-10-05
4
-5
/
+18
|
*
|
loader: Add getter for packed update
Zach Hilman
2018-10-05
6
-3
/
+58
|
*
|
loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders
Zach Hilman
2018-10-05
6
-6
/
+20
|
|
/
*
|
Merge pull request #1448 from ogniK5377/frontend-access
bunnei
2018-10-06
4
-0
/
+26
|
\
\
|
*
|
Added forward define for ServerPort
David Marcec
2018-10-06
2
-4
/
+6
|
*
|
Ported #4296 from citra
David Marcec
2018-10-06
3
-1
/
+25
*
|
|
Merge pull request #1332 from FearlessTobi/port-web-backend
bunnei
2018-10-06
4
-14
/
+53
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Review comments -part 4
fearlessTobi
2018-10-02
1
-0
/
+1
|
*
|
Address more review comments
fearlessTobi
2018-10-02
1
-1
/
+1
|
*
|
Address a bunch of review comments
fearlessTobi
2018-10-02
2
-6
/
+7
|
*
|
Port web_service from Citra
fearlessTobi
2018-10-02
4
-14
/
+51
[next]