2769 Commits (e4d277f0c855b41f4f3c06905e2bc2445d235e73)

Author SHA1 Message Date
ReinUsesLisp bf1d66b7c0 yuzu: Drop SDL2 and Qt frontend Vulkan requirements 6 years ago
ReinUsesLisp bc1b4b85b0 renderer_vulkan: Query device names from the backend 6 years ago
FearlessTobi 8d0fb33ac4 yuzu: Fixes to game list sorting 6 years ago
FearlessTobi aa6214feb7 yuzu/configuration: Only assert that all buttons exist when we are handling the click for a button device 6 years ago
FearlessTobi fb8afee077 yuzu/configure_input_simple: Fix "Docked Joycons" controller profile 6 years ago
James Rowe f1da3ec584 Frontend: Don't call DoneCurrent if the context isnt already current 6 years ago
Kewlan a8f3a13a1f Re-order the shoulder buttons both in the configuration menu, and in the code. 6 years ago
FearlessTobi 8ba06aa4e1 yuzu: fix the stuck in fullscreen mode bug 6 years ago
Vitor K 10ba8d16be Set render window to also accept focus via tabbing (Qt::StrongFocus) (#5089) 6 years ago
James Rowe cf9c94d401 Address review and fix broken yuzu-tester build 6 years ago
James Rowe 282adfc70b Frontend/GPU: Refactor context management 6 years ago
Dan 06dea163fa set: implement GetRegionCode 6 years ago
FearlessTobi cdeadd448b yuzu: Save sound output mode and set it to Stereo by default 6 years ago
FearlessTobi 2fd3b328ae bcat: Disable Boxcat backend by default 6 years ago
ReinUsesLisp 120f688272 yuzu/loading_screen: Remove unused shader progress mode 6 years ago
bunnei c083ea7d78 core: Implement separate A32/A64 ARM interfaces. 6 years ago
Morph 7ee6065178 Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. 6 years ago
bunnei c6f78a4a6d frontend: qt: bootmanager: Acquire a shared context in main emu thread. 6 years ago
bunnei e25297536f frontend: qt: bootmanager: Vulkan: Restore support for VK backend. 6 years ago
bunnei 14877b8f35 frontend: qt: bootmanager: OpenGL: Implement separate presentation thread. 6 years ago
bunnei b2a38cce4e frontent: qt: main: Various updates/refactoring for separate presentation thread. 6 years ago
bunnei 667f026c95 core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. 6 years ago
bunnei 571451bdfe core: settings: Add setting to enable vsync, which is on by default. 6 years ago
FearlessTobi 7cbe6748c3 yuzu: Remove exit lock for game pausing 6 years ago
Morph c3d0a0d627 Add 4:3 aspect ratio and address feedback 6 years ago
Morph 27e19f87c6 Add following aspect ratios: 16:9, 21:9, Stretch to Window 6 years ago
Fernando Sahmkow c5aefe42aa Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 6 years ago
Morph fcf3425b1b Remove option "Show files with type 'Unknown'" 6 years ago
ReinUsesLisp a7beabb68f yuzu/bootmanager: Define Vulkan widget only when enabled 6 years ago
ReinUsesLisp f92cbc5501 yuzu: Implement Vulkan frontend 6 years ago
ReinUsesLisp 788d57d723 settings: Add settings for graphics backend 6 years ago
CJBok 8d6b4e836c clang 6 years ago
CJBok 6e87111f91 minor corrections 6 years ago
CJBok 4bc4fdf5ff GUI: Togglable graphics settings buttons in status bar 6 years ago
FearlessTobi d0e4f1c6f4 yuzu/configuration: create UI tab and move gamelist settings there 6 years ago
fearlessTobi ac3690f205 Input: UDP Client to provide motion and touch controls 6 years ago
Bartosz Kaszubowski 9a22b6dced GUI: fix minor issues with dark themes 6 years ago
bunnei 690732bc0d yuzu_qt: config: Move audio to its own tab. 6 years ago
Bartosz Kaszubowski 9ac33c2620 GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309) 6 years ago
TotalCaesar659 dd74fd014b Add headbar icon on Linux 6 years ago
Bartosz Kaszubowski da3049aa74 GUI: add few missing hotkeys to main menu 6 years ago
Bartosz Kaszubowski 6726e8b784 GUI/configure: resize hotkeys column to content 6 years ago
ReinUsesLisp 8306703a7d yuzu/bootmanager: Remove {glx,wgl}MakeCurrent on SwapBuffers 6 years ago
CJBok 2fa9a96309 const correction 6 years ago
CJBok 90f9c830ca clang 6 years ago
CJBok 351e3fb72e
Update configure_input_player.cpp 6 years ago
CJBok 4a566b9828 Added deadzone controls for sdl engine at input settings 6 years ago
ReinUsesLisp 0d6d8129c4 yuzu: Remove Maxwell debugger 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago