Connor McLaughlin
ba9ada1100
Qt: Add Portuguese (Pt) translation
2020-08-02 13:14:52 +10:00
Connor McLaughlin
bd0c403672
GPU/HW: Fix mask bit test regression
...
Fixes white boxes in Silent Hill. Again.
2020-08-02 13:04:25 +10:00
Connor McLaughlin
5f9481dd3d
Qt: Fix game list settings headings not being translatable
2020-08-02 03:06:23 +10:00
Connor McLaughlin
9a9d66882c
Qt: Fix game list headings not being translatable
2020-08-02 03:06:23 +10:00
jdgleaver
363804c48b
(libretro/Vulkan) Fix glslang shader-related crashes
2020-08-01 15:29:59 +01:00
Connor McLaughlin
0c1b637549
PGXP: Add initial implementation
2020-08-02 00:25:07 +10:00
Connor McLaughlin
013497cf20
Qt/GPUSettings: Fix typo in force NTSC timing description
2020-08-01 22:35:28 +10:00
Connor McLaughlin
e9882a10aa
System: Move restore/reset graphics API state to System
...
Fixes frame stepping.
2020-08-01 16:45:07 +10:00
Connor McLaughlin
3532ab8d72
Qt: Update interlaced rendering option help
2020-08-01 14:04:52 +10:00
Connor McLaughlin
7067b8f6e3
CDImage/CHD: Handle UTF-8 strings when opening
2020-08-01 14:01:23 +10:00
Connor McLaughlin
ede8de92f6
FileSystem: Use wide strings for FindFiles and StatFile on Windows
2020-08-01 14:00:58 +10:00
Connor McLaughlin
2eb9384275
Replace more instances of fopen() with FileSystem::OpenFile()
2020-08-01 14:00:22 +10:00
Connor McLaughlin
2885d2e547
CPU/CodeCache: Hopefully fix 32-bit compile errors
2020-08-01 03:53:53 +10:00
Connor McLaughlin
b6f871d2b9
JIT optimizations and refactoring ( #675 )
...
* CPU/Recompiler: Use rel32 call where possible for no-args
* JitCodeBuffer: Support using preallocated buffer
* CPU/Recompiler/AArch64: Use bl instead of blr for short branches
* CPU/CodeCache: Allocate recompiler buffer in program space
This means we don't need 64-bit moves for every call out of the
recompiler.
* GTE: Don't store as u16 and load as u32
* CPU/Recompiler: Add methods to emit global load/stores
* GTE: Convert class to namespace
* CPU/Recompiler: Call GTE functions directly
* Settings: Turn into a global variable
* GPU: Replace local pointers with global
* InterruptController: Turn into a global pointer
* System: Replace local pointers with global
* Timers: Turn into a global instance
* DMA: Turn into a global instance
* SPU: Turn into a global instance
* CDROM: Turn into a global instance
* MDEC: Turn into a global instance
* Pad: Turn into a global instance
* SIO: Turn into a global instance
* CDROM: Move audio FIFO to the heap
* CPU/Recompiler: Drop ASMFunctions
No longer needed since we have code in the same 4GB window.
* CPUCodeCache: Turn class into namespace
* Bus: Local pointer -> global pointers
* CPU: Turn class into namespace
* Bus: Turn into namespace
* GTE: Store registers in CPU state struct
Allows relative addressing on ARM.
* CPU/Recompiler: Align code storage to page size
* CPU/Recompiler: Fix relative branches on A64
* HostInterface: Local references to global
* System: Turn into a namespace, move events out
* Add guard pages
* Android: Fix build
2020-07-31 17:09:18 +10:00
Connor McLaughlin
1f9fc6ab74
BIOS: Fix Linux build
2020-07-31 16:34:25 +10:00
Connor McLaughlin
8802177e25
BIOS: Add more revision filenames/hashes
2020-07-31 16:28:15 +10:00
Connor McLaughlin
66e79091d3
BIOS: Use fopen() wrapper from FileSystem
2020-07-31 16:04:10 +10:00
Connor McLaughlin
8b0c3f0dc8
FileSystem: Use wide strings for fopen on Windows
2020-07-31 16:04:06 +10:00
Connor McLaughlin
3edb8e113e
StringUtil: Add wide string<->utf8 conversion for Windows
2020-07-31 16:04:00 +10:00
Connor McLaughlin
f443691ad0
Qt: Fix deprecreated errors with 5.15
2020-07-31 03:40:51 +10:00
Connor McLaughlin
fb85e2b441
Qt: Update Portuguese (Br) translation
2020-07-31 03:32:48 +10:00
Connor McLaughlin
5634e821c5
CDROM: Reset audio decoder state immediately after pause or seek
...
Fixes stuttering dialogue in Dino Crisis (control room at beginning of
game).
2020-07-30 01:55:37 +10:00
Connor McLaughlin
5a34a15bf2
CDROM: Include FIFO size in debug window
2020-07-30 01:03:59 +10:00
Connor McLaughlin
167169a03b
Qt: Update Portuguese translation
2020-07-30 00:49:32 +10:00
Connor McLaughlin
dd48a1f585
System: Handle large event timing overshoots better
...
Usually a result of DMA cycle stealing. Instead of adding all time, add
min(all_events.downcount) at a time. 1.5% performance improvement, but
fixes desyncs between the SPU and CD-ROM.
2020-07-30 00:47:19 +10:00
Connor McLaughlin
0317541477
libretro: Remove VRAM resolution from scale text
2020-07-29 20:01:22 +10:00
Connor McLaughlin
415c21dc84
libretro: Possible fix for crash when reloading content
2020-07-29 03:00:00 +10:00
Connor McLaughlin
77481f5b23
Qt: Add context menu and open directory to game directory list
2020-07-29 02:51:52 +10:00
Connor McLaughlin
8956fc27ce
Qt: Make about dialog more translation-friendly
2020-07-29 02:38:04 +10:00
Connor McLaughlin
c7b457de9e
CubebAudioStream: Continue even without minimum latency
...
Fixes audio not functioning on Android.
2020-07-29 02:38:04 +10:00
Connor McLaughlin
982c428074
Qt: Improve auto-sizing for settings dialog
2020-07-29 02:38:04 +10:00
Connor McLaughlin
bc6f6d1a6d
Qt: Display Portuguese language as Portuguese (Br)
2020-07-29 02:38:04 +10:00
Connor McLaughlin
f82e64a60c
Qt/Settings: Add recommended resolution to scale
...
Apparently the framebuffer/VRAM dimensions were too confusing.
2020-07-28 20:33:09 +10:00
Connor McLaughlin
b894b882ed
Qt/Settings: Add help for GPU adapter
2020-07-28 20:33:09 +10:00
Connor McLaughlin
20ff075c3f
Qt: Mark individual setting help as translatable
2020-07-28 20:33:09 +10:00
Connor McLaughlin
e187597dec
Qt: Make settings main help text translatable
2020-07-28 20:33:09 +10:00
Connor McLaughlin
27f62723c7
Qt: Make gmae list headings translatable
2020-07-28 20:33:09 +10:00
Connor McLaughlin
79c8b9f52c
Qt: Add Portuguese translation
2020-07-28 20:33:09 +10:00
Connor McLaughlin
3edb255eca
Qt: Add translation support and language setting
2020-07-28 19:14:44 +10:00
Connor McLaughlin
8665a24eee
CommonHostInterface: Fix crash when there's no controller interface
2020-07-26 23:59:47 +10:00
Connor McLaughlin
cdab84e210
GPU/Vulkan: Display shader compiling message
2020-07-26 23:59:06 +10:00
Connor McLaughlin
7c54129409
Merge pull request #665 from ggrtk/analog-controller
...
AnalogController: Expose axis scale setting to frontend
2020-07-26 23:57:40 +10:00
Connor McLaughlin
caf9943418
GPU/Vulkan: Possible workaround for Adreno GS shader compiler bug
2020-07-25 15:17:29 +10:00
Albert Liu
79576ca956
AnalogController: Expose axis scale setting to frontend
2020-07-24 19:18:41 -07:00
Connor McLaughlin
d711baaa31
GPU/HW: Fix lines being one pixel too short
...
Fixes lines in screen wipe effect in Vagrant Story.
2020-07-25 02:37:01 +10:00
Connor McLaughlin
08b26edceb
CDImage: Fix incorrect track length
...
Shouldn't affect much, other than the game properties window.
2020-07-25 02:36:41 +10:00
Connor McLaughlin
10f23667c9
CDImage: Fix incorrect pregap file offset calculation
...
Should fix repeating audio at the start of some tracks.
2020-07-24 13:47:21 +10:00
Connor McLaughlin
5a955a4fdc
Qt: Fix audio volume/mute being lost when restarting emulation
2020-07-24 02:55:00 +10:00
Connor McLaughlin
4a3e5ed644
VulkanHostDisplay: Fix custom crosshair rendering on NVIDIA
2020-07-24 02:40:46 +10:00
Connor McLaughlin
99b0ba3f20
libretro: Use correct path for shared mode memcards
2020-07-24 02:40:46 +10:00