Commit Graph

967 Commits (e076526898f0caf43118fd240789faafa19b69af)
 

Author SHA1 Message Date
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
Connor McLaughlin 7290e5cad0 HostInterface: Add per-slot save state helper functions 5 years ago
Connor McLaughlin 9148581213 GPU: Narrowing warning fix 5 years ago
Connor McLaughlin 3bafdf88d4 SDL: Fix uninitialized mapping variables 5 years ago
Connor McLaughlin 745c2785b2 Move shared frontend code from SDL to a seperate project 5 years ago
Connor McLaughlin 24bebf7f59 SDL: Add emulation speed slider 5 years ago
Connor McLaughlin 2d4dc6afc6 CI: Enable macOS builds 5 years ago
Connor McLaughlin fd2ca2927e Common/FileSystem: Fix recursive directory creation 5 years ago
Connor McLaughlin 89ac06a385 CI: Only build master branch 5 years ago
Connor McLaughlin befa2a27d8 HostInterface: Fix crash in SetUserDirectory 5 years ago
Connor McLaughlin 223cf6bf31 Update README.md with macOS build instructions 5 years ago
Connor McLaughlin 8fd0fa00a7 Update README.md with user directory info 5 years ago
Connor McLaughlin b605a84f7d HostInterface: Set user directory for Linux/macOS, portable.txt support 5 years ago
Connor McLaughlin 2e629a2e7d Update README.md with new CI instructions 5 years ago
Connor McLaughlin 1ccc26804d CI: Use AppVeyor for Windows builds 5 years ago