index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
codec: Fix ADPCM distortion caused by incorrect nibble order
fincs
2016-09-03
1
-2
/
+2
*
Merge pull request #2032 from bunnei/qt-graphics
bunnei
2016-08-31
21
-82
/
+251
|
\
|
*
qt: Rename all "toogle" to "toggle".
bunnei
2016-08-31
6
-24
/
+24
|
*
qt: Add an option to settings for enabling V-Sync.
bunnei
2016-08-29
1
-0
/
+4
|
*
qt: Recreate GL context on startup to support changing V-Sync.
bunnei
2016-08-29
3
-25
/
+39
|
*
system: Add a function to see if the emulator is running.
bunnei
2016-08-29
2
-0
/
+11
|
*
config: Add a setting for graphics V-Sync.
bunnei
2016-08-29
9
-1
/
+20
|
*
qt: Add a configuration tab for Graphics and move relevant fields.
bunnei
2016-08-29
8
-48
/
+169
*
|
Merge pull request #2035 from MerryMage/disable-stretch
bunnei
2016-08-31
15
-16
/
+83
|
\
\
|
*
|
configure_audio: User-configuratble option to enable/disable audio stretching
MerryMage
2016-08-31
7
-0
/
+24
|
*
|
audio_core: Add EnableStretching to interface so that one can toggle stretchi...
MerryMage
2016-08-31
4
-9
/
+52
|
*
|
sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::v...
MerryMage
2016-08-31
5
-9
/
+9
|
/
/
*
|
Merge pull request #2034 from JayFoxRox/avoid-glsl-error
bunnei
2016-08-30
1
-0
/
+1
|
\
\
|
*
|
OpenGL: Avoid error on unsupported lighting LUT
Jannik Vogel
2016-08-30
1
-0
/
+1
|
/
/
*
|
Merge pull request #2023 from yuriks/autobase-bcfnt
bunnei
2016-08-30
3
-30
/
+68
|
\
\
|
|
/
|
/
|
|
*
Auto-detect original shared_font.bin memory base
Yuri Kunde Schlesner
2016-08-27
3
-30
/
+68
*
|
Merge pull request #2029 from JayFoxRox/appveyor-cache
bunnei
2016-08-29
1
-0
/
+4
|
\
\
|
*
|
AppVeyor: Cache chocolatey packages
Jannik Vogel
2016-08-29
1
-0
/
+4
|
/
/
*
|
Merge pull request #1948 from wwylele/cro++
Yuri Kunde Schlesner
2016-08-28
14
-99
/
+3041
|
\
\
|
*
|
LDR: Implement CRO
wwylele
2016-08-27
9
-99
/
+3013
|
*
|
ARM: add ClearInstructionCache function
wwylele
2016-08-27
3
-0
/
+11
|
*
|
Memory: add ReadCString function
wwylele
2016-08-27
2
-0
/
+17
|
|
/
*
|
Merge pull request #1987 from Lectem/ipcdescriptors
Yuri Kunde Schlesner
2016-08-27
5
-22
/
+110
|
\
\
|
|
/
|
/
|
|
*
fix #1942 and adds a few IPC functions for descriptors
Lectem
2016-08-02
5
-22
/
+110
*
|
Merge pull request #2022 from MerryMage/issue-tpl
bunnei
2016-08-26
1
-0
/
+25
|
\
\
|
*
|
.github: Add ISSUE_TEMPLATE.md
MerryMage
2016-08-26
1
-0
/
+25
*
|
|
Merge pull request #2015 from MerryMage/upstream-smla
bunnei
2016-08-23
1
-2
/
+4
|
\
\
\
|
*
|
|
dyncom: Read-after-write in SMLA
MerryMage
2016-08-22
1
-2
/
+4
|
/
/
/
*
|
|
citra: Default to HW renderer.
bunnei
2016-08-15
3
-4
/
+4
*
|
|
qt: Use 5.7 on Windows.
bunnei
2016-08-15
1
-1
/
+1
*
|
|
Merge pull request #2004 from MerryMage/stm
Yuri Kunde Schlesner
2016-08-14
1
-3
/
+4
|
\
\
\
|
*
|
|
Dyncom: Correct implementation of STM for R15
MerryMage
2016-08-14
1
-3
/
+4
|
/
/
/
*
|
|
Merge pull request #1936 from jroweboy/qt5.7-fix
bunnei
2016-08-08
2
-6
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
CMake: Fix for QT 5.7 overwriting -std=c++1y flag
James Rowe
2016-08-04
2
-6
/
+8
|
/
/
*
|
Input GUI: Add tab to remap controls (#1900)
Anon
2016-07-29
9
-8
/
+825
*
|
Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000
bunnei
2016-07-28
5
-22
/
+31
|
\
\
|
*
|
Correct APT::0x00550040 and APT::0x00560000 function
JamePeng
2016-07-15
5
-22
/
+31
*
|
|
Merge pull request #1983 from hrydgard/font-reminder
bunnei
2016-07-28
1
-0
/
+7
|
\
\
\
|
*
|
|
Instead of segfaulting, log an error to remind the user to dump the shared fo...
Henrik Rydgard
2016-07-28
1
-0
/
+7
|
/
/
/
*
|
|
Merge pull request #1959 from MerryMage/revsh-upstream
bunnei
2016-07-28
1
-4
/
+13
|
\
\
\
|
*
|
|
dyncom: Fix translation of thumb REVSH
MerryMage
2016-07-28
1
-4
/
+13
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1966 from dwhinham/info_plist_fix
bunnei
2016-07-26
1
-1
/
+1
|
\
\
\
|
*
|
|
CMake: Fix Info.plist template for citra_qt/OSX
Dale Whinham
2016-07-21
1
-1
/
+1
*
|
|
|
Travis Build: OS X Startup Crash Fix (#1962)
Andy Tran
2016-07-25
1
-0
/
+91
*
|
|
|
Merge pull request #1974 from LittleWhite-tb/crash_invalid_size
bunnei
2016-07-25
1
-4
/
+3
|
\
\
\
\
|
*
|
|
|
Protection against a resize of size 0
Alexandre LittleWhite Laurent
2016-07-23
1
-4
/
+3
*
|
|
|
|
Merge pull request #1973 from linkmauve/no-sse4.1
Yuri Kunde Schlesner
2016-07-23
1
-5
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove the -msse4.1 on ¬MSVC.
Emmanuel Gil Peyrot
2016-07-23
1
-5
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #1963 from wwylele/rtc
Yuri Kunde Schlesner
2016-07-23
3
-3
/
+61
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
CoreTiming: avoid overflow
wwylele
2016-07-23
1
-1
/
+1
[next]