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
*
yuzu: Add UI tab to configure BCAT services
Zach Hilman
2019-09-30
6
-0
/
+302
*
bcat: Implement cmd 90201 ClearDeliveryCacheStorage
Zach Hilman
2019-09-30
1
-1
/
+23
*
bcat: Implement cmd 30100 SetPassphrase
Zach Hilman
2019-09-30
1
-1
/
+33
*
bcat: Implement cmd RequestSyncDeliveryCache and variant
Zach Hilman
2019-09-30
1
-2
/
+70
*
bcat: Implement IDeliveryCacheProgressService commands
Zach Hilman
2019-09-30
1
-0
/
+131
*
bcat: Implement IDeliveryCacheFileService commands
Zach Hilman
2019-09-30
1
-0
/
+117
*
bcat: Implement IDeliveryCacheDirectoryService commands
Zach Hilman
2019-09-30
1
-0
/
+99
*
bcat: Implement IDeliveryCacheStorageService commands
Zach Hilman
2019-09-30
1
-0
/
+58
*
bcat: Add commands to create IDeliveryCacheStorageService
Zach Hilman
2019-09-30
3
-2
/
+32
*
module: Create BCAT backend based upon Settings value on construction
Zach Hilman
2019-09-30
3
-1
/
+36
*
bcat: Add BCAT backend for Boxcat service
Zach Hilman
2019-09-30
2
-0
/
+407
*
bcat: Add backend class to generify the functions of BCAT
Zach Hilman
2019-09-30
2
-0
/
+100
*
settings: Add option to set BCAT backend
Zach Hilman
2019-09-30
6
-0
/
+34
*
nifm: Signal to applications that internet access is available
Zach Hilman
2019-09-30
1
-3
/
+10
*
core/loader: Track the NSO build ID of the current process
Zach Hilman
2019-09-30
3
-0
/
+14
*
applets: Add accessor for AppletFrontendSet
Zach Hilman
2019-09-30
2
-0
/
+6
*
filesystem: Add getter for BCAT temporary directory
Zach Hilman
2019-09-30
3
-0
/
+16
*
vfs: Add function to extract ZIP file into virtual filesystem
Zach Hilman
2019-09-30
2
-0
/
+96
*
Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"
bunnei
2019-09-29
1
-3
/
+0
*
Merge pull request #2574 from DarkLordZach/dynarmic-jit-nullptr
bunnei
2019-09-29
1
-0
/
+3
|
\
|
*
arm_dynarmic: Check if jit is nullptr when preparing reschedule
Zach Hilman
2019-06-10
1
-0
/
+3
*
|
gl_shader_decompiler: Add tailing return for HUnpack2
ReinUsesLisp
2019-09-24
1
-0
/
+2
*
|
gl_shader_decompiler: Fix clang build issues
ReinUsesLisp
2019-09-24
1
-26
/
+23
*
|
Merge pull request #2869 from ReinUsesLisp/suld
bunnei
2019-09-23
11
-229
/
+199
|
\
\
|
*
|
gl_shader_decompiler: Use uint for images and fix SUATOM
ReinUsesLisp
2019-09-21
7
-188
/
+93
|
*
|
shader/image: Implement SULD and remove irrelevant code
ReinUsesLisp
2019-09-21
10
-47
/
+110
|
*
|
shader_bytecode: Add SULD encoding
ReinUsesLisp
2019-09-21
1
-0
/
+2
*
|
|
cmake: Add SCM detection for Azure
Zach Hilman
2019-09-22
1
-0
/
+3
*
|
|
Merge pull request #2683 from DarkLordZach/lock-exit
David
2019-09-23
8
-8
/
+92
|
\
\
\
|
*
|
|
main: Use const on all variable initializations
Zach Hilman
2019-09-22
1
-2
/
+2
|
*
|
|
qt: Prompt user for confirmation if exit lock is active
Zach Hilman
2019-09-21
3
-1
/
+44
|
*
|
|
am: Implement ISelfController ExitLock commands
Zach Hilman
2019-09-21
1
-2
/
+6
|
*
|
|
am: Implement ISelfController Exit
Zach Hilman
2019-09-21
4
-4
/
+20
|
*
|
|
am: Add RequestExit event to AppletMessageQueue
Zach Hilman
2019-09-21
2
-0
/
+6
|
*
|
|
core: Track system exit lock status
Zach Hilman
2019-09-21
2
-0
/
+15
*
|
|
|
Merge pull request #2889 from FearlessTobi/adwsawdawd
David
2019-09-23
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Add missing include
FearlessTobi
2019-09-22
1
-0
/
+1
*
|
|
|
|
Merge pull request #2876 from ogniK5377/AcquireNpadStyleSetUpdateEventHandle-fix
Zach Hilman
2019-09-22
3
-11
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
removed comment
David Marcec
2019-09-22
1
-1
/
+0
|
*
|
|
|
|
Rebased
David Marcec
2019-09-22
3
-11
/
+19
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2877 from ogniK5377/framecount-rev7
Zach Hilman
2019-09-22
2
-11
/
+24
|
\
\
\
\
\
|
*
|
|
|
|
Used revision 5 instead of 7, marked constexpr as static
David Marcec
2019-09-21
1
-2
/
+2
|
*
|
|
|
|
Added frame_count for REV7 audio renderer
David Marcec
2019-09-20
2
-11
/
+24
*
|
|
|
|
|
Merge pull request #2895 from FearlessTobi/debug-logs
David
2019-09-22
1
-7
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
service/acc: Lower log severity from INFO to DEBUG
FearlessTobi
2019-09-22
1
-7
/
+7
*
|
|
|
|
|
|
Merge pull request #2873 from ogniK5377/new-ioctls
Fernando Sahmkow
2019-09-22
24
-73
/
+153
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
server side clang format fix2
David Marcec
2019-09-22
1
-18
/
+18
|
*
|
|
|
|
|
Use clang-format provided by build server
David Marcec
2019-09-22
1
-20
/
+18
|
*
|
|
|
|
|
disable clang-format temp
David Marcec
2019-09-20
1
-0
/
+2
|
*
|
|
|
|
|
Initial implementation of Ioctl2 & Ioctl3
David Marcec
2019-09-19
24
-63
/
+143
|
|
|
/
/
/
/
|
|
/
|
|
|
|
[next]