| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | vfs_vector: Amend initializer list order in VectorVfsFile's constructor initi... | 2018-09-25 | 1 | -1/+1 | ||
| * | | | | | | | | | | fsmitm_romfsbuild: Avoid type truncation warnings | 2018-09-25 | 1 | -7/+10 | ||
| * | | | | | | | | | | fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFS... | 2018-09-25 | 1 | -5/+3 | ||
| * | | | | | | | | | | fsmitm_romfsbuild: Remove unnecessary loops in Build() | 2018-09-25 | 1 | -6/+0 | ||
| * | | | | | | | | | | fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() | 2018-09-25 | 1 | -1/+1 | ||
| * | | | | | | | | | | yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize() | 2018-09-25 | 1 | -1/+1 | ||
| * | | | | | | | | | | yuzu/main: Move functions stored into static std::function instances out of O... | 2018-09-25 | 1 | -42/+42 | ||
| * | | | | | | | | | | vfs/etc: Append std:: to size_t usages | 2018-09-25 | 7 | -29/+30 | ||
| * | | | | | | | | | | vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile | 2018-09-25 | 8 | -61/+59 | ||
| * | | | | | | | | | | vfs_static: Remove template byte parameter from StaticVfsFile | 2018-09-25 | 4 | -42/+42 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1365 from DarkLordZach/lfs | 2018-09-25 | 31 | -36/+1203 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | fsmitm: Cleanup and modernize fsmitm port | 2018-09-23 | 22 | -378/+378 | ||
| | * | | | | | | | | qt: Add UI elements for LayeredFS and related tools | 2018-09-21 | 6 | -5/+162 | ||
| | * | | | | | | | | romfs: Implement CreateRomFS | 2018-09-21 | 2 | -4/+25 | ||
| | * | | | | | | | | file_sys: Port Atmosphere-NX fs_mitm implementation | 2018-09-21 | 2 | -0/+474 | ||
| | * | | | | | | | | filesystem: Add LayeredFS VFS directory getter | 2018-09-21 | 2 | -1/+14 | ||
| | * | | | | | | | | bis_factory: Add mod directory VFS getter | 2018-09-21 | 3 | -3/+18 | ||
| | * | | | | | | | | patch_manager: Add LayeredFS mods support | 2018-09-21 | 2 | -1/+44 | ||
| | * | | | | | | | | vfs_concat: Rewrite and fix ConcatenatedVfsFile | 2018-09-21 | 2 | -14/+59 | ||
| | * | | | | | | | | vfs_layered: Add LayeredVfsDirectory | 2018-09-21 | 2 | -0/+178 | ||
| | * | | | | | | | | vfs_vector: Add VectorVfsFile | 2018-09-21 | 2 | -0/+75 | ||
| | * | | | | | | | | vfs_static: Add StaticVfsFile | 2018-09-21 | 2 | -0/+78 | ||
| | * | | | | | | | | vfs: Add and rewite VfsRawCopy functions | 2018-09-21 | 2 | -6/+36 | ||
| | * | | | | | | | | vfs: Add GetEntries method | 2018-09-21 | 4 | -0/+32 | ||
| | * | | | | | | | | common_paths: Add Load and Dump dirs | 2018-09-21 | 3 | -0/+6 | ||
| * | | | | | | | | | Merge pull request #1393 from tech4me/svc | 2018-09-25 | 1 | -7/+7 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | svc: Updated svc names | 2018-09-23 | 1 | -7/+7 | ||
| * | | | | | | | | | | Implemented fatal:u properly (#1347) | 2018-09-23 | 3 | -4/+140 | ||
| * | | | | | | | | | | Stubbed IRS (#1349) | 2018-09-23 | 4 | -18/+169 | ||
| * | | | | | | | | | | Merge pull request #1354 from ogniK5377/ssl-version | 2018-09-23 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Corrected SSL::SetInterfaceVersion | 2018-09-19 | 1 | -3/+3 | ||
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | Added glObjectLabels for renderdoc for textures and shader programs (#1384) | 2018-09-23 | 4 | -0/+48 | ||
| * | | | | | | | | | Merge pull request #1387 from FearlessTobi/port-4245 | 2018-09-23 | 1 | -8/+0 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | common/thread: remove YieldCPU() | 2018-09-22 | 1 | -8/+0 | ||
| * | | | | | | | | | | Merge pull request #1391 from ogniK5377/GetAudioRendererState | 2018-09-23 | 5 | -1/+21 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Added audren:u#GetAudioRendererState | 2018-09-23 | 5 | -1/+21 | ||
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * / | | | | | | | | | correct BC6H | 2018-09-23 | 1 | -2/+2 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1378 from lioncash/thread | 2018-09-22 | 5 | -100/+145 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | svc: Move most process termination code to its own function within Process | 2018-09-21 | 3 | -32/+56 | ||
| | * | | | | | | | | thread/process: Move TLS slot marking/freeing to the process class | 2018-09-21 | 4 | -68/+89 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1380 from lioncash/const | 2018-09-22 | 1 | -8/+19 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | shader_bytecode: Lay out the Ipa-related enums better | 2018-09-21 | 1 | -2/+12 | ||
| | * | | | | | | | | shader_bytecode: Make operator== and operator!= of IpaMode const qualified | 2018-09-21 | 1 | -6/+7 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1382 from lioncash/inc | 2018-09-22 | 2 | -4/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | gl_state: Remove unused type alias | 2018-09-21 | 2 | -4/+1 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1376 from Subv/timestretch_trace | 2018-09-22 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Logging: Change the TimeStretch::Process log from debug to trace level. | 2018-09-20 | 1 | -1/+1 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1381 from valentinvanelslande/patch-1 | 2018-09-22 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Update config.cpp | 2018-09-21 | 1 | -1/+1 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * / | | | | | | | game_list: Add Qt SmoothTransformation to picture scaling | 2018-09-21 | 1 | -1/+1 | ||
| |/ / / / / / / | ||||||