Commit Graph

2509 Commits (69d29d7395bdd63ab3626f25d3eab0a6b0c44cf0)
 

Author SHA1 Message Date
Connor McLaughlin f1086b18f9 FileSystem: Remove heap allocations from FileExists/DirectoryExists 5 years ago
phoe-nix b9fa774a21
update zh translation
"Auto-Detect" can not translate in "BIOSSettingsWidget".
5 years ago
Connor McLaughlin 40d157aa23
Merge pull request #875 from CookiePLMonster/more-slashes
Fix an outstanding forward slash showing in the UI
5 years ago
Connor McLaughlin 21a768f9e8
Merge pull request #878 from ggrtk/bios-image-infos
BIOS: Update image infos
5 years ago
Connor McLaughlin d728bc091b BIOS: Add option to set search directory elsewhere 5 years ago
Connor McLaughlin a0a78087fe Vulkan: Support Wayland 5 years ago
Connor McLaughlin f022bdb328 PostProcessingShader: Fix a compile warning 5 years ago
Connor McLaughlin ffd2ac74d9 CMake: Force USE_EGL if USE_WAYLAND is on 5 years ago
Connor McLaughlin 2aace1b503 GL/Context: Don't choke on X11+Wayland 5 years ago
Albert Liu 9a31eb50f6 BIOS: Add some more BIOS revision hashes 5 years ago
Albert Liu 073c053e36 BIOS: Fix mislabeling on SCPH-5500 hash 5 years ago
Connor McLaughlin be585c9f68 Qt: Fix compilation with Qt 5.11 5 years ago
Connor McLaughlin cd0199a07a FileSystem: Fix size being unfilled on Linux
Fixes BIOS detection.
5 years ago
Silent e6431e3599
Fix an outstanding forward slash showing in the UI 5 years ago
Connor McLaughlin 78f06fb711 libretro: Fix breakage with new BIOS detection 5 years ago
Connor McLaughlin df98bfbf04 Qt: Set Cyrillic glyph range/font for OSD for ru language 5 years ago
Connor McLaughlin 20b609a3e0 Qt: Add Russian translation 5 years ago
Connor McLaughlin 7d01bedf07 BIOS: Automatically detect images, improve selection UI 5 years ago
Connor McLaughlin 3385346b7f
Merge pull request #872 from andercard0/patch-10
Update | Pt-Br Translation
5 years ago
Connor McLaughlin 65924a168e
Merge pull request #873 from r57zone/Russian_translation
Russian translation
5 years ago
r57zone 2e4009e52a Russian translation 5 years ago
Anderson_Cardoso 1616d8165c
Update duckstation-qt_pt-br.ts
Translated or Adapted:

- Memory card importer; 
- Memory Card editor;
5 years ago
Connor McLaughlin e8e461c0a7 FileSystem: Fix GetProgramPath() sometimes returning stale paths
See https://social.msdn.microsoft.com/Forums/windowshardware/en-US/4b7b3884-d0bb-4812-bc18-2078c61d4b90/queryfullprocessimagename-gives-wrong-path-for-renamed-directory?forum=windowsgeneraldevelopmentissues
5 years ago
Connor McLaughlin 2219b9aa66 CDImageCue: Work around broken (old) dumps with missing pregap
Some people have broken (older) dumps where a two second pregap was implicit but not specified in the cuesheet.
The problem is we can't tell between a missing implicit two second pregap and a zero second pregap.
5 years ago
Connor McLaughlin fb5e7cc8b1
Merge pull request #868 from CookiePLMonster/separator-consistency
Make path separators in UI more consistent
5 years ago
Silent 92d0dabf54
Make path separators in UI more consistent 5 years ago
Connor McLaughlin fa3307e5f1 Update compatibility settings 5 years ago
Connor McLaughlin 25f45fbd23 CPU: Add hack for stale icache reads in interpreter 5 years ago
Connor McLaughlin db84bdb560 CDROM: Apply 4 sector penalty to ReadN..ReadN sequence
Fixes Worms Pinball.
5 years ago
Connor McLaughlin 9736dc7895 CPU: Fix InterpretUncachedBlock()
But this shouldn't be hit during normal execution.
5 years ago
Connor McLaughlin 1d5af57f71 GPU: Halve draw ticks for 480i even with force progressive
Fixes some of the games broken with the enhancement on.
5 years ago
Connor McLaughlin 5b1ed7903b Android: Fix settings having indents 5 years ago
Connor McLaughlin a520be5208 Android: Use dialog menu instead of appbar
Fixes it getting messed up in landscape orientation.
5 years ago
Connor McLaughlin d274c553c5 OpenGLHostDisplay: Fix incorrect top alignment 5 years ago
Connor McLaughlin a7b85605e2 Ignore existing surface size on Android
Seems to be a race condition here where it's not up to date.
5 years ago
Connor McLaughlin 3bdda39e1f
Merge pull request #866 from CookiePLMonster/discord-running-game
Fix Discord RPC not reporting the game title
5 years ago
Connor McLaughlin 58bb619678
Merge pull request #865 from phoe-nix/patch-1
update zh translation
5 years ago
Silent 67392a37ec
Fix Discord RPC not reporting the game title 5 years ago
phoe-nix cecf32c14c
update zh translation 5 years ago
Connor McLaughlin bdd98281fc Qt: Fix status bar toggle not saving 5 years ago
Connor McLaughlin 238152ae88 Qt: Add memory card editor 5 years ago
Connor McLaughlin 92da9917a8 MemoryCard: Split into image helper functions 5 years ago
Connor McLaughlin 70768c02af Common: Add Shift-JIS helpers 5 years ago
Connor McLaughlin f589865842
Merge pull request #860 from phoe-nix/patch-1
Update zh translation
5 years ago
phoe-nix 6fec44e153
Update zh translation 5 years ago
Connor McLaughlin d924130308
AnalogController: Fix Linux build 5 years ago
Connor McLaughlin 7c55940fa8 AnalogController: Fix default value of vibration bias 5 years ago
Connor McLaughlin e6bff275a6 AnalogController: Set vibration strength to 0 on Reset 5 years ago
Connor McLaughlin 915b7d3726 AnalogController: Use nonlinear mapping of vibration strength
Curve from Pokopom: https://github.com/KrossX/Pokopom/blob/master/Pokopom/Input_XInput.cpp#L210
5 years ago
Connor McLaughlin debfd53618 AnalogController: Use range for large motor, add bias
Seems the bias is needed for FF8.
5 years ago