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
*
Merge pull request #1146 from lioncash/am
bunnei
2018-08-21
1
-3
/
+4
|
\
|
*
am: Utilize std::array within PopLaunchParameter()
Lioncash
2018-08-21
1
-3
/
+4
*
|
Merge pull request #1148 from lioncash/audio-warn
bunnei
2018-08-21
1
-1
/
+1
|
\
\
|
*
|
audio_core/filter: Add explicit cast to assignment in Process()
Lioncash
2018-08-21
1
-1
/
+1
|
|
/
*
/
shader_bytecode: Parenthesize conditional expression within GetTextureType()
Lioncash
2018-08-21
1
-1
/
+1
|
/
*
Merge pull request #1143 from lioncash/inc
bunnei
2018-08-21
2
-1
/
+1
|
\
|
*
sdmc_factory: Remove unnecessary core include
Lioncash
2018-08-21
2
-1
/
+1
*
|
Merge pull request #1139 from lioncash/bitfield
bunnei
2018-08-21
1
-2
/
+1
|
\
\
|
*
|
bit_field: Convert ToBool() into explicit operator bool
Lioncash
2018-08-21
1
-2
/
+1
|
|
/
*
|
Merge pull request #1140 from FearlessTobi/port-4056
bunnei
2018-08-21
2
-0
/
+14
|
\
\
|
*
|
Port #4056 from Citra: "Add Clear Recent Files menu action"
fearlessTobi
2018-08-21
2
-0
/
+14
|
|
/
*
/
perf_stats: Change MAX_LAG_TIME_US to an appropriate value
MerryMage
2018-08-21
1
-1
/
+1
|
/
*
Merge pull request #1123 from lioncash/screen
bunnei
2018-08-21
7
-30
/
+25
|
\
|
*
rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature
Lioncash
2018-08-20
5
-17
/
+14
|
*
renderer_base: Make creation of the rasterizer, the responsibility of the ren...
Lioncash
2018-08-20
4
-14
/
+12
*
|
Merge pull request #1129 from lioncash/header
bunnei
2018-08-21
11
-8
/
+40
|
\
\
|
*
|
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-20
9
-5
/
+28
|
*
|
romfs_factory: Remove unnecessary includes and use forward declarations where...
Lioncash
2018-08-20
3
-3
/
+12
*
|
|
Merge pull request #1132 from Subv/gl_FragDepth
bunnei
2018-08-21
1
-1
/
+6
|
\
\
\
|
*
|
|
Shaders: Implement depth writing in fragment shaders.
Subv
2018-08-20
1
-1
/
+6
*
|
|
|
Merge pull request #1134 from lioncash/log
bunnei
2018-08-21
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBU...
Lioncash
2018-08-21
1
-1
/
+1
*
|
|
|
|
Merge pull request #1121 from Subv/tex_reinterpret
bunnei
2018-08-21
4
-16
/
+70
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Rasterizer: Reinterpret the raw texture bytes instead of blitting (and thus d...
Subv
2018-08-20
1
-3
/
+49
|
*
|
|
|
Rasterizer: Don't attempt to copy over the old texture's data when doing a fo...
Subv
2018-08-20
4
-13
/
+21
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1133 from lioncash/guard
bunnei
2018-08-20
1
-0
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
gl_stream_buffer: Add missing header guard
Lioncash
2018-08-20
1
-0
/
+2
*
|
|
|
Merge pull request #1126 from lioncash/telem
bunnei
2018-08-20
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
telemetry_session: Don't allocate std::string instances for program lifetime ...
Lioncash
2018-08-20
1
-4
/
+4
*
|
|
|
|
Merge pull request #1131 from bunnei/impl-tex3d-texcube
bunnei
2018-08-20
2
-2
/
+21
|
\
\
\
\
\
|
*
|
|
|
|
shader_bytecode: Replace some UNIMPLEMENTED logs.
bunnei
2018-08-20
1
-2
/
+6
|
*
|
|
|
|
gl_shader_decompiler: Implement Texture3D for TEXS.
bunnei
2018-08-20
1
-0
/
+7
|
*
|
|
|
|
gl_shader_decompiler: Implement TextureCube for TEX.
bunnei
2018-08-20
1
-0
/
+8
*
|
|
|
|
|
Merge pull request #1106 from Subv/multiple_rendertargets
bunnei
2018-08-20
2
-6
/
+45
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Shaders: Write all the enabled color outputs when a fragment shader exits.
Subv
2018-08-20
2
-6
/
+45
*
|
|
|
|
|
Merge pull request #1130 from Subv/tex_2d
bunnei
2018-08-20
1
-6
/
+15
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Shaders: Fixed the coords in TEX with Texture2D.
Subv
2018-08-20
1
-1
/
+1
|
*
|
|
|
|
Shaders: Log and crash when using an unimplemented texture type in a texture ...
Subv
2018-08-20
1
-5
/
+14
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1122 from lioncash/acc
bunnei
2018-08-20
4
-57
/
+61
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
acc: Replace profile_manager include with a forward declaration
Lioncash
2018-08-20
2
-2
/
+6
|
*
|
|
|
acc: Simplify WriteBuffer call within LoadImage()
Lioncash
2018-08-20
1
-3
/
+3
|
*
|
|
|
acc: Correct IProfile's constructor initializer list order
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
|
|
acc: Remove unused DEFAULT_USER_ID
Lioncash
2018-08-20
1
-3
/
+0
|
*
|
|
|
profile_manager: Use INVALID_UUID in the initializer of last_opened_user
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
|
|
profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
|
|
profile_manager: Use type aliases for username data, profile data, and user a...
Lioncash
2018-08-20
2
-19
/
+22
|
*
|
|
|
profile_manager: Take ProfileInfo by const reference where applicable
Lioncash
2018-08-20
2
-8
/
+8
|
*
|
|
|
profile_manager: Make array parameter to CreateNewUser a const reference
Lioncash
2018-08-20
2
-2
/
+2
|
*
|
|
|
profile_manager: Remove unnecessary static
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
|
|
profile_manager: Simplify UUID's two param constructor, operator==, and opera...
Lioncash
2018-08-20
1
-6
/
+4
[next]