13451 Commits (46c4b88e367b33677809872ab8d8ab7e0ac2d083)

Author SHA1 Message Date
lat9nq 61519c20c3 configuration: implement per-game configurations (#4098) 6 years ago
lat9nq edab2dcd09 vk_stream_buffer: set allocable_size to 9 MiB 6 years ago
John Galt d01c077810 cmake: fix fmt linking when found 6 years ago
Ameer 6e2876d7da Address comments for better clarity/signed dev count 6 years ago
Ameer 0e21c24052 Add more libusb error checks 6 years ago
MerryMage d6c3391232 cpu_interrupt_handler: Remove #pragma once from .cpp file 6 years ago
Jan Beich 9ea600e888 input_common/gcadapter: add missing C++11 header required by libc++ 6 years ago
Ameer 7751abe77b change shortcut context for other hotkeys with file open dialog 6 years ago
CrazyMax 5be823e92c GetDisplayVersion should return a null-terminated version string. 6 years ago
Ameer e12d73f7f8 Fix ss crash on game menu, fix ss on windowed mode 6 years ago
Lioncash 6797deb10f configure_graphics: Make use of qOverload in signals/slots 6 years ago
Lioncash bd9df6c070 configure_graphics: Prevent unnecessary string copies in UpdateDeviceComboBox() 6 years ago
MerryMage f0019f2176 memory: Set page-table pointers before setting attribute = Memory 6 years ago
Morph b29024f896 AM/ISelfController: Stub CreateManagedDisplaySeparableLayer 6 years ago
Ameer e081fb0718 Fix for always firing triggers on some controllers, trigger threshold more universal 6 years ago
Ameer 670614dbf4 Address lioncash feedback: Log formatting, extern const PadButtonArray, little touch ups 6 years ago
bunnei 7186ddb29a Revert "cmake: fix fmt linking" 6 years ago
Ameer 33c08afba9 Fix unnecessary diffs 6 years ago
Ameer 12e679c39c Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readability 6 years ago
ReinUsesLisp 308feff898 shader_cache: Fix use-after-free and orphan invalidation cache entries 6 years ago
Ameer 34e6084c8d Reset adapter state on init, fixes errors relating driver hang from unexpected unplug 6 years ago
David Marcec 73ca896cd6 Don't handle cycles late if stretcher is active 6 years ago
David Marcec f0685697da audio: Improving audio timing for multicore/single core 6 years ago
David Marcec 2961282fae externals: Track opus as submodule instead of using conan 6 years ago
Lioncash 1e362da176 key_manager: Correct casing of instance() 6 years ago
Lioncash 93f1d9435d key_manager: Delete move operations 6 years ago
Lioncash e67ab9a1b7 key_manager: Make use of canonical deleted operator= 6 years ago
Jan Beich f3c5dda382 common: switch to nullptr for sysctl's empty new value 6 years ago
Ameer 0c6128cc3a Address feedback regarding increments, const vars, and general cleanup 6 years ago
Ameer ed72085227 fix implicit conversion of size_t type to int 6 years ago
Morph 9e0fd0beb0 maxwell_to_gl: Implement MirrorOnceClampOGL using GL_MIRROR_CLAMP_EXT 6 years ago
David ac1a57c28a macro: Add support for "middle methods" on the code cache (#4112) 6 years ago
Jan Beich 3c13a49cbf common: add sysconf() fallback 6 years ago
Morph e2fb93cb46 maxwell_to_gl: Rename VertexType() to VertexFormat() 6 years ago
John Galt 1eacbe69be cmake: fix fmt linking 6 years ago
ReinUsesLisp a0226819e1 core_timing,scheduler: Use std::scoped_lock when possible 6 years ago
David Marcec 3804c6d1c0 ldr: Cleanup NRO & NRR structs 6 years ago
Morph 3a3949183e maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types except float 6 years ago
David Marcec 2864b1fb41 am: Stub GetIndirectLayerConsumerHandle 6 years ago
Morph 4c3146aeb4 maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formats 6 years ago
David Marcec bbf7b72fbf acc: ListOpenContextStoredUsers partial stub 6 years ago
Fernando Sahmkow 94a51e6b21 Core/Common: Address Feedback. 6 years ago
Fernando Sahmkow 7818e2ee11 NvFlinger: Clang Format. 6 years ago
Fernando Sahmkow 8ef375e772 Build System: Fix GCC & MINGW Build. 6 years ago
Fernando Sahmkow 8cd81eb66f SVC: Implement 32-bits wrappers and update Dynarmic. 6 years ago
Fernando Sahmkow 146bbc6189 SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 6 years ago
Fernando Sahmkow fd631d72a6 ARM: Update Dynarmic and Setup A32 according to latest interface. 6 years ago
Fernando Sahmkow 75db328166 SVC: Add GetThreadPriority32 & SetThreadPriority32 6 years ago
Fernando Sahmkow a7be2fac83 ArmDynarmic32: Setup CNTPCT correctly 6 years ago
Fernando Sahmkow 78a23536d4 Audio: Correct buffer release for host timing. 6 years ago