Commit Graph

1349 Commits (110aa8bd936e79a7e9085e79b68204bc27e2e3d2)
 

Author SHA1 Message Date
Connor McLaughlin ccbe6f0c42 Qt: Don't store floats in settings as QVariant data 5 years ago
Connor McLaughlin da0059fb21 Common/StringUtil: Add a FromChars std::optional wrapper 5 years ago
Connor McLaughlin 86094b8080 Common/String: Don't copy StaticStrings when not writing 5 years ago
Connor McLaughlin 4fe57e64d7 SDL: Add -gstate parameter to load global state 5 years ago
Connor McLaughlin 992bf7c338 SDL: Add GPU debug device option to settings 5 years ago
Connor McLaughlin 07ba2ecd3d Settings: Simplify resolution scale enumeration 5 years ago
Connor McLaughlin f21cb25426 HostInterface: Recreate system on GPU debug device toggle too 5 years ago
Connor McLaughlin 82eb14efb1 Core: Apply DPI scaling to debug windows 5 years ago
Connor McLaughlin ce31c85983 SDL: Support high-dpi displays 5 years ago
Connor McLaughlin a0a0cd48fa SDL: Reimplement improved fullscreen toggling 5 years ago
Connor McLaughlin f03de090c4 SDL: Fix setting changes not applying 5 years ago
Connor McLaughlin 4b94224955 SDL: Use RunLater() for menu actions too 5 years ago
Connor McLaughlin 50a155e775 Settings: Default to relative paths for bios/memcards
Prevents from locking to the directory the first time we run.
5 years ago
Connor McLaughlin 509f26ad7e Qt: Add some more default hotkeys (fullscreen/pause/poweroff)
Along with the previous commit, fixes #32
5 years ago
Connor McLaughlin e4ff8b0936 Qt: Add power off hotkey and confirmation message 5 years ago
Connor McLaughlin 27c9f2d834 Qt: Add a method for the emulation thread to focus the display widget 5 years ago
Connor McLaughlin e9dea6e0f7 HostInterface: Add a ConfirmMessage() method 5 years ago
Connor McLaughlin 8ffdcf1b7e Qt: Add a way for the emulation thread to request fullscreen state 5 years ago
Connor McLaughlin 460ff24248 Qt: Support SDL audio backend 5 years ago
Connor McLaughlin 223b52736f Qt: Populate audio backend drop-down 5 years ago
Connor McLaughlin c68d188029 Disable DXGI handling of ALT+ENTER
We manage fullscreen ourselves.
5 years ago
Connor McLaughlin bfdf343dfe SDL: Move imgui render to display
Fixes crash on renderer switch.
5 years ago
Connor McLaughlin 49c7767ed4 System: Check save state version when loading
Fixes #34.
5 years ago
Connor McLaughlin 959a555274 CDROM: Implement asynchronous disc reading 5 years ago
Connor McLaughlin 7ece901d57 CDImage/CHD: Fix crash when opening invalid/nonexistant file 5 years ago
Connor McLaughlin 1ed8243776 HostInterface: Reset counters when starting from state 5 years ago
Connor McLaughlin 3a0f8bffc5 SDL: Use precompiled D3D11 display shaders 5 years ago
Connor McLaughlin 784a5c789f Qt: Use precompiled D3D11 display shaders 5 years ago
Connor McLaughlin 4f794b1c37 Add precompiled versions of D3D11 display shaders 5 years ago
Connor McLaughlin 46846a10f6 Common: Simplify D3D shader object creation with helpers 5 years ago
Connor McLaughlin 11b90b2beb Qt: Fix mac build again 5 years ago
Connor McLaughlin 262331504f Qt: Support binding controller axes 5 years ago
Connor McLaughlin b7dfe06f74 Qt: Support axes in input binding widgets 5 years ago
Connor McLaughlin 149cbf6457 GPU/HW: Properly implement too-large polygon culling
Replaces triangle strips with triangle lists, which has the added bonus
of not requiring flushing as many batches.

Fixes missing geometry in Vagrant Story.
5 years ago
Connor McLaughlin bbe54df3a8 GPU/HW: Split rectangles on texture page boundaries
Fixes the sky in Ape Escape's menu screen, FF7 menu borders, probably
others.
5 years ago
Connor McLaughlin bd542831a8 GPU: Fix incorrect bit check in DrawMode::IsUsingPalette()
Fixes Sony Computer Entertainment fade in the NTSC-J BIOS.
5 years ago
Connor McLaughlin 0f7365117b SDLControllerInterface: Add missing include 5 years ago
Connor McLaughlin fc27fc3589 Update README.md yet again for AppVeyor 5 years ago
Connor McLaughlin 961bc09979 SDL: Fix crashes on starting emulation 5 years ago
Connor McLaughlin 8aed270a1f Update README.md 5 years ago
Connor McLaughlin 208928b6dc Qt: Fix load state menu not refreshing after save 5 years ago
Connor McLaughlin 1e0e802fa4 HostInterface: Add a helper to display a 'Loading Screen' during long startup 5 years ago
Connor McLaughlin 9ddb3a8c7a SDL: Use controller interface from frontend-common 5 years ago
Connor McLaughlin 6456c5d63d Qt: Don't resume when booting without game code 5 years ago
Connor McLaughlin dcc9da3f5e HostInterface: Don't try to resume system without game code 5 years ago
Connor McLaughlin 6efcf2d912 ImGui: Fix OpenGL rendering on hidpi displays 5 years ago
Connor McLaughlin 06f4d72631 FrontendCommon: Use SDL_InitSubSystem() for lazy initialization 5 years ago
Connor McLaughlin 78a6666439 SDLAudioStream: Don't allow format to change 5 years ago
Connor McLaughlin e48e6141c8 Qt: Set display window size on context create not constructor
The size isn't known at construction time.
5 years ago
Connor McLaughlin cd2f6d1f68 HostInterface: Only display error when loading resume state if boot anyway flag isn't set 5 years ago