Commit Graph

3517 Commits (c9c2f1bd210f5c7f8f596031c14467036dd7204c)
 

Author SHA1 Message Date
Connor McLaughlin 37f9f118c4 Android: Add 'Open Pause Menu' hotkey 5 years ago
Connor McLaughlin 60232c390a Android: Use checkbox list for patch codes/cheats 5 years ago
Connor McLaughlin 1ae4b94eb2 AudioStream: Don't hold lock while resampling 5 years ago
Connor McLaughlin 2b5cfb272c Qt: Add dump VRAM and SPU RAM actions 5 years ago
Connor McLaughlin 5746dcdbd4 Android: Fix build 5 years ago
Connor McLaughlin b5ffbfe826 Qt: Fix audio sliders not applying correctly 5 years ago
Connor McLaughlin b3fd07e1b5 GameSettings: Adjust crop area for FF7 5 years ago
Connor McLaughlin 220f2f4845 Vulkan: Fix typo causing debug shaders to be used 5 years ago
Connor McLaughlin d101f7cf9d
Merge pull request #1442 from andercard0/patch-63
Atualização Português do Brasil
5 years ago
Anderson_Cardoso fc58d8e8cc
Atualização Português do Brasil
Android - Strings not available for translation as follows:

- Theme
- Downsampling
- Controller Mapping
- Use analog Sticks for D-Pad
- Disable All Enhancements 
- Threaded GPU Presentation
- Clear Bindings (in controller mapping options menu)
- Port 1 / Port 2 (in controller mapping options menu)
- Hotkeys (in controller mapping options menu)
5 years ago
Connor McLaughlin a0a24c7752 GPU/Vulkan: Only update sample texture when render area dirty
Fixes crash when using Show VRAM in some games with Vulkan.
5 years ago
Connor McLaughlin 16ad54143b HostInterface: Don't sleep when syncing to host refresh 5 years ago
Connor McLaughlin 0884954d10
Merge pull request #1438 from zkdpower/master
Update Simple-Chinese language file to latest
5 years ago
zkdpower 6712f6b649
Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
5 years ago
Connor McLaughlin c18fa06f0c Android: Add 'Sync To Host Refresh Rate' option 5 years ago
Connor McLaughlin 873b9f622a
Merge pull request #1432 from andercard0/patch-62
Atualização Português do Brasil
5 years ago
Connor McLaughlin e5915846a4
Merge pull request #1433 from ggrtk/qt-update-widget-help-text
Qt: Update widget help text
5 years ago
Connor McLaughlin 13cba122ef HostDisplay: Move Windows fallback for refresh rate query to HostInterface 5 years ago
Connor McLaughlin fd166a4485 ShaderCache: Add a data version field
We can increment this to prevent people's shader caches from growing too
large with shader changes.
5 years ago
Connor McLaughlin 97971464d1 GPU/ShaderGen: Remove texcoord offset
Doesn't seem to be needed anymore, and causes issues in some games (e.g.
flickering polygons in Evil Dead)
5 years ago
Albert Liu 29331ef679 Qt: Update widget help text 5 years ago
Anderson_Cardoso 69f14feec1
Atualização Português do Brasil
Android - Strings not available for translation as follows:

- Theme
- Downsampling
- Controller Mapping
- Use analog Sticks for D-Pad
- Disable All Enhancements 
- Threaded GPU Presentation
- Clear Bindings (in controller mapping options menu)
- Port 1 / Port 2 (in controller mapping options menu)
- Hotkeys (in controller mapping options menu)
5 years ago
Connor McLaughlin ba2710fb4c
Update README.md 5 years ago
Connor McLaughlin bc5fb850d4 AudioStream: Reset resampler state on emptying buffers 5 years ago
Connor McLaughlin 43d01776dc HostInterface: Add "Sync To Host Refresh Rate" option 5 years ago
Connor McLaughlin bb572741ae HostDisplay: Add GetHostRefreshRate() function
Only implemented in Windows for now.
5 years ago
Connor McLaughlin 5769830b72 Android: Fix incorrect string refresh in audio settings 5 years ago
Connor McLaughlin d23645e02f CMake: Fix Linux build 5 years ago
Connor McLaughlin ce965e89ca Qt/Android: Add help text for resampling, turn on by default 5 years ago
Connor McLaughlin fdeef65676 Qt: Move emulation speed settings to console settings 5 years ago
Connor McLaughlin 54f5563321 Qt: Add turbo speed setting 5 years ago
Connor McLaughlin d73fedcef1 Qt: Make about dialog slightly taller 5 years ago
Connor McLaughlin 692eb035ec Qt: Fix flex sizing with >1 flex column 5 years ago
Connor McLaughlin 25847494d5 dep/xxhash: Set XXH_X86DISPATCH_ALLOW_AVX on x86/x64 5 years ago
Connor McLaughlin 5996945b37 Android: Use Java thread for emulation thread 5 years ago
Connor McLaughlin a5f9aa11e1 Settings: Add audio resampling when running at non-standard speed 5 years ago
Connor McLaughlin 54c7fc6b08 AudioStream: Support resampling input 5 years ago
Connor McLaughlin 1eab296ec3 dep: Add libsamplerate 5 years ago
Connor McLaughlin bc6444b6ff Update compatibility list and settings 5 years ago
Connor McLaughlin 5d7d848fe6 CMake: Don't disable EGL for Android
Fixes OpenGL renderer being unavailable.
5 years ago
Connor McLaughlin 19032750b4 CDROM: Don't treat no-region discs as audio CDs
Fixes some homebrew games not booting.
5 years ago
Connor McLaughlin 2c2195b116 Qt: Update Polish translation by Zuzia 5 years ago
Connor McLaughlin 11992bde4e TimingEvents: Use function pointers instead of std::function 5 years ago
zkdpower 8c241ed8de
Update Simple-Chinese language file to latest (#1424)
* 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
5 years ago
Connor McLaughlin b4d1dcfe4b
Merge pull request #1415 from andercard0/patch-61
Atualização Português do Brasil
5 years ago
Connor McLaughlin 15652b4c1f SPU: Fix a few cases where SPU interrupts weren't firing 5 years ago
Connor McLaughlin df98a0b04e CPU/Recompiler: Fix incorrect speculative byte/halfword reads
Fixes crash on boot in Monkey Magic.
5 years ago
Connor McLaughlin 4fafb34251 CommonHostInterface: Move input map update to frontend
Fixes controller state getting reset when loading input profile.
5 years ago
Connor McLaughlin ad0d16e243 Qt: Fix failing to load unicode filenames on command line 5 years ago
Connor McLaughlin 64fc560314 Qt: Don't allocate a console when loading settings 5 years ago