summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-25fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build()Lioncash
2018-09-25yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize()Lioncash
2018-09-25yuzu/main: Move functions stored into static std::function instances out of O...Lioncash
2018-09-25vfs/etc: Append std:: to size_t usagesLioncash
2018-09-25vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash
2018-09-25vfs_static: Remove template byte parameter from StaticVfsFileLioncash
2018-09-25Merge pull request #1365 from DarkLordZach/lfsbunnei
2018-09-25Merge pull request #1393 from tech4me/svcbunnei
2018-09-23Implemented fatal:u properly (#1347)David
2018-09-23Stubbed IRS (#1349)David
2018-09-23Merge pull request #1354 from ogniK5377/ssl-versionbunnei
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-23svc: Updated svc namestech4me
2018-09-23Added glObjectLabels for renderdoc for textures and shader programs (#1384)David
2018-09-23Merge pull request #1387 from FearlessTobi/port-4245bunnei
2018-09-23Merge pull request #1385 from FearlessTobi/port-4214bunnei
2018-09-23Merge pull request #1391 from ogniK5377/GetAudioRendererStatebunnei
2018-09-23Merge pull request #1392 from greggameplayer/correct-BC6Hbunnei
2018-09-23correct BC6Hgreggameplayer
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec
2018-09-22Merge pull request #1378 from lioncash/threadbunnei
2018-09-22common/thread: remove YieldCPU()Weiyi Wang
2018-09-22Merge pull request #1386 from jroweboy/oopsJames Rowe
2018-09-22Build: Reintroduce Appveyor deployJames Rowe
2018-09-22Port citra-emu/citra#4214: "Set citra-qt project as default StartUp Project i...fearlessTobi
2018-09-22Merge pull request #1380 from lioncash/constbunnei
2018-09-22Merge pull request #1382 from lioncash/incbunnei
2018-09-22Merge pull request #1376 from Subv/timestretch_tracebunnei
2018-09-22Merge pull request #1381 from valentinvanelslande/patch-1bunnei
2018-09-21Merge pull request #1383 from DarkLordZach/game-list-interpolationJames Rowe
2018-09-21game_list: Add Qt SmoothTransformation to picture scalingZach Hilman
2018-09-21qt: Add UI elements for LayeredFS and related toolsZach Hilman
2018-09-21romfs: Implement CreateRomFSZach Hilman
2018-09-21file_sys: Port Atmosphere-NX fs_mitm implementationZach Hilman
2018-09-21filesystem: Add LayeredFS VFS directory getterZach Hilman
2018-09-21bis_factory: Add mod directory VFS getterZach Hilman
2018-09-21patch_manager: Add LayeredFS mods supportZach Hilman
2018-09-21vfs_concat: Rewrite and fix ConcatenatedVfsFileZach Hilman
2018-09-21vfs_layered: Add LayeredVfsDirectoryZach Hilman
2018-09-21vfs_vector: Add VectorVfsFileZach Hilman
2018-09-21vfs_static: Add StaticVfsFileZach Hilman
2018-09-21vfs: Add and rewite VfsRawCopy functionsZach Hilman
2018-09-21vfs: Add GetEntries methodZach Hilman
2018-09-21common_paths: Add Load and Dump dirsZach Hilman
2018-09-21gl_state: Remove unused type aliasLioncash
2018-09-21Update config.cppValentin Vanelslande
2018-09-21shader_bytecode: Lay out the Ipa-related enums betterLioncash
2018-09-21shader_bytecode: Make operator== and operator!= of IpaMode const qualifiedLioncash
2018-09-21Merge pull request #1379 from lioncash/bitwisebunnei
2018-09-21gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map()Lioncash