Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgård e3b243f9d2 Simplify current directory initialization, fix defaulting to home 2023-08-18 14:03:38 +02:00
Henrik Rydgård 7a4efb1a0a Call CreateSysDirectories on all platforms. 2023-08-18 14:03:38 +02:00
Henrik RydgårdandGitHub 5acb421908 Merge pull request #17927 from hrydgard/path-creation-cleanup
Windows: Memstick directory creation cleanup
2023-08-18 13:51:42 +02:00
Henrik RydgårdandGitHub a8cbe060dc Merge pull request #17926 from hrydgard/create-shortcut-windows
Windows: Fix "Create desktop shortcut" functionality
2023-08-18 13:20:22 +02:00
Henrik Rydgård 44d602ca7d Move InitSysDirectories to where it belongs and rename it. Plus warning fixes. 2023-08-18 13:03:32 +02:00
Henrik Rydgård 6f6ea4595a Windows: Split out Create... from InitSysDirectories, fixup uses 2023-08-18 12:46:40 +02:00
Henrik RydgårdandGitHub 3f3c5edaff Merge pull request #17925 from hrydgard/fix-unsafe-umd-switch
Windows: Make switching UMD through "Emulation->Switch UMD" threadsafe
2023-08-18 10:53:27 +02:00
Henrik Rydgård 01f07c9f9c Windows: Fix "Create desktop icon" functionality
All it needed was to suffix the filename with .lnk correctly.
2023-08-18 10:49:00 +02:00
Henrik Rydgård 25f02d0227 Windows: Make switching UMD through "Emulation->Switch UMD" threadsafe 2023-08-18 10:29:10 +02:00
Henrik Rydgård d08d8f764b Remove redundant function 2023-08-18 10:21:13 +02:00
Unknown W. Brackets 4e41f83ecc riscv: Centralize IR reg cache metadata checks.
These are all largely the same between backends.
2023-08-17 23:03:31 -07:00
Unknown W. Brackets ebab0e1591 riscv: Centralize reg allocation. 2023-08-17 18:50:33 -07:00
Henrik RydgårdandGitHub b2fbe1d8e9 Merge pull request #17924 from hrydgard/vulkan-device-picking
SDL: Actually use the chosen Vulkan device
2023-08-18 00:58:47 +02:00
Henrik RydgårdandGitHub 30346e29c3 Merge pull request #17920 from hrydgard/minor-text-optimizations
Minor debug text optimizations
2023-08-18 00:58:15 +02:00
Henrik RydgårdandGitHub 7f3f93a25b Merge pull request #17919 from hrydgard/gamedatainstall_minor
GamedataInstall: Add simple progress bar
2023-08-18 00:57:50 +02:00
Henrik Rydgård 5cc85d1df7 SDL: Actually pick the Vulkan device specified in the config. 2023-08-17 22:06:17 +02:00
Henrik Rydgård 13cfd9c3d6 Add Mesa as a known GPU driver "vendor". 2023-08-17 22:06:03 +02:00
Henrik RydgårdandGitHub 2c4657175a Merge pull request #17922 from hrydgard/ubershader-developer-options
Add checkboxes in developer tools to allow disabling ubershaders
2023-08-17 21:15:31 +02:00
Henrik Rydgård 8fb5b06e0e Add workaround for 32-bit x86 debug builds on AMD on Windows
Fixes issue #17787
2023-08-17 21:05:43 +02:00
Henrik Rydgård 89ff606ccb D3D9 fix. Make a check more break-point-able. 2023-08-17 20:46:43 +02:00
Henrik Rydgård 8a6e288fcc Add checkboxes in developer tools to allow disabling ubershaders.
Might be helpful to diagnose performance problems on user devices.

Additionally, moves the texture replacement controls to the top. They
should probably be moved somewhere else entirely...

