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
*
main, applets/web: Re-add progress dialog for RomFS extraction
Morph
2020-12-18
4
-40
/
+52
*
pl_u, applets/web: Decrypt shared fonts to TTF files
Morph
2020-12-18
3
-18
/
+117
*
ns_vm: Stub NeedsUpdateVulnerability
Morph
2020-12-18
1
-1
/
+10
*
frontend/input_interpreter: Add InputInterpreter API
Morph
2020-12-18
3
-0
/
+167
*
controllers/npad: Make press_state atomic
Morph
2020-12-18
2
-2
/
+3
*
applets/web: Implement the default web browser applet frontend
Morph
2020-12-18
3
-1
/
+24
*
applets/web: Implement the offline browser applet backend
Morph
2020-12-18
2
-13
/
+143
*
applets/web: Initial implementation of the web browser applet
Morph
2020-12-18
3
-2
/
+428
*
applets: Remove the previous web browser applet implementation
Morph
2020-12-18
8
-745
/
+37
*
system_archive: Add + and - buttons to the Nintendo Extended OSS font
Morph
2020-12-18
2
-315
/
+343
*
system_archive: Update Nintendo Extended OSS font
Morph
2020-12-17
2
-182
/
+347
*
Merge pull request #5190 from Morph1984/validate_device_handle
bunnei
2020-12-15
2
-0
/
+45
|
\
|
*
controllers/npad: Validate device handles before use
Morph
2020-12-12
2
-0
/
+45
*
|
Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex
bunnei
2020-12-15
10
-10
/
+147
|
\
\
|
*
|
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-12-08
6
-1
/
+83
|
*
|
file_sys: Consolidate common Title ID operations
Morph
2020-12-08
4
-9
/
+64
*
|
|
Merge pull request #5168 from Morph1984/aoc-PurchaseEventManager
bunnei
2020-12-14
2
-2
/
+76
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
IPurchaseEventManager: Implement GetPurchasedEventReadableHandle
Morph
2020-12-08
1
-1
/
+14
|
*
|
IPurchaseEventManager: Stub Set(Default)DeliveryTarget
Morph
2020-12-08
1
-2
/
+27
|
*
|
aoc_u: Stub Create(Permanent)EcPurchasedEventManager
Morph
2020-12-08
2
-2
/
+38
|
|
/
*
|
Merge pull request #5183 from lioncash/alias2
bunnei
2020-12-12
28
-136
/
+142
|
\
\
|
*
|
vfs: Use existing type aliases consistently
Lioncash
2020-12-10
28
-136
/
+142
*
|
|
Merge pull request #5187 from Morph1984/revert-stdfs
bunnei
2020-12-11
1
-6
/
+2
|
\
\
\
|
*
|
|
Revert "Merge pull request #5176 from Morph1984/fix-createfile"
Morph
2020-12-11
1
-6
/
+2
*
|
|
|
Merge pull request #5172 from lioncash/svc-wide
bunnei
2020-12-11
1
-35
/
+25
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
svc: Remove unnecessary casts
Lioncash
2020-12-08
1
-35
/
+25
*
|
|
|
Merge pull request #5123 from Morph1984/nim-IsLargeResourceAvailable
bunnei
2020-12-10
1
-1
/
+13
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
nim: Stub IsLargeResourceAvailable
Morph
2020-12-04
1
-1
/
+13
*
|
|
|
vfs_real: Fix CreateFile for files without a file extension
Morph
2020-12-09
1
-2
/
+6
*
|
|
|
Merge pull request #5142 from comex/xx-poll-events
Rodrigo Locatti
2020-12-09
6
-71
/
+82
|
\
\
\
\
|
*
|
|
|
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...
comex
2020-12-06
6
-71
/
+82
*
|
|
|
|
Merge pull request #5166 from lioncash/log-cast
bunnei
2020-12-08
25
-96
/
+90
|
\
\
\
\
\
|
*
|
|
|
|
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-07
25
-96
/
+90
*
|
|
|
|
|
Merge pull request #5135 from Morph1984/applets-shadow
bunnei
2020-12-08
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
applets: Resolve variable shadowing
Morph
2020-12-05
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #5167 from lioncash/doc-memory
bunnei
2020-12-08
1
-2
/
+0
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
memory: Resolve -Wdocumentation warning for Write()
Lioncash
2020-12-08
1
-2
/
+0
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #5165 from lioncash/copy-controller
Morph
2020-12-08
1
-12
/
+11
|
\
\
\
\
\
|
*
|
|
|
|
controller: Use std::move within ConvertToFrontendParameters()
Lioncash
2020-12-07
1
-3
/
+3
|
*
|
|
|
|
controller: Avoid unnecessary copies in ConfigurationComplete()
Lioncash
2020-12-07
1
-9
/
+8
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #5020 from german77/AnalogfromButtonFix
Morph
2020-12-08
1
-0
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Disable analog joystick from buttons by default
german
2020-12-07
1
-0
/
+2
*
|
|
|
|
Merge pull request #5153 from comex/xx-unix
bunnei
2020-12-07
2
-5
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
CMakeLists,network: Create YUZU_UNIX macro to replace __unix__
comex
2020-12-06
2
-5
/
+5
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #5148 from comex/xx-unused-fields
bunnei
2020-12-06
2
-3
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
core: Mark unused fields as [[maybe_unused]]
comex
2020-12-06
2
-3
/
+3
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #5154 from comex/xx-ipc
bunnei
2020-12-06
2
-34
/
+37
|
\
\
\
\
\
|
*
|
|
|
|
hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp
comex
2020-12-06
2
-34
/
+37
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #5147 from comex/xx-purevirt
LC
2020-12-07
1
-33
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
nvdrv: Remove useless re-declaration of pure virtual methods that were alread...
comex
2020-12-06
1
-33
/
+0
|
|
/
/
/
/
[next]