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/svc: Correct behavior of svcResetSignal()
Lioncash
2018-12-04
1
-4
/
+11
*
kernel/process: Make Process a WaitObject
Lioncash
2018-12-04
3
-6
/
+68
*
kernel/readable_event: Add member function for enforcing a strict reset contract
Lioncash
2018-12-04
2
-1
/
+22
*
Merge pull request #1838 from lioncash/dedup
bunnei
2018-12-04
1
-27
/
+26
|
\
|
*
file_sys/registered_cache: Eliminate variable shadowing
Lioncash
2018-12-01
1
-27
/
+26
*
|
Merge pull request #1836 from lioncash/unused
bunnei
2018-12-04
1
-1
/
+0
|
\
\
|
*
|
crypto/key_manager: Remove unused variable in GetTicketblob()
Lioncash
2018-12-01
1
-1
/
+0
|
|
/
*
|
kernel/svc: Remove unused header inclusion
Lioncash
2018-12-04
1
-1
/
+0
*
|
kernel/svc: Implement svcSignalEvent()
Lioncash
2018-12-04
1
-1
/
+16
*
|
kernel/svc: Implement svcCreateEvent()
Lioncash
2018-12-04
2
-1
/
+42
*
|
Merge pull request #1845 from lioncash/nro
bunnei
2018-12-04
5
-19
/
+23
|
\
\
|
*
|
loader/nso: Remove dependency on the System class
Lioncash
2018-12-02
3
-8
/
+11
|
*
|
loader/nro: Make the static LoadNro function internally linked
Lioncash
2018-12-02
2
-7
/
+5
|
*
|
loader/nro: Remove dependency on the System class
Lioncash
2018-12-02
2
-10
/
+13
*
|
|
Merge pull request #1853 from lioncash/event
bunnei
2018-12-04
6
-11
/
+20
|
\
\
\
|
*
|
|
kernel/object: Amend handle types to distinguish between readable and writabl...
Lioncash
2018-12-04
6
-11
/
+20
*
|
|
|
Rewrited TEX/TEXS (TEX Scalar). (#1826)
Marcos
2018-12-04
1
-259
/
+177
*
|
|
|
Merge pull request #1857 from lioncash/res-info
bunnei
2018-12-04
5
-11
/
+37
|
\
\
\
\
|
*
|
|
|
kernel/handle_table: Amend reference to CTR-OS in Create()
Lioncash
2018-12-04
1
-2
/
+3
|
*
|
|
|
kernel/svc: Implement the resource limit svcGetInfo option
Lioncash
2018-12-04
4
-9
/
+34
|
|
/
/
/
*
|
|
|
Merge pull request #1854 from Subv/old_command_processor
bunnei
2018-12-04
2
-142
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Removed unused file.
Subv
2018-12-03
1
-142
/
+0
|
*
|
|
GPU: Don't try to route PFIFO methods (0-0x40) to the other engines.
Subv
2018-12-03
1
-0
/
+6
|
|
|
/
|
|
/
|
*
|
|
[Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments
V.Kalyuzhny
2018-12-04
1
-1
/
+1
*
|
|
Merge pull request #1840 from lioncash/info
bunnei
2018-12-03
1
-50
/
+100
|
\
\
\
|
*
|
|
svc: Use the current process' handle table for retrieving the process instanc...
Lioncash
2018-12-02
1
-1
/
+2
|
*
|
|
svc: Reorganize svcGetInfo, handle more error cases for existing implemented ...
Lioncash
2018-12-02
1
-50
/
+99
|
|
/
/
*
|
|
Merge pull request #1842 from lioncash/slot
bunnei
2018-12-03
9
-14
/
+12
|
\
\
\
|
*
|
|
yuzu/configuration: Make slots private where applicable
Lioncash
2018-12-02
5
-7
/
+2
|
*
|
|
yuzu/configuration: Add missing override specifiers to configuration-related ...
Lioncash
2018-12-02
7
-7
/
+7
|
*
|
|
yuzu/configuration/configure_input: Default destructor in the cpp file
Lioncash
2018-12-02
2
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1835 from lioncash/cache-global
bunnei
2018-12-03
8
-40
/
+26
|
\
\
\
|
*
|
|
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-01
8
-40
/
+26
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1822 from ReinUsesLisp/glsl-scope
bunnei
2018-12-03
1
-250
/
+213
|
\
\
\
|
*
|
|
gl_shader_decompiler: Remove texture temporal in TLD4
ReinUsesLisp
2018-11-28
1
-3
/
+1
|
*
|
|
gl_shader_decompiler: Flip negated if else statement
ReinUsesLisp
2018-11-28
1
-3
/
+3
|
*
|
|
gl_shader_decompiler: Use GLSL scope on instructions unrelated to textures
ReinUsesLisp
2018-11-28
1
-35
/
+10
|
*
|
|
gl_shader_decompiler: Move texture code generation into lambdas
ReinUsesLisp
2018-11-28
1
-97
/
+78
|
*
|
|
gl_shader_decompiler: Clean up texture instructions
ReinUsesLisp
2018-11-28
1
-87
/
+56
|
*
|
|
gl_shader_decompiler: Scope GLSL variables with a scoped object
ReinUsesLisp
2018-11-28
1
-32
/
+72
*
|
|
|
Merge pull request #1803 from DarkLordZach/k-able-event
bunnei
2018-12-03
37
-247
/
+410
|
\
\
\
\
|
*
|
|
|
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
9
-14
/
+14
|
*
|
|
|
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
32
-317
/
+175
|
*
|
|
|
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
29
-164
/
+287
|
*
|
|
|
hle_ipc: Use event pair for SleepClientThread
Zach Hilman
2018-11-29
2
-19
/
+22
|
*
|
|
|
kernel: Add named event table
Zach Hilman
2018-11-29
2
-0
/
+30
|
*
|
|
|
kernel: Divide Event into ReadableEvent and WritableEvent
Zach Hilman
2018-11-29
6
-61
/
+210
|
*
|
|
|
kernel/object: Add descriptions to ResetTypes
Zach Hilman
2018-11-29
1
-3
/
+3
*
|
|
|
|
Merge pull request #1833 from lioncash/clean
bunnei
2018-12-03
5
-5
/
+97
|
\
\
\
\
\
|
*
|
|
|
|
file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...
Lioncash
2018-11-30
2
-0
/
+25
[next]