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
*
file_sys: Add missing include in savedata_factory
Zach Hilman
2018-08-08
1
-0
/
+1
*
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-08
12
-22
/
+52
*
vfs: Add unreachable assert to file permissions converter
Zach Hilman
2018-08-08
1
-1
/
+3
*
vfs: Add RealVfsFilesystem implementation
Zach Hilman
2018-08-08
2
-81
/
+290
*
file_util: Add platform-specific slash option to SanitizePath
Zach Hilman
2018-08-08
2
-5
/
+16
*
vfs: Add VfsFilesystem interface and default implementation
Zach Hilman
2018-08-08
2
-3
/
+211
*
filesystem: Remove unnecessary if conditions
Zach Hilman
2018-08-08
1
-1
/
+1
*
Merge pull request #976 from bunnei/shader-imm
bunnei
2018-08-08
2
-11
/
+6
|
\
|
*
gl_shader_decompiler: Let OpenGL interpret floats.
bunnei
2018-08-08
2
-11
/
+6
*
|
Merge pull request #981 from bunnei/cbuf-corrupt
bunnei
2018-08-08
4
-3
/
+12
|
\
\
|
*
|
maxwell_3d: Use correct const buffer size and check bounds.
bunnei
2018-08-08
4
-3
/
+12
|
|
/
*
|
Merge pull request #978 from bunnei/fixioctl
bunnei
2018-08-08
1
-1
/
+1
|
\
\
|
*
|
nvhost_gpu: Don't over copy IoctlSubmitGpfifo.
bunnei
2018-08-08
1
-1
/
+1
|
|
/
*
|
Merge pull request #985 from bunnei/rt-r11g11b10
bunnei
2018-08-08
1
-0
/
+1
|
\
\
|
*
|
gpu: Add R11G11B10_FLOAT to RenderTargetBytesPerPixel.
bunnei
2018-08-08
1
-0
/
+1
|
|
/
*
|
Merge pull request #979 from bunnei/vtx88
bunnei
2018-08-08
1
-0
/
+1
|
\
\
|
*
|
maxwell_to_gl: Implement VertexAttribute::Size::Size_8_8.
bunnei
2018-08-08
1
-0
/
+1
|
|
/
*
|
Merge pull request #975 from bunnei/am-stub
bunnei
2018-08-08
2
-1
/
+9
|
\
\
|
*
|
am: Stub SetScreenShotImageOrientation.
bunnei
2018-08-08
2
-1
/
+9
|
|
/
*
|
Merge pull request #980 from bunnei/fix-logs
bunnei
2018-08-08
2
-2
/
+2
|
\
\
|
*
|
renderer_opengl: Use trace log in a few places.
bunnei
2018-08-08
2
-2
/
+2
|
|
/
*
|
Merge pull request #966 from lioncash/modernize
bunnei
2018-08-08
5
-11
/
+11
|
\
\
|
*
|
common: Convert type traits templates over to variable template versions wher...
Lioncash
2018-08-07
5
-11
/
+11
|
|
/
*
|
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-08
23
-21
/
+484
|
\
\
|
*
|
configure_gamelist: Use explicit QVariant constructor
Zach Hilman
2018-08-07
1
-2
/
+4
|
*
|
loader: Add icon and title support to XCI
Zach Hilman
2018-08-06
7
-5
/
+46
|
*
|
Use const where applicable
Zach Hilman
2018-08-06
4
-7
/
+7
|
*
|
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-06
18
-19
/
+439
*
|
|
Merge pull request #968 from lioncash/vec
bunnei
2018-08-08
1
-180
/
+182
|
\
\
\
|
*
|
|
vector_math: Remove unimplemented function prototypes
Lioncash
2018-08-07
1
-23
/
+0
|
*
|
|
vector_math: Make functions constexpr where applicable
Lioncash
2018-08-07
1
-154
/
+179
|
*
|
|
vector_math: Convert typedefs to type aliases
Lioncash
2018-08-07
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #958 from lioncash/nv-global
bunnei
2018-08-08
5
-11
/
+22
|
\
\
\
|
*
|
|
nvdrv: Get rid of global std::weak_ptr
Lioncash
2018-08-07
5
-11
/
+22
|
|
/
/
*
|
|
Merge pull request #972 from lioncash/catch
bunnei
2018-08-08
4
-4
/
+4
|
\
\
\
|
*
|
|
externals: Update catch to 2.3.0
Lioncash
2018-08-07
4
-4
/
+4
|
|
/
/
*
|
|
Merge pull request #965 from lioncash/unused-files
bunnei
2018-08-08
3
-126
/
+0
|
\
\
\
|
*
|
|
hle: Remove unused romfs.cpp/.h
Lioncash
2018-08-07
3
-126
/
+0
|
|
/
/
*
|
|
Merge pull request #974 from lioncash/acc
bunnei
2018-08-08
2
-2
/
+2
|
\
\
\
|
*
|
|
acc: Add missing function table entries for GetUserCount
Lioncash
2018-08-07
2
-2
/
+2
*
|
|
|
hid: fix IsSixAxisSensorAtRest() response
mailwl
2018-08-08
1
-1
/
+1
|
/
/
/
*
|
|
acc: Stub GetUserCount. (#973)
bunnei
2018-08-07
3
-1
/
+9
*
|
|
Merge pull request #967 from lioncash/sign
bunnei
2018-08-07
1
-4
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
file_util: Avoid sign-conversions in WriteArray() and ReadArray()
Lioncash
2018-08-07
1
-4
/
+8
*
|
|
Merge pull request #964 from Hexagon12/lower-logs
bunnei
2018-08-07
1
-4
/
+4
|
\
\
\
|
*
|
|
Lowered down the logging for methods
Hexagon12
2018-08-07
1
-4
/
+4
*
|
|
|
Fixed the sRGB pixel format (#963)
Hexagon12
2018-08-07
1
-1
/
+2
*
|
|
|
Merge pull request #920 from DarkLordZach/titlekey
bunnei
2018-08-07
2
-7
/
+39
|
\
\
\
\
|
*
|
|
|
content_archive: Add support for titlekey cryptography
Zach Hilman
2018-08-04
2
-7
/
+39
*
|
|
|
|
Merge pull request #957 from lioncash/event
bunnei
2018-08-07
1
-1
/
+1
|
\
\
\
\
\
[next]