index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-08-11
registration: Take RawCopy function as parameter
Zach Hilman
2018-08-11
game_list: Populate control data from installed NAND
Zach Hilman
2018-08-11
registered_cache: Fix missing reading from yuzu_meta
Zach Hilman
2018-08-11
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
qt: Add 'Install to NAND' option to menu
Zach Hilman
2018-08-11
game_list: Modify game list to scan installed titles
Zach Hilman
2018-08-11
file_sys: Add RegisteredCache
Zach Hilman
2018-08-11
file_sys: Add support for parsing NCA metadata (CNMT)
Zach Hilman
2018-08-11
card_image: Add accessor for all NCAs in XCI
Zach Hilman
2018-08-11
vfs_real: Add CreateFullPath to CreateFile
Zach Hilman
2018-08-11
filesystem: Add Open and Register functions for BISFactory
Zach Hilman
2018-08-11
bis_factory: Add partial implementation of BISFactory
Zach Hilman
2018-08-11
loader: Join 0* files in directory if filename is 00
Zach Hilman
2018-08-11
loader: Recognize filename '00' as NCA
Zach Hilman
2018-08-11
vfs: Add ConcatenatedVfsFile
Zach Hilman
2018-08-11
crypto: Remove hex utilities from key_manager
Zach Hilman
2018-08-11
file_util: Add getter for NAND registration directory
Zach Hilman
2018-08-11
common: Move hex string processing to separate file
Zach Hilman
2018-08-11
Merge pull request #1022 from bunnei/fix-splat
bunnei
2018-08-11
Merge pull request #1020 from lioncash/namespace
bunnei
2018-08-11
Merge pull request #1021 from lioncash/warn
bunnei
2018-08-11
Merge pull request #1024 from Subv/blend_gl
bunnei
2018-08-11
Merge pull request #1023 from Subv/invalid_attribs
bunnei
2018-08-11
GPU/Maxwell3D: Implemented an alternative set of blend factors.
Subv
2018-08-11
Implement R8_UINT RenderTargetFormat & PixelFormat (#1014)
greggameplayer
2018-08-11
RasterizerGL: Ignore invalid/unset vertex attributes.
Subv
2018-08-11
friend: Stub DeclareCloseOnlinePlaySession.
bunnei
2018-08-11
friend: Fix CreateFriendService to return an IFriendService interface.
bunnei
2018-08-11
server_session: Provide more useful information and don't crash on bad IPC re...
bunnei
2018-08-11
gl_rasterizer: Silence implicit truncation warning in SetupShaders()
Lioncash
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-08-11
Merge pull request #1010 from bunnei/unk-vert-attrib-shader
bunnei
2018-08-11
Merge pull request #1009 from bunnei/rg8-rgba8-snorm
bunnei
2018-08-11
gl_shader_decompiler: Improve handling of unknown input/output attributes.
bunnei
2018-08-11
Merge pull request #970 from DarkLordZach/loader-errors
bunnei
2018-08-11
Merge pull request #1018 from Subv/ssy_sync
bunnei
2018-08-11
gl_rasterizer: Implement render target format RG8_SNORM.
bunnei
2018-08-11
gl_rasterizer: Implement render target format RGBA8_SNORM.
bunnei
2018-08-11
GPU/Shader: Don't predicate instructions that don't have a predicate field (S...
Subv
2018-08-11
GPU/Shaders: Implemented SSY and SYNC as a way to modify control flow during ...
Subv
2018-08-11
Merge pull request #1016 from lioncash/video
bunnei
2018-08-11
Merge pull request #1003 from lioncash/var
bunnei
2018-08-11
Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats and more (R1...
greggameplayer
2018-08-10
Merge pull request #1015 from lioncash/gamelist
James Rowe
2018-08-10
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
2018-08-10
renderer_base: Remove unused kFramebuffer enumeration
Lioncash
2018-08-10
video_core: Remove unused Renderer enumeration
Lioncash
2018-08-10
qt/game_list: Resolve truncation warning within GameListItemPath's constructor
Lioncash
2018-08-10
gt/game_list: Use std::array in GameListItemPath's data() function
Lioncash
2018-08-10
qt/game_list: Remove redundant base class constructor from initializer list
Lioncash
[next]