Commit Graph

2704 Commits (3cb2cd8235df5edfd05b2c7ec10037b5f0bf1001)

Author SHA1 Message Date
Connor McLaughlin 3cb2cd8235 GPU: Add adaptive and box downsampling modes 5 years ago
Connor McLaughlin 5236583544 Vulkan/Texture: Support transitioning individual mip levels 5 years ago
Connor McLaughlin 2ce5dc3bbe Vulkan: Don't hardcode mipmap samplers to lod0 5 years ago
Connor McLaughlin 59e8363075 D3D11: Support mipmaps in wrapper textures 5 years ago
Connor McLaughlin 68ce959d70 Settings: Add option to temporarily disable all enhancements 5 years ago
Connor McLaughlin 40f241dde3 PlaystationMouse: Fix incorrect translation context for help 5 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
5 years ago
Connor McLaughlin 6bf37f51be Android: Add controller interface class 5 years ago
Connor McLaughlin 0945744f9b FrontendCommon: Add DInput controller interface
Still needs force feedback/vibration support.
5 years ago
Connor McLaughlin a3e4c61a0b CommonHostInterface: Add a method to get top-level window handle 5 years ago
Connor McLaughlin a894b295b6 CPU/CodeCache: Fix assertion failure when patching in double branch 5 years ago
Connor McLaughlin b38e4b8ba7
Merge pull request #1341 from ggrtk/hostdisplay-fixes
HostDisplay: Fix some scaling issues
5 years ago
Connor McLaughlin 6f22d5c151
Merge pull request #1333 from andercard0/patch-55
Atualização Português do Brasil
5 years ago
Connor McLaughlin 4fdedf5f14
Merge pull request #1340 from zkdpower/master
Update Simple-Chinese language file to latest
5 years ago
Albert Liu 1c1ca45e4e VulkanHostDisplay: Fix post shader uniform buffer 5 years ago
Albert Liu 11fbf26045 HostDisplay: Use floats internally for draw rectangle calculation 5 years ago
Albert Liu e0f3a4f17b HostDisplay: Calculate draw rectangle in terms of horizontal scale 5 years ago
Albert Liu b824844043 HostDisplay: Fix framebuffer screenshot scaling 5 years ago
zkdpower 489169c8ce
Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
5 years ago
Anderson_Cardoso acaa13aba0
Atualização Português do Brasil 5 years ago
Connor McLaughlin a48add94f8
Merge pull request #1332 from ggrtk/ps2-bios-size
Update BIOS image handling
5 years ago
Connor McLaughlin fa7442fddb Qt: Fix mouse-cursor-in-fullscreen regression 5 years ago
Connor McLaughlin fcec112613
Merge pull request #1329 from RaydenX93/master
Italian Translation Update - PC
5 years ago
Albert Liu d9096ca12d BIOS: Prevent patching incompatible BIOSes 5 years ago
Albert Liu 0e2276fc7a BIOS: Add support for loading PS2 BIOSes 5 years ago
Albert Liu 4db29f9399 HostInterface: Check all console regions when looking for any BIOS 5 years ago
RaydenX93 7f57d678bd Update duckstation-qt_it.ts 5 years ago
PugsyMAME 90073ac1d0
Cheat Manager Memory Scanner improvements
Updated Memory Scanner to use sized hexadecimal in results and manual watches.
Enforced Halfword,Word address settings so that it's a valid word or halfword that is being watched.
5 years ago
Connor McLaughlin f9ac25f2b8 CDROM: Actually fix playing tracks 10+ 5 years ago
Connor McLaughlin c04d6f9ef8 CDROM: Play command track should be BCD
Fixes tracks >= 10 in BIOS CD player, maybe games?
5 years ago
Connor McLaughlin 8bb5ff47eb PlaystationMouse: Add option to use relative mode 5 years ago
Connor McLaughlin ca42d027ac Qt: Implement relative mouse mode 5 years ago
Connor McLaughlin 114d4a2c1d
Merge pull request #1325 from PugsyMAME/master
Fixed Pattern found address in Debugger Search
5 years ago
Connor McLaughlin 157532b0fe
Merge pull request #1320 from andercard0/patch-54
Atualização Português do Brasil
5 years ago
PugsyMAME 67f6bd2bcb
Fixed Pattern found address in Debugger Search
"Pattern found at 0x%1" was passing a decimal value to %1 instead of a hexadecimal one
5 years ago
Albert Liu d7e8b5a4c2 Qt: Update Japanese translation by mikakunin 5 years ago
Albert Liu 46239e3d09 Qt/CheatManagerDialog: Fix lupdate warning 5 years ago
Albert Liu 2a1bf9925a Qt: Make Auto (Game Native) aspect ratio string translatable 5 years ago
Anderson_Cardoso ab2198be28
Atualização Português do Brasil 5 years ago
Connor McLaughlin f181b45760 libretro: Build fix 5 years ago
Connor McLaughlin 80fb30b564 Qt: Add Boot and Debug option to context menu 5 years ago
Connor McLaughlin 29469077ee Qt: Force display to render after boot
Fixes menu showing through when starting paused.
5 years ago
Connor McLaughlin cbcbb675d6 System: Fix pause on start 5 years ago
Connor McLaughlin 3cd3d1c09d Qt: Fix opening debugger when system already paused 5 years ago
Connor McLaughlin dc46d52029 FrontendCommon: Remove unnecessary #ifndef LIBRETRO macros
These were only needed because of ancient compilers on the libretro
buildbot, it still compiles fine with these fields on the latest
compilers.
5 years ago
Connor McLaughlin 702ed21207 HostDisplay: Add threaded presentation for Vulkan renderer
Can add a significant speedup for fast forward. Automatically disabled
when vsync is enabled.
5 years ago
Connor McLaughlin 68dc052432 Bus: Don't leak shared memory when starting->stopping->starting 5 years ago
Connor McLaughlin 91995c92db Qt/Debugger: Use Bus helper functions for getting region pointers 5 years ago
Connor McLaughlin d74d27163c Common/MemoryArena: Add destroy/valid methods 5 years ago
Connor McLaughlin e71f6aa80a GPU/HW: Improve round-trip accuracy of RGBA5551->RGBA8
Fixes smudging in some games with true colour rendering enabled.
5 years ago