Connor McLaughlin
e2694b2570
Cheevos: Fix unlimited fast forward in hardcode mode
2021-03-08 11:44:02 +10:00
Connor McLaughlin
a559139105
GPU/OpenGL: Also check number of fragment storage blocks
2021-03-08 11:40:34 +10:00
Connor McLaughlin
9eae20128d
GPU/OpenGL: Remove now-unnecessary geometry shader check
2021-03-08 11:37:03 +10:00
Connor McLaughlin
ad7e0d48c6
ShaderGen: Try disabling GLSL ES 3.2 on PowerVR
2021-03-08 11:34:17 +10:00
zkdpower
cc68e2931b
Update Simple-Chinese language file to latest
...
Update Simple-Chinese language file to latest
2021-03-08 08:50:24 +08:00
Anderson_Cardoso
c1c090fb7c
Atualização Português do Brasil
...
Update file to latest.
2021-03-07 15:05:09 -03:00
Connor McLaughlin
5e0ebb5d5f
SDLControllerInterface: Don't crash on unbound hat index
2021-03-08 02:48:18 +10:00
Connor McLaughlin
6333daaddc
Qt: Add note about quick menu to achievement settings
2021-03-08 02:05:50 +10:00
Connor McLaughlin
9f83dfbc15
Qt: Update Japanese translation by mikakunin
2021-03-08 01:53:26 +10:00
Connor McLaughlin
1893bfd248
Cheevos: Don't choke on long passwords
2021-03-08 01:53:26 +10:00
Connor McLaughlin
a0e97059f5
Qt: Allow binding keyboard keys via fullscreen UI
2021-03-08 01:53:26 +10:00
Connor McLaughlin
39498cda10
FullscreenUI: Make right click on binding clear it
2021-03-08 01:53:26 +10:00
Connor McLaughlin
13e5769e42
Merge pull request #1753 from zkdpower/master
...
Update Simple-Chinese language file to latest
2021-03-07 19:35:22 +10:00
Connor McLaughlin
627f147a90
Support compiling for FreeBSD
2021-03-07 19:35:02 +10:00
Connor McLaughlin
3f5d6ee025
CommonHostInterface: FixIncompatibleSettings() should be marked override
2021-03-07 17:35:02 +10:00
Connor McLaughlin
db17baba1b
GL/Context: Disable GLES3.2 on PowerVR Rogue
...
It's choking on our shaders, maybe it's the I/O blocks or texture
buffers?
2021-03-07 17:34:29 +10:00
Connor McLaughlin
ee190ef561
CDROM: Fix typo in ResetPhysicalPosition()
2021-03-07 17:34:16 +10:00
Connor McLaughlin
753dd0480f
CDImage: Add support for loading mds/mdf images
2021-03-07 16:26:15 +10:00
zkdpower
b903369d2c
Update Simple-Chinese language file to latest
...
Update Simple-Chinese language file to latest
2021-03-07 11:58:29 +08:00
Connor McLaughlin
320394fbd1
ShaderGen: Fix GLSL emitting location = 00
2021-03-07 02:55:37 +10:00
Connor McLaughlin
6bbb1128b6
System: Hash executable for game code when system.cnf missing
2021-03-07 02:47:00 +10:00
Connor McLaughlin
ac4dd11fa0
CDImage: Add support for ECM images
2021-03-07 02:47:00 +10:00
Connor McLaughlin
fd7d77bc70
Merge pull request #1736 from PugsyMAME/master
...
Added new cheat cheat types: C3, C4, C5, C6, D7&52
2021-03-07 02:46:50 +10:00
zkdpower
0db164bfb2
Update Simple-Chinese language file to latest ( #1750 )
...
* Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
* Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
2021-03-06 15:44:56 +10:00
Anderson_Cardoso
9c78320351
Atualização Português do Brasil
...
Update file to latest.
2021-03-05 16:53:56 -03:00
Connor McLaughlin
ae17ade117
FullscreenUI: Add missing stretch/internal res screenshot options
2021-03-06 02:22:35 +10:00
Connor McLaughlin
359d1509be
Qt: Add option for internal/window resolution screenshots
2021-03-06 02:22:28 +10:00
Connor McLaughlin
2aea58d056
HostDisplay: Add method to render screenshots at window size
2021-03-06 02:21:27 +10:00
Connor McLaughlin
757bef7b6d
Common/D3D11: Stride should be byte width
2021-03-06 02:21:27 +10:00
Connor McLaughlin
bf5f53e1d1
CPU/CodeCache: Don't choke on indirect -> direct branch in delay slot
2021-03-06 02:21:27 +10:00
Silent
84bec06a90
Use QString::number where applicable
2021-03-05 12:59:28 +01:00
Silent
c0b7ee5722
Fix "Stretch to fill" widget help
2021-03-05 12:59:28 +01:00
Silent
edeed89648
Add support for plural forms in Qt forms
2021-03-05 12:59:28 +01:00
Connor McLaughlin
4436e86a46
Merge pull request #1742 from andercard0/patch-92
...
Atualização Português do Brasil
2021-03-05 16:10:52 +10:00
Albert Liu
50a78489f2
MemoryCardImage: Implement save file importing and exporting
2021-03-04 20:50:20 -08:00
Albert Liu
e939507f42
Qt/MemoryCardEditor: Handle switching to empty path at combobox index 0
2021-03-04 17:51:17 -08:00
Albert Liu
0218006e1b
Qt/MemoryCardEditor: Remove unused context help button
2021-03-04 16:55:44 -08:00
Albert Liu
3088138c3c
Qt/MemoryCardEditor: Remove duplicate browse functionality
2021-03-04 16:42:26 -08:00
Albert Liu
f112222fae
Qt/MemoryCardEditor: Prevent duplicate filenames when copying saves
2021-03-04 16:18:20 -08:00
Albert Liu
47e2cd382b
Qt/MemoryCardEditor: Increase default filename column size
2021-03-04 15:37:27 -08:00
Albert Liu
645ce6658c
Qt/MemoryCardEditor: Don't show blocks label when no card is selected
2021-03-04 15:21:40 -08:00
Anderson_Cardoso
7f77e8e7dd
Atualização Português do Brasil
...
Update file to latest
2021-03-04 19:31:40 -03:00
Connor McLaughlin
c3d2999d78
Qt: Don't pass key input to controllers/hotkeys when ImGui has focus
2021-03-05 01:13:17 +10:00
Connor McLaughlin
767343ca22
FullscreenUI: Prevent quick menu opening over other windows
2021-03-05 01:12:56 +10:00
Connor McLaughlin
521ade025c
System: Make hardware renderer init failure an OSD message
2021-03-05 01:05:16 +10:00
Connor McLaughlin
ccda1553b7
Qt: Fix crash when loading input profile and multitap disabled
2021-03-05 00:58:48 +10:00
Connor McLaughlin
c8387cb038
Cheats: Fix master enable not having any effect
2021-03-05 00:53:30 +10:00
Connor McLaughlin
0cbba59e88
GPU/ShaderGen: Add readonly/restrict qualifier to VRAM write SSBO
2021-03-04 13:08:32 +10:00
Connor McLaughlin
6b1e8bd338
Merge pull request #1732 from andercard0/patch-91
...
Atualização Português do Brasil
2021-03-04 13:03:42 +10:00
Connor McLaughlin
861a1f0e44
Merge pull request #1735 from zkdpower/master
...
Update Simple-Chinese language file to latest
2021-03-04 13:03:32 +10:00