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
*
Reworked ADPCM decoder to allow better streaming
David Marcec
2020-08-14
2
-33
/
+95
*
mix buffer depopping
David Marcec
2020-08-01
2
-30
/
+101
*
adpcm streaming
David Marcec
2020-07-30
4
-27
/
+32
*
Fix perf regression
David Marcec
2020-07-25
1
-1
/
+2
*
Fix stream channel count when outputting to stereo
David Marcec
2020-07-25
1
-1
/
+1
*
Address issues
David Marcec
2020-07-25
8
-101
/
+104
*
Queue extra mix buffer
David Marcec
2020-07-25
1
-0
/
+1
*
Disable time stretcher for time being
David Marcec
2020-07-25
2
-6
/
+4
*
audio_core: Apollo Part 1, AudioRenderer refactor
David Marcec
2020-07-25
26
-713
/
+4204
*
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
|
*
|
configure_graphics_advanced: Implement highlighted overrides
lat9nq
2020-07-19
3
-96
/
+146
|
*
|
configuration_shared: Switch back to background colors
lat9nq
2020-07-19
1
-2
/
+2
|
*
|
configuration_shared: Better use global text
lat9nq
2020-07-19
2
-0
/
+15
|
*
|
configure_audio: fix UI margins
lat9nq
2020-07-19
1
-1
/
+10
|
*
|
configure_graphics: Implement highlighted overrides
lat9nq
2020-07-19
2
-134
/
+200
|
*
|
configure_audio: Implement highlighted overrides
lat9nq
2020-07-19
2
-80
/
+87
|
*
|
configuration_shared: Require name of the widget for highlighting
lat9nq
2020-07-19
3
-16
/
+27
|
*
|
configuration_shared: Use a highlight instead of background color
lat9nq
2020-07-19
2
-6
/
+6
|
*
|
configure_general: Implement manual tristate buttons
lat9nq
2020-07-19
2
-17
/
+27
|
*
|
configuration_shared: Initial functions and data for manual tristate
lat9nq
2020-07-19
2
-0
/
+58
|
|
/
*
|
Merge pull request #4388 from lioncash/written
bunnei
2020-07-24
1
-6
/
+3
|
\
\
|
*
|
buffer_cache: Eliminate redundant map lookup in MarkRegionAsWritten()
Lioncash
2020-07-20
1
-6
/
+3
|
|
/
*
|
Merge pull request #4391 from lioncash/nrvo
bunnei
2020-07-24
7
-26
/
+26
|
\
\
|
*
|
video_core: Allow copy elision to take place where applicable
Lioncash
2020-07-21
7
-26
/
+26
|
|
/
*
|
Merge pull request #4394 from lioncash/unused6
bunnei
2020-07-23
8
-33
/
+5
|
\
\
|
*
|
video_core: Remove unused variables
Lioncash
2020-07-21
8
-33
/
+5
|
|
/
*
|
Merge pull request #4353 from ameerj/gc-refactor
bunnei
2020-07-23
2
-183
/
+46
|
\
\
|
*
|
Fix axis thresholding while polling
ameerj
2020-07-19
1
-5
/
+2
|
*
|
std::size_t where appropriate, make error message more clear if can't read
ameerj
2020-07-17
1
-3
/
+4
|
*
|
Refactor adapter code
Ameer
2020-07-16
2
-179
/
+44
*
|
|
network: add missing include for BSDs
Jan Beich
2020-07-22
1
-0
/
+2
*
|
|
Merge pull request #4359 from ReinUsesLisp/clamp-shared
Rodrigo Locatti
2020-07-21
6
-9
/
+42
|
\
\
\
[next]