See #17918
2023-08-17 20:16:04 +02:00
Henrik RydgårdandGitHub abaf45e552 Merge pull request #17921 from Kaitul/master
Update zh_TW.ini
2023-08-17 18:32:35 +02:00
Kung-chihandGitHub 526916e0b8 Update zh_TW.ini 2023-08-17 23:01:26 +08:00
Bashar Astifan ec6db575fa Update OSVersion.cpp 2023-08-17 18:45:58 +04:00
Henrik Rydgård cec3693526 Wrapper: Minor ordering fix 2023-08-17 15:24:00 +02:00
Henrik Rydgård 3be0ebce6d Debug overlay: Move Sas data to the audio debug screen. Disable text wrapping. 2023-08-17 15:18:50 +02:00
Henrik Rydgård 85dbc6b6aa utf8_nextchar: Don't use a pointed-to variable as a loop counter. 2023-08-17 15:18:24 +02:00
Henrik RydgårdandGitHub 731d9b6d59 Merge branch 'master' into Font-ltn12-hack 2023-08-17 14:47:46 +02:00
Henrik Rydgård 1cf2a161a0 Replace the notifications with a bare-bones progress bar 2023-08-17 14:42:25 +02:00
sum2012andHenrik Rydgård e00a41702c Add GamedataInstall of osm
fix #14688
2023-08-17 14:22:30 +02:00
Henrik RydgårdandGitHub 07658ef41a Merge pull request #17916 from hrydgard/frame-stats-all-backends
Frame time history: Write timestamps into it from all backends
2023-08-16 12:51:41 +02:00
Henrik Rydgård 691c8b8d8d Write to the frame time history from the other backends too. Needed for the upcoming timing code. 2023-08-16 12:22:49 +02:00
Henrik Rydgård 572595cc7b Refactor: Lift the frame time history data up one level into thin3d 2023-08-16 11:45:26 +02:00
Henrik RydgårdandGitHub 08cf6e3108 Merge pull request #17913 from hrydgard/sce-display-cleanup
sceDisplay/FrameTiming: Add comments, move some stuff around, get rid of some indentation
2023-08-16 11:08:03 +02:00
Unknown W. Brackets b30daa5760 riscv: Centralize state of regcaches. 2023-08-15 21:51:38 -07:00
Bashar Astifan e2a1db533f Cleanup unnecessary preprocessors
`DoesVersionMatchWindows` will return true by default for UWP when `greater` is true.
2023-08-16 02:35:54 +04:00
Bashar Astifan b546ee15e4 Update OSVersion.cpp
- Re-adding `GetVersionFromKernel32` to the original function as it's used in settings (will find better way later to merge two functions in one).
- UWP should always return true when `greater` is true.
2023-08-15 23:42:37 +04:00
Bashar Astifan 6522a490e0 [Windows] OSVersion improvements 2023-08-15 23:17:13 +04:00
Bashar Astifan ee3d466a0a Merge branch 'master' of https://github.com/basharast/ppsspp 2023-08-15 21:52:53 +04:00
Henrik Rydgård ef2d7a810a Add comments, move some stuff around, get rid of some indentation. No functionality change. 2023-08-15 18:34:06 +02:00
Henrik RydgårdandGitHub 8e013b310c Merge pull request #17912 from GABO1423/master
(UWP) Remove Win32/x86 Support
2023-08-15 10:08:48 +02:00
Bashar AstifanandGitHub 63452c420e removing pragma once
I moved `#pragma once` when the code was in `LaunchItem.h` to here and I'm not sure if this may cause on some cases unresolved symbols.. I was getting this error in my temp project and after removing this, didn't appear again.. it might be VS issue.. but it's not to be here required anyway
2023-08-15 04:49:03 +04:00
Henrik RydgårdandGitHub 9f26991929 Merge pull request #17911 from hrydgard/libretro-d3d11-buildfix
libretro/D3D11: Attempt at fixing a build error
2023-08-15 01:31:03 +02:00
GABO1423 8cfe46eed0 (UWP) Remove Win32/x86 Support 2023-08-14 18:57:31 -04:00
Henrik Rydgård 5959481a3e libretro D3D11: Attempt at fixing a build error 2023-08-15 00:30:36 +02:00
Henrik RydgårdandGitHub b9b7342ffd Merge pull request #17350 from basharast/master
UWP Improvements
2023-08-14 15:54:04 +02:00
Henrik RydgårdandGitHub 3b07117d19 Merge pull request #17908 from hrydgard/remove-support-android-x86-32
Android: Remove support for 32-bit x86 builds
2023-08-14 15:48:29 +02:00
Henrik Rydgård a099a8d32c Remove the CI build too, duh 2023-08-14 13:59:49 +02:00
Henrik Rydgård ef28920179 Android: Remove support for 32-bit x86 builds 2023-08-14 13:47:55 +02:00
Henrik RydgårdandGitHub e506ca25f8 Merge pull request #17903 from hrydgard/present-types-refactor
Present modes refactor
2023-08-14 13:12:09 +02:00