Connor McLaughlin
40257e5b20
GPU/HW: Don't set m_pgxp_depth_buffer when PGXP is disabled
...
Fixes text corruption in Castlevania when PGXP is disabled and depth
buffer is enabled.
4 years ago
Connor McLaughlin
c9240eea72
CPU/Recompiler: Use PGXP interpreter for fallback
...
Fixes holes in geometry with PGXP enabled in Threads of Fate.
4 years ago
Connor McLaughlin
4e87b30b40
System: Skip throttler phase reset when running at <100%
4 years ago
Connor McLaughlin
04a187afb2
CDROM: Fix read error/unlicensed flag getting set on all discs
...
Regression from 75aa52ab06
.
4 years ago
Connor McLaughlin
75aa52ab06
CDROM: Fail reads immediately for audio/unlicensed CDs
...
Fixes first track being unavailable on audio CDs in Vib-Ribbon.
4 years ago
Connor McLaughlin
9294bf6be3
CDROM: Keep target location even after failed seeks
4 years ago
Connor McLaughlin
187de65f50
CDROM: Reset disc position to start after switching discs
4 years ago
Connor McLaughlin
d588c26cf6
Revert "dep/msvc: Update SDL2 to 2.0.14"
...
This reverts commit 8debaa34d9
.
Seems to be a few regressions, namely XBox Controller Rumble, other
controllers not detecting, etc.
4 years ago
Connor McLaughlin
3ffbbe82e8
SDLControllerInterface: Use SDL_GameControllerRumble where supported
...
Allows vibration on DualShock 4 without using DS4Windows.
4 years ago
Connor McLaughlin
bea6f0beb4
Android: Fix incorrect version string on build
4 years ago
Connor McLaughlin
4f32f2f915
Merge pull request #1357 from zkdpower/master
...
Update Simple-Chinese language file to latest
4 years ago
Connor McLaughlin
aa0eb5153e
Merge pull request #1358 from ggrtk/qt-displaysettings-text
...
Qt/DisplaySettingsWidget: Fix recommended value not being translated
4 years ago
Albert Liu
dde5a4e2d8
Qt/DisplaySettingsWidget: Fix recommended value not being translated
4 years ago
Connor McLaughlin
6d501bff56
GL/Program: Use glBindFragDataLocationIndexedEXT for GLES
4 years ago
zkdpower
041880df34
Update Simple-Chinese language file to latest
...
Update Simple-Chinese language file to latest
4 years ago
Connor McLaughlin
5690aef057
CDROM: Send seek error when read+seeking to audio sector
...
Fixes hang in Vib-Ribbon when using an audio CD.
4 years ago
Connor McLaughlin
68f3261582
Update game settings and compatibility list
4 years ago
Connor McLaughlin
f911e90e17
CDROM: Hopefully fix crash in debug window when reading lead-out
4 years ago
Connor McLaughlin
02377b1a92
CPU/CodeCache: Fix possible crash on invalidate->recompile->overflow
4 years ago
Connor McLaughlin
9b73f0194c
Update README.md
4 years ago
Connor McLaughlin
b2bb9340f9
Merge pull request #1352 from andercard0/patch-57
...
Atualização Português do Brasil
4 years ago
Anderson_Cardoso
1f10bdd7cd
Atualização Português do Brasil
...
Update Portuguese Brazil language file to latest.
4 years ago
Connor McLaughlin
e464a8c332
CommonHostInterface: Disable some hotkeys on Android
4 years ago
Connor McLaughlin
22bb64e7b0
Android: Add hotkey binding support
4 years ago
Connor McLaughlin
2672e2b505
libretro: Build fix
4 years ago
Connor McLaughlin
7b532ebb7f
Merge pull request #1347 from andercard0/patch-56
...
Atualização Português do Brasil
4 years ago
Connor McLaughlin
f5230fdb14
Merge pull request #1346 from zkdpower/master
...
Update Simple-Chinese language file to latest
4 years ago
Connor McLaughlin
78282d1508
GameSettings: Add downsampling mode
4 years ago
Connor McLaughlin
3cb2cd8235
GPU: Add adaptive and box downsampling modes
4 years ago
Connor McLaughlin
5236583544
Vulkan/Texture: Support transitioning individual mip levels
4 years ago
Connor McLaughlin
2ce5dc3bbe
Vulkan: Don't hardcode mipmap samplers to lod0
4 years ago
Connor McLaughlin
59e8363075
D3D11: Support mipmaps in wrapper textures
4 years ago
Connor McLaughlin
68ce959d70
Settings: Add option to temporarily disable all enhancements
4 years ago
Connor McLaughlin
40f241dde3
PlaystationMouse: Fix incorrect translation context for help
4 years ago
Anderson_Cardoso
dd04c5983e
Atualização Português do Brasil
...
Translation updated to latest.
4 years ago
zkdpower
674b26bef7
Update Simple-Chinese language file to latest
...
Update Simple-Chinese language file to latest
4 years ago
Connor McLaughlin
c46495e687
Update README.md
4 years ago
Connor McLaughlin
f8dcfabc44
Merge pull request #1344 from guibou/gtk3
...
Use gtk3 for nativefiledialog
4 years ago
PugsyMAME
3284a18ad3
Add new Cheat Type F4, Find & Replace Bytes ( #1345 )
...
* Add new Cheat Type F4, Find & Replace Bytes
Also knows as 'AOB' apparently. Information about how it works will be in the next chtdb.txt header or you can read/ask about it on the discord channel.
* Add new Cheat Type F4, Find & Replace Bytes
Also knows as 'AOB' apparently. Information about how it works will be in the next chtdb.txt header or you can read/ask about it on the discord channel.
* Added error trapping for cheat type F4
As suggested
4 years ago
Guillaume Bouchard
f30addc70d
Use gtk3 for nativefiledialog
...
Rational: gtk2 is not maintained anymore and the change was simple.
- Update of nativefiledialog/CMakeLists.txt in order to detect and use
gtk3
- Updated a few files referencing gtk2, especially:
- github workflow: I tested that the apt-get update works on ubuntu
18.03 in a docker container
- Readme.
This was tested in the following nixpkgs PR: https://github.com/NixOS/nixpkgs/pull/107878
4 years ago
Connor McLaughlin
1b99233466
Android: Add analog-stick-as-dpad option to controller settings
4 years ago
Connor McLaughlin
0aa3b6b399
Android: Controller binding support
4 years ago
Connor McLaughlin
6bf37f51be
Android: Add controller interface class
4 years ago
Connor McLaughlin
cbcb8b4b89
Android: Add dark theme
4 years ago
Connor McLaughlin
59b9e4b2ef
Android: Hook up most of the settings interface mutators
4 years ago
Connor McLaughlin
0945744f9b
FrontendCommon: Add DInput controller interface
...
Still needs force feedback/vibration support.
4 years ago
Connor McLaughlin
a3e4c61a0b
CommonHostInterface: Add a method to get top-level window handle
4 years ago
Connor McLaughlin
a894b295b6
CPU/CodeCache: Fix assertion failure when patching in double branch
4 years ago
Connor McLaughlin
b38e4b8ba7
Merge pull request #1341 from ggrtk/hostdisplay-fixes
...
HostDisplay: Fix some scaling issues
4 years ago
Connor McLaughlin
6f22d5c151
Merge pull request #1333 from andercard0/patch-55
...
Atualização Português do Brasil
4 years ago