Commit Graph

103 Commits (b2de5945c42564c39416c8dd02f0a2a820f94f37)

Author SHA1 Message Date
Connor McLaughlin 24fef20485 CommonHostInterface: Compress screenshots in background/use worker thread 5 years ago
Connor McLaughlin df14fa4d75 CommonHostInterface: Fix compatible/old version save states not showing in browser 5 years ago
Connor McLaughlin 3185c5df0f
Merge pull request #1078 from CookiePLMonster/sdl-joystick-support
Add SDL_Joystick support
5 years ago
Connor McLaughlin e4d2b7331b CommonHostInterface: Add resize window to scale functions 5 years ago
Silent 2880b71b48
Support for SDL Joysticks
This enables use of non-controller peripherals,
such as DirectInput steering wheels or flight sticks
5 years ago
Albert Liu d87ab23fec ControllerInterface: Move axis scaling into AnalogController class 5 years ago
Connor McLaughlin 8cb89636eb Android: Empty audio buffers when returning from activity 5 years ago
Connor McLaughlin 2b66492ed8 HostInterface: Add proper turbo speed setting 5 years ago
Connor McLaughlin 2c8a4ff154 HostDisplay: Add an option to decouple display fps from emulator fps
Makes Android so much faster...
5 years ago
Connor McLaughlin 414bc30f24 HostDisplay: Implement exclusive fullscreen for D3D11 renderer 5 years ago
Connor McLaughlin 29467d40c8 DMA: Add debug window 5 years ago
Connor McLaughlin 62dbaaf02c Qt: Fix power off button not exiting in batch mode 5 years ago
Albert Liu f69889264d Core: Make some additional OSD messages translatable 5 years ago
Connor McLaughlin b694577c38 Qt: Add new cheat manager 5 years ago
Albert Liu 9b8fbeb087 CommonHostInterface: Activate hotkeys on press instead of release 5 years ago
Connor McLaughlin c89d94c2ff Move Cubeb AudioStream to FrontendCommon
This way it doesn't need to be built for libretro.
5 years ago
Connor McLaughlin cb6502afa3 Qt: Simplify settings version check 5 years ago
Albert Liu 94d7d4cead Qt: Show dialog on startup for settings version mismatch
For the QMessageBox to appear, error reporting is performed again after
main window creation.
5 years ago
Connor McLaughlin 0b858658ca GameSettings: Add per-game input bindings from profiles
This just affects the **bindings**. You will still have to set the
controller type per game if this is different from the global default.
5 years ago
Connor McLaughlin 7278f055cb FrontendCommon: Attempt two at hotkey translation 5 years ago
Connor McLaughlin 55f0915534 Qt: Hopefully fix save state slot hotkeys being untranslatable 5 years ago
Connor McLaughlin 968c835249 CommonHostInterface: Add reset hotkey 5 years ago
Connor McLaughlin ca0bfc39a2 CDROM: Add a setting and hotkey to mute CD audio 5 years ago
Connor McLaughlin c051538d03 HostInterface: Mark some more OSD messages as being translatable 5 years ago
Connor McLaughlin caf100ec0d Qt: Make hotkey categories translatable 5 years ago
Connor McLaughlin 5bc61849eb FrontendCommon: Add duck icon to loading screens 5 years ago
Connor McLaughlin e7cfc69975 Cheats: Fix parsing of Retroarch cheats 5 years ago
Connor McLaughlin b193374dd4 GameList: Add method to look up a cover image 5 years ago
Silent 92d0dabf54
Make path separators in UI more consistent 5 years ago
Silent 67392a37ec
Fix Discord RPC not reporting the game title 5 years ago
Connor McLaughlin bb6af3c8fc
Merge pull request #845 from CookiePLMonster/fix-resume
Fix issues with a -resume parameter
5 years ago
Connor McLaughlin 9c28b3e167 CommonHostInterface: Add post processing toggle hotkeys 5 years ago
Connor McLaughlin 441f26706e Qt: Move post processing to its own setting category 5 years ago
Connor McLaughlin 2492eb8678 FrontendCommon: Add a hotkey to reload post processing 5 years ago
Connor McLaughlin 68d08ddbcb Merge branch 'postprocessing' 5 years ago
Connor McLaughlin 3847be86b0 Fix a bunch of random warnings 5 years ago
Silent 95d5417017
Fix -resume causing a quiet exit if there is no resume savestate 5 years ago
Connor McLaughlin 2819715260 FrontendCommon: Add a post processing implementation 5 years ago
Connor McLaughlin 03f052e12e FrontendCommon: Add auto cheat loading option 5 years ago
Connor McLaughlin 9bb278b166 CommonHostInterface: Fix crash on shutdown when using save state selector 5 years ago
Connor McLaughlin 75ad685ae8 CommonHostInterface: Fix incorrect version error string in save state selector 5 years ago
Silent 33df4ab1bd
Seek before reading save state screenshot
Fixes corrupted thumbnails in the save state UI
5 years ago
Connor McLaughlin a2eaaf0e89 PGXP: Allocate large storage dynamically
This causes performance issues on ARM otherwise.
5 years ago
Connor McLaughlin 6bbbb96d4b Move GameList to FrontendCommon
Reduces libretro core dependencies further.
5 years ago
Connor McLaughlin 2b902f6d09
Merge pull request #806 from CookiePLMonster/axis-to-button-map
Allow mapping axes to buttons
5 years ago
Silent 057bf986c4
Allow mapping half axes to buttons
This allows to bind pressure sensitive NeGcon buttons to keyboard,
mouse and controller buttons
5 years ago
Connor McLaughlin 547cc4dbf6 Qt: Clear OSD messages on system stop 5 years ago
Connor McLaughlin 5115c75f88 CommonHostInterface: Clear input map before changing interface
Should hopefully fix the crash when changing controller backends.
5 years ago
Connor McLaughlin 3c46f7b44c ControllerInterface: Add XInput controller backend 5 years ago
Connor McLaughlin ab002e78e1 Support translating strings in emulator core 5 years ago