summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-11qt: Use custom RawCopy with progress bar for installsZach Hilman
2018-08-11registration: Take RawCopy function as parameterZach Hilman
2018-08-11game_list: Populate control data from installed NANDZach Hilman
2018-08-11registered_cache: Fix missing reading from yuzu_metaZach Hilman
2018-08-11file_sys: Comply to style guidelinesZach Hilman
2018-08-11qt: Add 'Install to NAND' option to menuZach Hilman
2018-08-11game_list: Modify game list to scan installed titlesZach Hilman
2018-08-11file_sys: Add RegisteredCacheZach Hilman
2018-08-11file_sys: Add support for parsing NCA metadata (CNMT)Zach Hilman
2018-08-11card_image: Add accessor for all NCAs in XCIZach Hilman
2018-08-11vfs_real: Add CreateFullPath to CreateFileZach Hilman
2018-08-11filesystem: Add Open and Register functions for BISFactoryZach Hilman
2018-08-11bis_factory: Add partial implementation of BISFactoryZach Hilman
2018-08-11loader: Join 0* files in directory if filename is 00Zach Hilman
2018-08-11loader: Recognize filename '00' as NCAZach Hilman
2018-08-11vfs: Add ConcatenatedVfsFileZach Hilman
2018-08-11crypto: Remove hex utilities from key_managerZach Hilman
2018-08-11file_util: Add getter for NAND registration directoryZach Hilman
2018-08-11common: Move hex string processing to separate fileZach Hilman
2018-08-11Merge pull request #1022 from bunnei/fix-splatbunnei
2018-08-11Merge pull request #1020 from lioncash/namespacebunnei
2018-08-11Merge pull request #1021 from lioncash/warnbunnei
2018-08-11Merge pull request #1024 from Subv/blend_glbunnei
2018-08-11Merge pull request #1023 from Subv/invalid_attribsbunnei
2018-08-11GPU/Maxwell3D: Implemented an alternative set of blend factors.Subv
2018-08-11Implement R8_UINT RenderTargetFormat & PixelFormat (#1014)greggameplayer
2018-08-11RasterizerGL: Ignore invalid/unset vertex attributes.Subv
2018-08-11friend: Stub DeclareCloseOnlinePlaySession.bunnei
2018-08-11friend: Fix CreateFriendService to return an IFriendService interface.bunnei
2018-08-11server_session: Provide more useful information and don't crash on bad IPC re...bunnei
2018-08-11gl_rasterizer: Silence implicit truncation warning in SetupShaders()Lioncash
2018-08-11core: Namespace EmuWindowLioncash
2018-08-11Merge pull request #1010 from bunnei/unk-vert-attrib-shaderbunnei
2018-08-11Merge pull request #1009 from bunnei/rg8-rgba8-snormbunnei
2018-08-11gl_shader_decompiler: Improve handling of unknown input/output attributes.bunnei
2018-08-11Merge pull request #970 from DarkLordZach/loader-errorsbunnei
2018-08-11Merge pull request #1018 from Subv/ssy_syncbunnei
2018-08-11gl_rasterizer: Implement render target format RG8_SNORM.bunnei
2018-08-11gl_rasterizer: Implement render target format RGBA8_SNORM.bunnei
2018-08-11GPU/Shader: Don't predicate instructions that don't have a predicate field (S...Subv
2018-08-11GPU/Shaders: Implemented SSY and SYNC as a way to modify control flow during ...Subv
2018-08-11Merge pull request #1016 from lioncash/videobunnei
2018-08-11Merge pull request #1003 from lioncash/varbunnei
2018-08-11Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats and more (R1...greggameplayer
2018-08-10Merge pull request #1015 from lioncash/gamelistJames Rowe
2018-08-10video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash
2018-08-10renderer_base: Remove unused kFramebuffer enumerationLioncash
2018-08-10video_core: Remove unused Renderer enumerationLioncash
2018-08-10qt/game_list: Resolve truncation warning within GameListItemPath's constructorLioncash
2018-08-10gt/game_list: Use std::array in GameListItemPath's data() functionLioncash