| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Merge pull request #2092 from ReinUsesLisp/stg | 2019-04-16 | 11 | -89/+186 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | shader_ir: Implement STG, keep track of global memory usage and flush | 2019-04-14 | 11 | -89/+186 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2376 from lioncash/const | 2019-04-16 | 3 | -12/+12 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | configure_hotkeys: Pass the dialog as a parent to SequenceDialog() | 2019-04-09 | 1 | -1/+1 | ||
| | * | | | | | | | | | configure_hotkeys: Avoid dialog memory leak within Configure() | 2019-04-09 | 1 | -3/+3 | ||
| | * | | | | | | | | | configure_hotkeys: Mark member variables as const where applicable in Configu... | 2019-04-09 | 1 | -7/+7 | ||
| | * | | | | | | | | | configure_hotkeys: Make comparison check a little more self-documenting | 2019-04-09 | 1 | -1/+2 | ||
| | * | | | | | | | | | configure_dialog: Amend constructor initializer list order | 2019-04-09 | 1 | -1/+1 | ||
| | * | | | | | | | | | configure_hotkey: Remove unnecessary include | 2019-04-09 | 1 | -1/+0 | ||
| | * | | | | | | | | | configure_hotkey: Make IsUsedKey() a const member function | 2019-04-09 | 2 | -2/+2 | ||
| * | | | | | | | | | | Merge pull request #2401 from lioncash/guard | 2019-04-16 | 2 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | common/{lz4_compression, zstd_compression}: Add missing header guards | 2019-04-15 | 2 | -0/+4 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2382 from lioncash/table | 2019-04-15 | 27 | -57/+262 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | service: Update service function tables | 2019-04-11 | 27 | -57/+262 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2393 from lioncash/svc | 2019-04-15 | 4 | -2/+274 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | kernel/svc: Implement svcUnmapProcessCodeMemory | 2019-04-12 | 3 | -1/+143 | ||
| | * | | | | | | | | | kernel/svc: Implement svcMapProcessCodeMemory | 2019-04-12 | 4 | -1/+131 | ||
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2398 from lioncash/boost | 2019-04-15 | 2 | -11/+0 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | kernel/thread: Remove BoostPriority() | 2019-04-15 | 2 | -11/+0 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * / | | | | | | | | Correct Pitch in Fermi2D | 2019-04-15 | 1 | -4/+1 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2378 from lioncash/ro | 2019-04-13 | 1 | -65/+85 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ldr: Mark IsValidNROHash() as a const member function | 2019-04-10 | 1 | -5/+4 | ||
| | * | | | | | | | | ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr | 2019-04-10 | 1 | -60/+81 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2373 from FernandoS27/z32 | 2019-04-13 | 2 | -2/+19 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Implement Texture Format ZF32_X24S8. | 2019-04-09 | 1 | -0/+2 | ||
| | * | | | | | | | | Correct depth compare with color formats for R32F | 2019-04-09 | 1 | -2/+17 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2357 from zarroboogs/force-30fps-mode | 2019-04-13 | 5 | -6/+23 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | added a toggle to force 30fps mode | 2019-04-09 | 5 | -6/+23 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2381 from lioncash/fs | 2019-04-13 | 1 | -8/+7 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | fsp_srv: Remove unnecessary parameter popping in IDirectory's Read() | 2019-04-10 | 1 | -4/+1 | ||
| | * | | | | | | | | fsp_srv: Log out option values in IFile's Read and Write functions | 2019-04-10 | 1 | -4/+6 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2386 from ReinUsesLisp/shader-manager | 2019-04-13 | 2 | -34/+61 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | gl_shader_manager: Move code to source file and minor clean up | 2019-04-10 | 2 | -34/+61 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2017 from jroweboy/glwidget | 2019-04-13 | 7 | -94/+240 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | bootmanager: Bypass input focus issues | 2019-03-25 | 4 | -55/+78 | ||
| | * | | | | | | | | bootmanager: Bypass resizing issue | 2019-03-25 | 1 | -7/+12 | ||
| | * | | | | | | | | bootmanager: Delete container to avoid crash on game restarting | 2019-03-25 | 2 | -14/+10 | ||
| | * | | | | | | | | QT: Hide GLWidget immediately after showing. | 2019-01-21 | 1 | -0/+2 | ||
| | * | | | | | | | | SDL Frontend: Add shared context support | 2019-01-21 | 2 | -1/+38 | ||
| | * | | | | | | | | QT Frontend: Migrate to QOpenGLWindow | 2019-01-21 | 4 | -30/+113 | ||
| * | | | | | | | | | Merge pull request #2389 from FreddyFunk/rename-gamedir | 2019-04-13 | 5 | -20/+25 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix Clang Format | 2019-04-12 | 2 | -5/+10 | ||
| | * | | | | | | | | | ui_settings: Rename game directory variables | 2019-04-11 | 5 | -20/+20 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2391 from lioncash/scope | 2019-04-12 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | common/scope_exit: Replace std::move with std::forward in ScopeExit() | 2019-04-11 | 1 | -1/+1 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2392 from lioncash/swap | 2019-04-12 | 1 | -69/+27 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | common/swap: Improve codegen of the default swap fallbacks | 2019-04-12 | 1 | -3/+7 | ||
| | * | | | | | | | | common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept | 2019-04-11 | 1 | -11/+11 | ||
| | * | | | | | | | | common/swap: Simplify swap function ifdefs | 2019-04-11 | 1 | -48/+15 | ||
| | * | | | | | | | | common/swap: Remove 32-bit ARM path | 2019-04-11 | 1 | -13/+0 | ||
| | |/ / / / / / / | ||||||