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
*
alignment: Specify trait definitions within the allocator
Lioncash
2019-10-06
1
-0
/
+5
*
Merge pull request #2942 from ReinUsesLisp/clang-warnings
bunnei
2019-10-05
36
-58
/
+68
|
\
|
*
audio/audout_u: Change formatting for old clang-format versions
ReinUsesLisp
2019-10-04
1
-1
/
+1
|
*
yuzu/game_list_worker: Silence warnings
ReinUsesLisp
2019-10-04
2
-8
/
+9
|
*
yuzu/game_list: Silence -Wswitch and -Wunused-variable
ReinUsesLisp
2019-10-04
2
-5
/
+12
|
*
yuzu/configure_service: Silence -Wswitch
ReinUsesLisp
2019-10-04
1
-0
/
+2
|
*
yuzu_tester: Remove unused variable
ReinUsesLisp
2019-10-04
1
-1
/
+0
|
*
service/nvdrv: Silence -Wswitch
ReinUsesLisp
2019-10-04
4
-4
/
+10
|
*
service/nfp: Silence -Wunused and -Wswitch
ReinUsesLisp
2019-10-04
1
-4
/
+5
|
*
service/hid: Silence -Wunused and -Wswitch
ReinUsesLisp
2019-10-04
15
-23
/
+18
|
*
service/am: Silence -Wreorder
ReinUsesLisp
2019-10-04
1
-2
/
+1
|
*
service/hid: Remove unused system reference
ReinUsesLisp
2019-10-04
2
-2
/
+1
|
*
service/friend: Remove unused field
ReinUsesLisp
2019-10-04
1
-1
/
+0
|
*
service/filesystem: Silence -Wunused-variable
ReinUsesLisp
2019-10-04
1
-1
/
+1
|
*
service/bcat: Silence -Wreorder and -Wunused
ReinUsesLisp
2019-10-04
2
-2
/
+2
|
*
service/audio: Silence -Wunused
ReinUsesLisp
2019-10-04
1
-1
/
+1
|
*
service/apm: Silence -Wunused and -Wreorder
ReinUsesLisp
2019-10-04
2
-4
/
+5
|
*
common/file_util: Silence -Wswitch
ReinUsesLisp
2019-10-04
1
-1
/
+2
*
|
Merge pull request #2943 from DarkLordZach/azure-titlebars-v2
bunnei
2019-10-05
4
-6
/
+36
|
\
\
|
*
|
qt: Change titlebar formatting
Zach Hilman
2019-10-05
1
-6
/
+15
|
*
|
common: Add additional SCM revision fields
Zach Hilman
2019-10-05
3
-0
/
+21
*
|
|
video_core/control_flow: Eliminate variable shadowing warnings
Lioncash
2019-10-05
1
-6
/
+6
*
|
|
video_core/control_flow: Eliminate pessimizing moves
Lioncash
2019-10-05
1
-5
/
+8
*
|
|
video_core/ast: Unindent most of IsFullyDecompiled() by one level
Lioncash
2019-10-05
1
-12
/
+12
*
|
|
video_core/ast: Make ShowCurrentState() take a string_view instead of std::st...
Lioncash
2019-10-05
2
-2
/
+2
*
|
|
video_core/ast: Eliminate variable shadowing warnings
Lioncash
2019-10-05
1
-3
/
+3
*
|
|
video_core/ast: Replace std::string with a constexpr std::string_view
Lioncash
2019-10-05
1
-3
/
+1
*
|
|
video_core/ast: Default the move constructor and assignment operator
Lioncash
2019-10-05
2
-26
/
+2
*
|
|
video_core/{ast, expr}: Organize forward declaration
Lioncash
2019-10-05
2
-10
/
+10
*
|
|
video_core/expr: Supply operator!= along with operator==
Lioncash
2019-10-05
2
-1
/
+32
*
|
|
video_core/{ast, expr}: Use std::move where applicable
Lioncash
2019-10-05
4
-45
/
+47
*
|
|
video_core/ast: Supply const accessors for data where applicable
Lioncash
2019-10-05
2
-37
/
+41
*
|
|
Merge pull request #2888 from FernandoS27/decompiler2
David
2019-10-05
16
-160
/
+2293
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Shader_ir: Address feedback
Fernando Sahmkow
2019-10-04
6
-65
/
+24
|
*
|
Shader_Ir: Address Feedback and clang format.
Fernando Sahmkow
2019-10-04
4
-68
/
+68
|
*
|
vk_shader_decompiler: Correct Branches inside conditionals.
Fernando Sahmkow
2019-10-04
1
-1
/
+11
|
*
|
vk_shader_decompiler: Clean code and be const correct.
Fernando Sahmkow
2019-10-04
2
-8
/
+6
|
*
|
Shader_IR: clean up AST handling and add documentation.
Fernando Sahmkow
2019-10-04
1
-2
/
+6
|
*
|
Shader_IR: Correct OutwardMoves for Ifs
Fernando Sahmkow
2019-10-04
1
-22
/
+11
|
*
|
vk_shader_compiler: Don't enclose branches with if(true) to avoid crashing AMD
Fernando Sahmkow
2019-10-04
1
-16
/
+33
|
*
|
gl_shader_decompiler: Refactor and address feedback.
Fernando Sahmkow
2019-10-04
1
-17
/
+18
|
*
|
Shader_IR: corrections and clang-format
Fernando Sahmkow
2019-10-04
2
-70
/
+64
|
*
|
vk_shader_compiler: Correct SPIR-V AST Decompiling
Fernando Sahmkow
2019-10-04
1
-4
/
+11
|
*
|
Shader_IR: allow else derivation to be optional.
Fernando Sahmkow
2019-10-04
7
-10
/
+18
|
*
|
vk_shader_compiler: Implement the decompiler in SPIR-V
Fernando Sahmkow
2019-10-04
3
-23
/
+301
|
*
|
Shader_IR: mark labels as unused for partial decompile.
Fernando Sahmkow
2019-10-04
2
-3
/
+9
|
*
|
Shader_Ir: Refactor Decompilation process and allow multiple decompilation mo...
Fernando Sahmkow
2019-10-04
14
-82
/
+336
|
*
|
gl_shader_decompiler: Implement AST decompiling
Fernando Sahmkow
2019-10-04
11
-63
/
+358
|
*
|
shader_ir: Declare Manager and pass it to appropiate programs.
Fernando Sahmkow
2019-10-04
7
-104
/
+214
|
*
|
shader_ir: Corrections to outward movements and misc stuffs
Fernando Sahmkow
2019-10-04
7
-58
/
+310
[next]