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
*
shader: Format string must be provided inline and not as a variable
Sam Spilsbury
2016-04-24
1
-1
/
+1
*
am: title_id is long long uint
Sam Spilsbury
2016-04-24
1
-1
/
+1
*
assert: Allow UNREACHABLE_MSG to have just one argument
Sam Spilsbury
2016-04-24
1
-1
/
+1
*
CMakeLists: Use imported version of Threads::Threads
Sam Spilsbury
2016-04-24
1
-1
/
+1
*
Merge pull request #1576 from smspillaz/fix-build-errors-03272016
bunnei
2016-04-24
7
-6
/
+19
|
\
|
*
assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED
Sam Spilsbury
2016-04-23
1
-0
/
+2
|
*
pica: Handle default lighting case
Sam Spilsbury
2016-04-23
1
-1
/
+6
|
*
ncch: Use correct format specifier (for long long uint)
Sam Spilsbury
2016-04-23
1
-1
/
+1
|
*
fs: Fix what appears to be a typo (filename_size / file_size)
Sam Spilsbury
2016-04-23
1
-1
/
+1
|
*
gdbstub: Don't check if unsigned int is > 0
Sam Spilsbury
2016-04-23
1
-2
/
+2
|
*
debugger: Warn if we reach an unreachable format
Sam Spilsbury
2016-04-23
1
-0
/
+6
|
*
CMakeLists: Use CMAKE_THREAD_LIBS_INIT
Sam Spilsbury
2016-04-23
1
-1
/
+1
*
|
Protect use of std::is_trivially_copyable to compile with GCC 4.9
LittleWhite
2016-04-23
1
-0
/
+4
|
/
*
HWRasterizer: reorder declarations to match defs
tfarley
2016-04-22
1
-9
/
+9
*
HWRasterizer: sync specular uniform for new shaders
tfarley
2016-04-22
1
-0
/
+2
*
Merge pull request #1436 from tfarley/hw-tex-forwarding
bunnei
2016-04-22
29
-941
/
+1739
|
\
|
*
HWRasterizer: Texture forwarding
tfarley
2016-04-21
20
-940
/
+1719
|
*
Config: Add scaled resolution option
tfarley
2016-04-21
9
-1
/
+20
*
|
Merge pull request #1655 from JayFoxRox/hw-dot3
bunnei
2016-04-21
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
OpenGL: Implement color combiner Operation::Dot3_RGB
Jannik Vogel
2016-04-10
1
-0
/
+3
*
|
SDL2 Frontend: Use argv[0], add a --version, and reorder options.
Emmanuel Gil Peyrot
2016-04-20
1
-9
/
+20
*
|
Merge pull request #1672 from wwylele/win-driver-fix
bunnei
2016-04-19
1
-3
/
+12
|
\
\
|
*
|
fix driver root identification on Windows
wwylele
2016-04-15
1
-3
/
+12
*
|
|
Merge pull request #1612 from ObsidianX/get-set-sockopt
bunnei
2016-04-18
1
-3
/
+97
|
\
\
\
|
*
|
|
Rework sockopt translation to match the error translation code already in place
Ryan Loebs
2016-04-01
1
-22
/
+30
|
*
|
|
Code style
Ryan Loebs
2016-03-30
1
-2
/
+2
|
*
|
|
Added GetSockOptName
Ryan Loebs
2016-03-30
1
-15
/
+58
|
*
|
|
Derp: win32: typedef int socklen_t;
Ryan Loebs
2016-03-29
1
-4
/
+0
|
*
|
|
But of course, Windows uses 'int' while Linux uses 'socklen_t'
Ryan Loebs
2016-03-29
1
-0
/
+4
|
*
|
|
Compiling on Windows now
Ryan Loebs
2016-03-29
1
-3
/
+3
|
*
|
|
Formatting...
Ryan Loebs
2016-03-29
1
-1
/
+1
|
*
|
|
Addressing PR comments
Ryan Loebs
2016-03-29
1
-4
/
+4
|
*
|
|
SOC Updates
Ryan Loebs
2016-03-28
1
-3
/
+46
*
|
|
|
Merge pull request #1625 from JayFoxRox/sw-blend-func
bunnei
2016-04-17
1
-57
/
+42
|
\
\
\
\
|
*
|
|
|
Rasterizer: Allow all blend factors for alpha blend-func
Jannik Vogel
2016-04-17
1
-57
/
+42
*
|
|
|
|
core: Clean out some unnecessary header includes
Lioncash
2016-04-16
3
-14
/
+1
*
|
|
|
|
Merge pull request #1667 from wwylele/ncch-loader-fix
bunnei
2016-04-15
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
ncch:only decompress .code section
wwylele
2016-04-14
1
-2
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1673 from MerryMage/config-minimumSize
bunnei
2016-04-15
1
-12
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Configure Dialog: Remove minimumSize property
MerryMage
2016-04-15
1
-12
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1671 from lioncash/mem
Mathew Maidment
2016-04-15
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
debug_utils: use std::make_unique for initializing PicaTrace
Lioncash
2016-04-14
1
-1
/
+1
*
|
|
|
|
|
Y2R: num_tiles should be allowed when its value is 128 (#1669)
JamePeng
2016-04-14
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #1666 from MerryMage/barrier
bunnei
2016-04-14
1
-24
/
+22
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Thread: Make Barrier reusable
MerryMage
2016-04-14
1
-5
/
+5
|
*
|
|
|
|
common/thread: Correct code style
MerryMage
2016-04-14
1
-21
/
+19
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1665 from lioncash/file
bunnei
2016-04-14
3
-48
/
+38
|
\
\
\
\
\
|
*
|
|
|
|
file_util: In-class initialize data members
Lioncash
2016-04-13
2
-6
/
+4
|
*
|
|
|
|
file_util: const qualify IOFile's Tell and GetSize functions
Lioncash
2016-04-13
2
-8
/
+8
|
*
|
|
|
|
file_util: Don't expose IOFile internals through the API
Lioncash
2016-04-13
3
-31
/
+20
[next]