summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-12gl_rasterizer: Use the stream buffer for constant buffers.Markus Wick
2018-08-12gl_rasterizer: Use the streaming buffer itself for the constant buffer.Markus Wick
2018-08-12gl_rasterizer: Use a helper for aligning the buffer.Markus Wick
2018-08-12Update the stream_buffer helper from Citra.Markus Wick
2018-08-12GetAudioDeviceServiceWithRevisionInfoDavid Marcec
2018-08-12hid: disable clang-format around tablesLioncash
2018-08-12hid: Stub DisconnectNpad()Lioncash
2018-08-12Merge pull request #1029 from bunnei/fix-out-attribbunnei
2018-08-12vfs: Use sanitized paths within MoveFile() and MoveDirectory()Lioncash
2018-08-12card_image: Use type aliases to shorten definitionsLioncash
2018-08-12card_image: Simplify return statement of GetSubdirectories()Lioncash
2018-08-12externals: Update to SDL2-2.0.8.bunnei
2018-08-12gl_shader_decompiler: Fix SetOutputAttributeToRegister empty check.bunnei
2018-08-12Merge pull request #922 from lioncash/cmakebunnei
2018-08-12Pushed the requested sample rate instead of our fixed sample rateDavid Marcec
2018-08-12made ResultStatus a u16David Marcec
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...David Marcec
2018-08-12Merge pull request #1026 from ogniK5377/retro-city-rampagebunnei
2018-08-12Merge pull request #1027 from bunnei/fix-kilbunnei
2018-08-12gl_shader_decompiler: Fix GLSL compiler error with KIL instruction.bunnei
2018-08-12Stub UpdateUserPresenceDavid Marcec
2018-08-12Fixed invalid cast in loaderDavid Marcec
2018-08-11registration: Add support for force overwrite of installedZach Hilman
2018-08-11game_list: Split game list scans to multiple functionsZach Hilman
2018-08-11vfs_real: Add CreateFullPath to Create* operationsZach Hilman
2018-08-11control_metadata: Remove unnecessary reference to base fileZach Hilman
2018-08-11romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman
2018-08-11registration: Update documentation and styleZach Hilman
2018-08-11nca_metadata: Remove unnecessary reference to base fileZach Hilman
2018-08-11bis_factory: Create NAND dirs if they don't existZach Hilman
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