| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | input_common/sdl: Fix joystick range | 2021-10-11 | 1 | -3/+4 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #7158 from ameerj/window-900p | 2021-10-13 | 3 | -36/+53 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | main: Add option to reset window size to 900p | 2021-10-11 | 3 | -36/+53 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7147 from behunin/patch-1 | 2021-10-12 | 1 | -8/+0 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Update configure_tas.ui | 2021-10-08 | 1 | -8/+0 | ||
| * | | | | | | | | | Merge pull request #7109 from vonchenplus/fix_h264_max__reference_num_error | 2021-10-12 | 1 | -1/+6 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | h264: Use max allowed max_num_ref_frames when using CPU decoding | 2021-10-10 | 1 | -1/+6 | ||
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | common/fs/path_util: Slightly refactor PathManagerImpl's constructor | 2021-10-11 | 1 | -12/+15 | ||
| * | | | | | | | | | Create local variables for mouse and wheel positions | 2021-10-11 | 1 | -5/+9 | ||
| * | | | | | | | | | Fix a few warnings | 2021-10-11 | 3 | -6/+5 | ||
| * | | | | | | | | | Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_error | 2021-10-11 | 1 | -0/+10 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | applets/web: Fallback to loader to get the manual romfs if none is found | 2021-10-11 | 1 | -0/+10 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | vic: Allow surface to be higher than frame | 2021-10-09 | 1 | -2/+3 | ||
| * | | | | | | | | Merge pull request #7138 from ameerj/vic-fmt | 2021-10-08 | 2 | -125/+154 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | vic: Avoid memory corruption when multiple streams with different dimensions ... | 2021-10-08 | 1 | -0/+9 | ||
| | * | | | | | | | vic: Refactor frame writing methods | 2021-10-07 | 2 | -138/+146 | ||
| | * | | | | | | | vic: Implement RGBX frame format | 2021-10-07 | 2 | -3/+15 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | kernel: hle_ipc: Foward declare KAutoObject | 2021-10-07 | 2 | -1/+2 | ||
| * | | | | | | | service: Reduce header include overhead | 2021-10-07 | 31 | -39/+11 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #7118 from ameerj/vc-gpu-impl | 2021-10-06 | 21 | -691/+890 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | nvflinger: Use jthread and stop_token for VSync thread | 2021-10-03 | 2 | -32/+8 | ||
| | * | | | | | | nvhost_ctrl: Refactor usage of gpu.LockSync() | 2021-10-03 | 3 | -35/+16 | ||
| | * | | | | | | gpu: Migrate implementation to the cpp file | 2021-10-03 | 19 | -632/+875 | ||
| * | | | | | | | Merge pull request #7090 from Moonlacer/tas_spacing_addition | 2021-10-05 | 2 | -146/+188 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | configure_tas: Remove help button from dialog window | 2021-09-29 | 1 | -0/+1 | ||
| | * | | | | | | | configure_tas: Ensure dialog buttons always stay at the bottom | 2021-09-29 | 1 | -146/+187 | ||
| * | | | | | | | | Merge pull request #7115 from ameerj/log-compile | 2021-10-05 | 15 | -18/+53 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | common/logging: Reduce scope of fmt include | 2021-10-01 | 4 | -1/+5 | ||
| | * | | | | | | | | common/logging: Move Log::Entry declaration to a separate header | 2021-10-01 | 12 | -17/+48 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #7103 from Morph1984/service-ctx-event | 2021-10-04 | 26 | -271/+367 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service: Replace service event creation with ServiceContext::CreateEvent | 2021-10-01 | 26 | -271/+367 | ||
| * | | | | | | | | | Merge pull request #7101 from ameerj/vk-tess-topology | 2021-10-04 | 1 | -1/+10 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vk_graphics_pipeline: Force patch list topology when tessellation is used | 2021-09-28 | 1 | -1/+10 | ||
| * | | | | | | | | | | Merge pull request #7107 from astrelsky/iob_fix | 2021-10-04 | 1 | -1/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | prevent access violation from iob in Memory::IsValidVirtualAddress | 2021-09-29 | 1 | -1/+5 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #7091 from vonchenplus/fix_memroy_leak | 2021-10-04 | 6 | -9/+114 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix KShareMemory object leak | 2021-09-29 | 5 | -3/+106 | ||
| | * | | | | | | | | | | Fix KScopedAutoObject object leak when SendSyncRequest | 2021-09-25 | 1 | -6/+8 | ||
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #7111 from lat9nq/no-title-bar-version | 2021-10-03 | 1 | -2/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | main: Don't add an extra separator when the title version is absent | 2021-09-30 | 1 | -2/+7 | ||
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #7113 from Morph1984/no-log-ip-addr | 2021-10-02 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | network: Do not log IP address | 2021-10-01 | 1 | -2/+0 | ||
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #6979 from german77/joycon_name | 2021-10-02 | 1 | -2/+16 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | input_common: Add alternative string for joycons | 2021-09-06 | 1 | -2/+16 | ||
| * | | | | | | | | | | | service: am: Make use of Exit to exit the currently running application | 2021-10-01 | 1 | -2/+2 | ||
| * | | | | | | | | | | | yuzu: main: Register a callback for Exit | 2021-10-01 | 4 | -0/+17 | ||
| * | | | | | | | | | | | core: Add Exit and ExitCallback | 2021-10-01 | 2 | -0/+25 | ||
| | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #7102 from Morph1984/remove-boxcat | 2021-10-01 | 15 | -964/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | CMakeLists: Remove BoxCat build option | 2021-09-29 | 1 | -4/+0 | ||
| | * | | | | | | | | | | settings: Remove BCAT settings | 2021-09-29 | 5 | -17/+0 | ||