index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-08-21
logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...
Lioncash
2018-08-21
Merge pull request #1143 from lioncash/inc
bunnei
2018-08-21
Merge pull request #1139 from lioncash/bitfield
bunnei
2018-08-21
Merge pull request #1140 from FearlessTobi/port-4056
bunnei
2018-08-21
perf_stats: Change MAX_LAG_TIME_US to an appropriate value
MerryMage
2018-08-21
sdmc_factory: Remove unnecessary core include
Lioncash
2018-08-21
Port #4056 from Citra: "Add Clear Recent Files menu action"
fearlessTobi
2018-08-21
bit_field: Convert ToBool() into explicit operator bool
Lioncash
2018-08-21
Merge pull request #1123 from lioncash/screen
bunnei
2018-08-21
Merge pull request #1129 from lioncash/header
bunnei
2018-08-21
Merge pull request #1132 from Subv/gl_FragDepth
bunnei
2018-08-21
Merge pull request #1134 from lioncash/log
bunnei
2018-08-21
Merge pull request #1121 from Subv/tex_reinterpret
bunnei
2018-08-21
renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBU...
Lioncash
2018-08-20
Merge pull request #1133 from lioncash/guard
bunnei
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-20
gl_stream_buffer: Add missing header guard
Lioncash
2018-08-20
Shaders: Implement depth writing in fragment shaders.
Subv
2018-08-20
Merge pull request #1126 from lioncash/telem
bunnei
2018-08-20
Merge pull request #1131 from bunnei/impl-tex3d-texcube
bunnei
2018-08-20
Merge pull request #1106 from Subv/multiple_rendertargets
bunnei
2018-08-20
shader_bytecode: Replace some UNIMPLEMENTED logs.
bunnei
2018-08-20
gl_shader_decompiler: Implement Texture3D for TEXS.
bunnei
2018-08-20
gl_shader_decompiler: Implement TextureCube for TEX.
bunnei
2018-08-20
Merge pull request #1130 from Subv/tex_2d
bunnei
2018-08-20
Shaders: Fixed the coords in TEX with Texture2D.
Subv
2018-08-20
Shaders: Log and crash when using an unimplemented texture type in a texture ...
Subv
2018-08-20
Merge pull request #1122 from lioncash/acc
bunnei
2018-08-20
romfs_factory: Remove unnecessary includes and use forward declarations where...
Lioncash
2018-08-20
Merge pull request #1095 from DarkLordZach/sysarchives
bunnei
2018-08-20
telemetry_session: Don't allocate std::string instances for program lifetime ...
Lioncash
2018-08-20
acc: Replace profile_manager include with a forward declaration
Lioncash
2018-08-20
acc: Simplify WriteBuffer call within LoadImage()
Lioncash
2018-08-20
acc: Correct IProfile's constructor initializer list order
Lioncash
2018-08-20
acc: Remove unused DEFAULT_USER_ID
Lioncash
2018-08-20
profile_manager: Use INVALID_UUID in the initializer of last_opened_user
Lioncash
2018-08-20
profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()
Lioncash
2018-08-20
profile_manager: Use type aliases for username data, profile data, and user a...
Lioncash
2018-08-20
profile_manager: Take ProfileInfo by const reference where applicable
Lioncash
2018-08-20
profile_manager: Make array parameter to CreateNewUser a const reference
Lioncash
2018-08-20
profile_manager: Remove unnecessary static
Lioncash
2018-08-20
profile_manager: Simplify UUID's two param constructor, operator==, and opera...
Lioncash
2018-08-20
profile_manager: Move UUID generation function to the cpp file
Lioncash
2018-08-20
Merge pull request #1064 from lioncash/telemetry
bunnei
2018-08-20
rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature
Lioncash
2018-08-20
renderer_base: Make creation of the rasterizer, the responsibility of the ren...
Lioncash
2018-08-20
Shaders: Write all the enabled color outputs when a fragment shader exits.
Subv
2018-08-20
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
2018-08-20
profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...
Lioncash
2018-08-20
Rasterizer: Reinterpret the raw texture bytes instead of blitting (and thus d...
Subv
[next]