summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists: Remove BoxCat build optionGravatar Morph2021-09-291-4/+0
|
* settings: Remove BCAT settingsGravatar Morph2021-09-295-17/+0
|
* configure_network: Remove BCATGravatar Morph2021-09-293-208/+0
|
* service: bcat: Remove BoxCat BCAT implementationGravatar Morph2021-09-294-631/+0
| | | | | The current implementation of BoxCat as it stands is non-functional due to the reliance on a server providing BCAT files. This implementation will eventually be replaced with one that allows the use of local BCAT files dumped from a Nintendo Switch.
* externals: Remove libzipGravatar Morph2021-09-281-1/+1
|
* file_sys: Remove vfs_libzipGravatar Morph2021-09-283-103/+0
|
* Merge pull request #7018 from lat9nq/splat-stubsGravatar Morph2021-09-282-26/+67
|\ | | | | audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAuto
| * audin_u: Return a buffer event in RegisterBufferEventGravatar lat9nq2021-09-152-2/+12
| | | | | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
| * audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAutoGravatar lat9nq2021-09-152-26/+57
| | | | | | | | | | | | This also moves IAudioIn's definition to the header. Required for Splatoon 2 LAN play.
* | Merge pull request #7042 from v1993/patch-7Gravatar Ameer J2021-09-282-0/+8
|\ \ | | | | | | Hide XInput bypass on non-Windows OSes
| * | If not on Windows, disable raw inputGravatar Valeri2021-09-181-0/+4
| | | | | | | | | This way, if someone copies their Windows config to other OS, they won't be stuck without web applet for no apparent reason.
| * | Hide XInput bypass on non-Windows OSesGravatar Valeri2021-09-181-0/+4
| | | | | | | | | Follow-up to #6950. This option is a no-op on other OSes and only serves to spread confusion there.
* | | Merge pull request #7076 from ameerj/amd-botwGravatar bunnei2021-09-283-11/+22
|\ \ \ | | | | | | | | vk_texture_cache: Disable cube compatibility flag on non-mesa AMD GCN4 and earlier
| * | | vk_texture_cache: Disable cube compatibility flag on non-mesa AMD GCN4 and ↵Gravatar ameerj2021-09-233-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | earlier Fixes rainbow textures on BOTW.
* | | | service/es: Update to 13.0.0Gravatar german772021-09-261-0/+6
| | | |
* | | | service/npns: Update to 13.0.0Gravatar german772021-09-261-0/+1
| | | |
* | | | service/vi: Update to 13.0.0Gravatar german772021-09-262-0/+2
| | | |
* | | | service/am: Update to 13.0.0Gravatar german772021-09-261-0/+4
| | | |
* | | | service/audio: Update to 13.0.0Gravatar german772021-09-262-1/+10
| | | |
* | | | service/hid: Update to 13.0.0Gravatar german772021-09-262-0/+10
| | | |
* | | | service/btdrv: Update to 13.0.0Gravatar german772021-09-261-0/+4
| | | |
* | | | service/usb: Update to 13.0.0Gravatar german772021-09-261-3/+3
| | | |
* | | | Merge pull request #7078 from ameerj/vc-jthread-fixesGravatar Morph2021-09-262-2/+2
|\ \ \ \ | | | | | | | | | | video_core: Fix jthread related hangs when stopping emulation
| * | | | video_core: Fix jthread related hangs when stopping emulationGravatar ameerj2021-09-232-2/+2
| | | | | | | | | | | | | | | | | | | | jthread on some compilers is more picky when it comes to the order in which objects are destroyed.
* | | | | service: bsd: Stub ReadGravatar Morph2021-09-251-6/+5
| | | | | | | | | | | | | | | | | | | | - Used by Diablo II: Resurrected
* | | | | service: bsd: Implement ReadGravatar Morph2021-09-242-1/+15
| | | | | | | | | | | | | | | | | | | | - Used by Diablo II: Resurrected
* | | | | general: Update style to clang-format-12Gravatar ameerj2021-09-2413-66/+62
| | | | |
* | | | | Merge pull request #7069 from lioncash/uuidGravatar Morph2021-09-245-8/+16
|\ \ \ \ \ | | | | | | | | | | | | common/uuid: Add validity checking functions to interface
| * | | | | core/profile_select: Avoid uninitialized read in SelectProfile()Gravatar Lioncash2021-09-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default constructor of UUID doesn't initialize its data members, so we need to directly initialize it to be invalid.
| * | | | | common/uuid: Add validity checking functions to interfaceGravatar Lioncash2021-09-224-7/+14
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Given we have a function to invalidate, we should also have ones to query the validity. Also makes the code more straightforward to read.
* | | | | Merge pull request #7068 from behunin/patch-3Gravatar bunnei2021-09-231-121/+60
|\ \ \ \ \ | |_|/ / / |/| | | | Debug Config Ui: Clean-up and nits
| * | | | Clean-up and nitsGravatar Levi Behunin2021-09-221-121/+60
| |/ / / | | | | | | | | | | | | Remove redundent label, rearange checkboxs to keep same 3 per column layout, remove unneeded properties.
* | | | Merge pull request #7045 from behunin/patch-1Gravatar bunnei2021-09-231-46/+16
|\ \ \ \ | |/ / / |/| | | Tas configure ui nits
| * | | Clean-upGravatar Levi Behunin2021-09-201-44/+14
| | | | | | | | | | | | | | | | Numerize names, remove unneeded properties and spacer.
| * | | Tas configure ui nitsGravatar Levi Behunin2021-09-181-4/+4
| | | | | | | | | | | | Text looked cramped on my pc (Ubuntu 21.04). Re-flowed text as well for nicer read.
* | | | Merge pull request #7003 from ameerj/unlocked-present-modeGravatar bunnei2021-09-203-4/+38
|\ \ \ \ | | | | | | | | | | vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS is unlocked
| * | | | vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS ↵Gravatar ameerj2021-09-123-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is unlocked Allows drivers that do not support VK_PRESENT_MODE_MAILBOX_KHR the ability to present at a framerate higher than the monitor's refresh rate when the FPS is unlocked.
* | | | | Merge pull request #7017 from FernandoS27/i-am-barbie-girlGravatar Ameer J2021-09-191-1/+7
|\ \ \ \ \ | | | | | | | | | | | | Spir-V: Rescale the frag depth to 0,1 mode when -1,1 mode is used in Vulkan.
| * | | | | Spir-V: Rescale the frag depth to 0,1 mode when -1,1 mode is used in Vulkan.Gravatar Fernando Sahmkow2021-09-151-1/+7
| | | | | |
* | | | | | Merge pull request #7019 from ameerj/videocore-jthreadGravatar bunnei2021-09-188-91/+49
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | videocore: Use std::jthread for worker threads
| * | | | | vk_scheduler: Use std::jthreadGravatar ameerj2021-09-152-17/+9
| | | | | |
| * | | | | gpu: Use std::jthread for async gpu threadGravatar ameerj2021-09-155-69/+18
| | | | | |
| * | | | | threadsafe_queue: Add std::stop_token overload to PopWaitGravatar ameerj2021-09-151-5/+22
| | |_|_|/ | |/| | | | | | | | | | | | | Useful for jthreads which make use of the threadsafe queues.
* | | | | UI: Relocate tas menu and add brief descriptionGravatar german772021-09-1810-68/+148
| | | | |
* | | | | input_common/tas: new update methodGravatar german772021-09-185-17/+4
| | | | |
* | | | | input_common/tas: Document the main classGravatar german772021-09-188-51/+153
| | | | |
* | | | | input_common/tas: Add swap controllerGravatar german772021-09-188-39/+99
| | | | |
* | | | | input_common/tas: overwrite file dialogGravatar german772021-09-183-20/+16
| | | | |
* | | | | input_common/tas: Fallback to simple updateGravatar MonsterDruide12021-09-1810-102/+60
| | | | |
* | | | | config: Move TAS options to it's own menuGravatar german772021-09-1819-184/+452
| | | | |