Commit Graph

981 Commits (b4153266a067fd35782e6a82e1340cf30bad9bff)
 

Author SHA1 Message Date
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
Connor McLaughlin 6d945439eb Qt: Fix possible crash/race when startup fails 5 years ago
Connor McLaughlin 59cf799491 Qt: Implement controller interface/binding 5 years ago
Connor McLaughlin 6a1206dde7 Frontends: Add option for "Increase Timer Resolution" 5 years ago
Connor McLaughlin e01cf0dccb Frontends: Implement auto save on exit/resume 5 years ago
Connor McLaughlin e738b87a25 HostInterface: Add helpers for resume save state 5 years ago
Connor McLaughlin 5f3be68028 HostInterface: Notify host when controller types change 5 years ago
Connor McLaughlin b0c846388e SDL: Only save settings when changes have been made 5 years ago
Connor McLaughlin 37d765e8d7 HostInterface: Support switching audio backends 5 years ago
Connor McLaughlin 6a0c15b649 HostInterface: Move timer resolution increase to base class 5 years ago
Connor McLaughlin 1e009133ae Rename 'Default' audio backend to 'SDL' 5 years ago
Connor McLaughlin d17f0a3923 Qt: Implement disc change in QtHostInterface 5 years ago
Connor McLaughlin e5740a5632 Qt: Pass QStrings by reference in HostInterface 5 years ago
Connor McLaughlin fd8ed08307 Move more logic from frontend to base HostInterface 5 years ago
Connor McLaughlin f0578bb932 HostInterface: Make helper methods const 5 years ago
Connor McLaughlin 153eded978 Qt: Use a single column in hotkey binding list 5 years ago
Connor McLaughlin 5c303705ac Qt: Use scroll area for hotkey binding list 5 years ago
Connor McLaughlin 1ce1e016ae Qt: Implement save state menus 5 years ago
Connor McLaughlin 97ea851097 Qt: Narrowing warning fix 5 years ago