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
*
perf_stats: Make use of designated initializers
Lioncash
2020-08-03
1
-6
/
+7
*
perf_stats: Mark GetMeanFrametime() as const
Lioncash
2020-08-03
2
-9
/
+9
*
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-27
15
-43
/
+52
*
Merge pull request #4419 from lioncash/initializer
bunnei
2020-07-27
2
-0
/
+4
|
\
|
*
vulkan: Resolve -Wmissing-field-initializer warnings
Lioncash
2020-07-25
2
-0
/
+4
*
|
Merge pull request #4434 from CrazyMax/lang_unused_var
bunnei
2020-07-27
1
-1
/
+0
|
\
\
|
*
|
remove unused variable;
CrazyMax
2020-07-27
1
-1
/
+0
*
|
|
Merge pull request #4432 from bylaws/patch-1
Rodrigo Locatti
2020-07-27
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
video_core/gpu: Correct the size of the puller registers
Billy Laws
2020-07-26
1
-2
/
+2
*
|
|
Merge pull request #4431 from kelnos/fix-exit-crash
bunnei
2020-07-26
1
-1
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GCAdapter: only join worker thread if running & joinable
Brian J. Tarricone
2020-07-26
1
-1
/
+3
*
|
|
Merge pull request #4426 from lioncash/lock
bunnei
2020-07-26
3
-19
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
nvflinger: Mark interface functions with return values as [[nodiscard]]
Lioncash
2020-07-25
1
-16
/
+14
|
*
|
nvflinger: Use return value of Lock()
Lioncash
2020-07-25
3
-4
/
+4
*
|
|
Merge pull request #4418 from lioncash/udp-warn
bunnei
2020-07-25
1
-1
/
+0
|
\
\
\
|
*
|
|
udp/client: Remove unused boost include
Lioncash
2020-07-25
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #4415 from lioncash/maybe
bunnei
2020-07-25
1
-1
/
+1
|
\
\
\
|
*
|
|
virtual_buffer: Mark size parameter of FreeMemoryPages() as [[maybe_unused]]
Lioncash
2020-07-25
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #4417 from lioncash/poll
bunnei
2020-07-25
2
-4
/
+4
|
\
\
\
|
*
|
|
gc_adapter: Resolve C++20 deprecation warning
Lioncash
2020-07-25
1
-1
/
+1
|
*
|
|
gc_poller: Resolve -Wsign-compare warning
Lioncash
2020-07-25
1
-1
/
+2
|
*
|
|
gc_poller: Resolve -Wredundant-move warning
Lioncash
2020-07-25
1
-2
/
+1
|
|
/
/
*
|
/
yuzu/configure_debug: Remove duplicated checkboxes
FearlessTobi
2020-07-26
1
-22
/
+0
|
|
/
|
/
|
*
|
Merge pull request #4350 from ogniK5377/hid-update-connected
bunnei
2020-07-25
2
-33
/
+37
|
\
\
|
*
|
hid: Only update keyboard & debug pad inputs if enabled
David Marcec
2020-07-16
2
-33
/
+37
*
|
|
common/string_util: Remove unimplemented function prototype (#4414)
LC
2020-07-25
1
-12
/
+0
*
|
|
Merge pull request #4380 from ogniK5377/swkbd-inline-1
bunnei
2020-07-24
2
-13
/
+49
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Address issues
David Marcec
2020-07-20
1
-2
/
+2
|
*
|
swkbd: Return result for Calc request for inlined swkbd
David Marcec
2020-07-19
2
-13
/
+49
*
|
|
Merge pull request #4393 from lioncash/unused5
bunnei
2020-07-24
1
-4
/
+0
|
\
\
\
|
*
|
|
vk_rasterizer: Remove unused variable in Clear()
Lioncash
2020-07-21
1
-4
/
+0
|
|
/
/
*
|
|
Merge pull request #4377 from Morph1984/dark-themes
bunnei
2020-07-24
3
-2
/
+7
|
\
\
\
|
*
|
|
wait_tree: Include Midnight Blue dark themes
Morph
2020-07-20
1
-1
/
+4
|
*
|
|
qt-themes: Add Midnight Blue qdarkstyle theme (2.8.1)
James Rowe
2020-07-20
2
-1
/
+3
|
|
/
/
*
|
|
Merge pull request #4334 from lat9nq/clear-per-game-settings
bunnei
2020-07-24
16
-869
/
+1116
|
\
\
\
|
*
|
|
configure_graphics_advnaced: clang-format mk ii
lat9nq
2020-07-19
1
-3
/
+3
|
*
|
|
configure_graphics_advanced: Fix oversight from rebase
lat9nq
2020-07-19
1
-1
/
+1
|
*
|
|
configuration_shared: Remove unused functions
lat9nq
2020-07-19
2
-18
/
+0
|
*
|
|
configuration: Use forward declares and remove extraneous structs
lat9nq
2020-07-19
10
-63
/
+59
|
*
|
|
configuration_shared: Make CheckState strongly typed
lat9nq
2020-07-19
2
-24
/
+23
|
*
|
|
clang-format
lat9nq
2020-07-19
5
-38
/
+32
|
*
|
|
configuration_shared: Break up tracker structs to respective classes
lat9nq
2020-07-19
12
-49
/
+58
|
*
|
|
configure_system: break instead of semicolon
lat9nq
2020-07-19
1
-2
/
+4
|
*
|
|
clang-format
lat9nq
2020-07-19
3
-8
/
+11
|
*
|
|
configure_system: Highlight labels on startup
lat9nq
2020-07-19
1
-0
/
+5
|
*
|
|
configure_graphics: Fix layout in global config
lat9nq
2020-07-19
1
-1
/
+1
|
*
|
|
configure_per_game: Improve style consistency
lat9nq
2020-07-19
3
-54
/
+43
|
*
|
|
configure_system: Implement highlighted overrides
lat9nq
2020-07-19
3
-539
/
+544
|
*
|
|
configuration_shared: Add default combobox setup function
lat9nq
2020-07-19
3
-21
/
+52
|
*
|
|
configuration_shared: Use an int instead of a QString
lat9nq
2020-07-19
4
-22
/
+28
[next]