Commit Graph

117 Commits (d2ca454576a326a9351f3a15e49772512cfde331)

Author SHA1 Message Date
Connor McLaughlin c43957d385 FullscreenUI: Add controller autofire settings 5 years ago
Connor McLaughlin 1f206421e8 CommonHostInterface: Prevent crash with fullscreen UI enabled 5 years ago
Connor McLaughlin 3d972955a7 FullscreenUI: Fix empty cheat menu leaving system paused 5 years ago
Connor McLaughlin 08a815ad7b FullscreenUI: Make show status indicator setting local 5 years ago
ValadAmoleo 1fa4460590 Added a toggle for persistent message. (#2106)
* Added a toggle for persistent message.

Added a toggle to display settings to disable persistent messages (ff, pause) in the fullscreen UI.

* Moved toggle for the icons to advanced settings.

Moved the toggle to the advanced settings as suggested.  Renamed the option from "show persistent messages" to "show speed icons", so that it's much more specific.
5 years ago
Connor McLaughlin c2916e0719 System: Render save state screenshots at fixed resolution
Fixes delays when saving state at high internal resolution.
5 years ago
Connor McLaughlin 46d19eeb1f Android: Allow opening/getting files relative to downloads directory 5 years ago
Connor McLaughlin 8f821c776c FullscreenUI: Fix compile with cheevos compile-time disabled 5 years ago
Connor McLaughlin ff14e8aede Add JSON game database to replace dat parsing 5 years ago
Connor McLaughlin 251043f11a OSD: Add controller input display overlay 5 years ago
Connor McLaughlin 6c59e769ed FullscreenUI: Fix double display of stats with debug menu 5 years ago
Connor McLaughlin a9c026f06a Settings: Rename 'FPS' to 'Game Frame Rate' 5 years ago
Connor McLaughlin 5aa70cf797 Settings: Add memory card directory option 5 years ago
Connor McLaughlin 50d712c3fe CDImage: Support sub-images, use subimages for m3u 5 years ago
Connor McLaughlin 573aa6d9cc FullscreenUI: Fix missing window title with playlist 5 years ago
Albert Liu 46ff2b553d CDImage: Add support for loading PBP images 5 years ago
Silent 435a848559
FullscreenUI: Close menus on Cancel button edge only
Now requires the button to be released, THEN pressed
5 years ago
Connor McLaughlin 39498cda10 FullscreenUI: Make right click on binding clear it 5 years ago
Connor McLaughlin 753dd0480f CDImage: Add support for loading mds/mdf images 5 years ago
Connor McLaughlin ac4dd11fa0 CDImage: Add support for ECM images 5 years ago
Connor McLaughlin ae17ade117 FullscreenUI: Add missing stretch/internal res screenshot options 5 years ago
Connor McLaughlin 767343ca22 FullscreenUI: Prevent quick menu opening over other windows 5 years ago
Connor McLaughlin 7dbc759619 Cheevos: Implement hardcore mode 5 years ago
Connor McLaughlin 738bf9be9f FullscreenUI: Make achievements/settings/load state closable with controller 5 years ago
Connor McLaughlin 99ff0e64c5 FullscreenUI: Don't draw fps/pause overlay over windows 5 years ago
Connor McLaughlin b45891f21a FullscreenUI: Make achievements window pause game 5 years ago
Connor McLaughlin f47f99b62d FullscreenUI: Make achievement list collapsable 5 years ago
Connor McLaughlin 9cc079223c FullscreenUI: Fix achievement list scrolling off screen 5 years ago
Connor McLaughlin c58227752d CommonHostInterface: Move save state on exit logic to base class 5 years ago
Albert Liu 3482313e2f Multitap: Add option to enable only on port 2 5 years ago
Connor McLaughlin 4df9778e85 FullscreenUI: Fix OSD showing over debug menu 5 years ago
Connor McLaughlin bc9ca302b8 FullscreenUI: Fix debug menu being occluded 5 years ago
Connor McLaughlin 47e26b1ad3 FullscreenUI: Put cover images through the texture cache 5 years ago
Albert Liu f9dc1a7e80 Core: Add Multitap support 5 years ago
Connor McLaughlin 0ec2c87a0e Implement RetroAchivements 5 years ago
Albert Liu 07ad4f63fa FullscreenUI: Update type cache when controller type is changed 5 years ago
Connor McLaughlin defea38a60 FullscreenUI: Add fullscreen/close buttons to landing window 5 years ago
Connor McLaughlin 1969a10034 FullscreenUI: Fix placeholder logo showing up 5 years ago
Connor McLaughlin f023c1bcde FullscreenUI: Add 'Pause on Menu' option 5 years ago
Connor McLaughlin b56b438f1f FullscreenUI: Only show debug menu bar in NoGUI 5 years ago
Chris dd3d5dbd86
Allow keyboard binding in nogui/fullscreen mode (#1679)
* Allow keyboard binding in nogui/fullscreen mode
5 years ago
Connor McLaughlin 6e80c882df FullscreenUI: Allow vertical scaling 5 years ago
Connor McLaughlin 28fdc5537f FullscreenUI: Draw quick menu at screen bounds, not scaled bounds 5 years ago
Connor McLaughlin 8318cdb3c1 Move ImGui setup to common, and enable fullscreen UI in Qt 5 years ago
Connor McLaughlin d0f6ff03a5 FullscreenUI: Remove local pointer to SettingsInterface 5 years ago
Connor McLaughlin 1fc53ff622 CommonHostInterface: Move settings interface pointer to base class 5 years ago
Connor McLaughlin 7e1fe166ee FullscreenUI: Add notifications API 5 years ago
Connor McLaughlin 77090865c1 OSD: Draw shadows on stats overlays (FPS/Resolution)
Makes it more visible on white backgrounds.
5 years ago
Connor McLaughlin caae06dbf4
Merge pull request #1646 from piepacker/jake/osd_locking_opt
optimize locking mechanism for OSD messages (deadlock-proofing)
5 years ago
Connor McLaughlin cacf12c209 FileSystem: Migrate component extractors to std::string_view 5 years ago
Connor McLaughlin 7641bbf5f2 UI: Shuffle around PGXP settings 5 years ago
Connor McLaughlin 09805c1f80 FullscreenUI: Fix controller navigation in disc change 5 years ago
Jake Stine c3c4181074 optimize locking mechanism for OSD messages, use EnumerateOSDMessages more generally 5 years ago
Connor McLaughlin 0c71a97e02 FullscreenUI: Add resolution selection 5 years ago
Connor McLaughlin c8efade20c CommonHostInterface: Don't draw OSD/FPS as windows
Slight performance improvement.
5 years ago
Connor McLaughlin 537f833658 FullscreenUI: Fix binding immediately when activating with controller 5 years ago
Connor McLaughlin 105376b1b3 FullscreenUI: Don't draw OSD over windows 5 years ago
Connor McLaughlin fd269ec9dd FullscreenUI: Use format string for TextWrapped() 5 years ago
Connor McLaughlin e0dd45c35e FullscreenUI: Fix game list settings not applying 5 years ago
Connor McLaughlin c54842830f FullscreenUI: Support modal error/confirmation 5 years ago
Connor McLaughlin 904680f0df Settings: Make integer and linear upscaling mutually exclusive 5 years ago
Connor McLaughlin 1a9120135f FullscreenUI: Fix some advanced setings not saving 5 years ago
Connor McLaughlin d1a5b89f0a FullscreenUI: Fix some textures leaking at shutdown 5 years ago
Connor McLaughlin 18405a713c FullscreenUI: Fix debug windows not drawing 5 years ago
Connor McLaughlin c17fb88426 FullscreenUI: Fix controller binding setting instantly 5 years ago
Connor McLaughlin bb2e35b732 FullscreenUI: Load covers on demand 5 years ago
Connor McLaughlin 61e4e6f140 Add "Fullscreen UI" 5 years ago