Commit Graph

  • 5c23305e09 libretro: Remove static keyword from clamp() Rob Loach 2024-05-23 13:14:23 -04:00
  • 41d2e4a40f libretro: Replace std::clamp() with clamp() Rob Loach 2024-05-23 12:51:20 -04:00
  • 9a93a478d1 Fix smooth switching from Vulkan to GL Henrik Rydgård 2024-05-23 14:37:12 +02:00
  • 740219a65b Plumb the restart event into AppDelegate Henrik Rydgård 2024-05-23 14:16:07 +02:00
  • aa3256f4e8 Turn off the Vulkan thread when switching away from the app. Henrik Rydgård 2024-05-23 12:52:16 +02:00
  • b66f7ea909 Vulkan on iOS: Hook up remaining functionality Henrik Rydgård 2024-05-22 21:36:55 +02:00
  • 5f79046e01 Get Vulkan rendering on iOS (still, need to hook up input etc) Henrik Rydgård 2024-05-22 15:47:04 +02:00
  • 09e2c78a33 Add ViewControllerMetal placeholders Henrik Rydgård 2024-05-22 13:56:53 +02:00
  • 946881dcf1 Minor cleanup (remove redundant stuff from the storyboard) Henrik Rydgård 2024-05-21 13:11:09 +02:00
  • 47f12dfeec Make linking to MoltenVK work Henrik Rydgård 2024-05-21 10:41:04 +02:00
  • 41f8670d2a Add MoltenVK.xcframework as a submodule Henrik Rydgård 2024-05-20 23:13:58 +02:00
  • 26ab2b77d7 Merge pull request #19175 from hrydgard/vulkan-init-simplification Henrik Rydgård 2024-05-23 09:40:28 +02:00
  • fea6727ffd Add a convenience method to VulkanContext to reduce code duplication Henrik Rydgård 2024-05-23 02:13:54 +02:00
  • b6ce56dec0 Merge pull request #19173 from hrydgard/ir-interpreter-prefix-check Henrik Rydgård 2024-05-23 00:19:44 +02:00
  • 5e3abe3def IRInterpreter compiler: Reject all vec2ops where the prefix is unknown Henrik Rydgård 2024-05-22 23:19:14 +02:00
  • dc68f406aa Merge pull request #19171 from hrydgard/ios-even-more-viewcontroller Henrik Rydgård 2024-05-22 16:56:39 +02:00
  • 4726e1f4b3 Remove the last non-interface function on the ViewController Henrik Rydgård 2024-05-22 16:35:27 +02:00
  • 538cc62f16 Remove a redundant function Henrik Rydgård 2024-05-22 16:02:13 +02:00
  • cc37476c79 Add a ViewControllerCommon.h Henrik Rydgård 2024-05-22 15:59:23 +02:00
  • 832b21ad45 Merge pull request #19170 from hrydgard/ios-more-window-refactor Henrik Rydgård 2024-05-22 13:46:21 +02:00
  • 016e90f7a4 Buildfix, cleanup use of long-deprecated stuff. Henrik Rydgård 2024-05-22 13:34:17 +02:00
  • 98e87a78d8 Extract the iCade code to Controls.mm Henrik Rydgård 2024-05-22 12:11:51 +02:00
  • bf8d55c970 Finish extracting the touch tracker from the ViewController Henrik Rydgård 2024-05-22 11:59:26 +02:00
  • 1db11599b4 Move some more code Henrik Rydgård 2024-05-22 11:36:52 +02:00
  • 75af8c6704 Some C++-ification Henrik Rydgård 2024-05-22 11:24:00 +02:00
  • 82573b4f82 Move controller setup to Controls.mm Henrik Rydgård 2024-05-22 11:18:03 +02:00
  • 04a260bded Move System_LaunchUri to a more appropriate place Henrik Rydgård 2024-05-22 11:17:38 +02:00
  • c34079a908 Hide keyboard on app display Henrik Rydgård 2024-05-22 11:17:01 +02:00
  • 09e89e9d79 Minor cleanup Henrik Rydgård 2024-05-22 10:38:40 +02:00
  • 4f2379a2d3 Remove obsolete code path Henrik Rydgård 2024-05-22 00:24:36 +02:00
  • 1a01e4fd2e Merge pull request #19168 from hrydgard/ios-window-refactor Henrik Rydgård 2024-05-22 00:07:22 +02:00
  • d41a2ad303 Merge pull request #19167 from Kaitul/master Henrik Rydgård 2024-05-21 15:01:21 +02:00
  • 947f0a876e Delegate shouldn't keep the specific ViewController type Henrik Rydgård 2024-05-21 14:57:30 +02:00
  • ceb5c699ca Update zh_TW.ini Kung-chih 2024-05-21 20:54:09 +08:00
  • b1a435840c Renaming and comments Henrik Rydgård 2024-05-21 14:48:28 +02:00
  • 3166eee3f0 iOS ViewController: Move external methods to a protocol Henrik Rydgård 2024-05-21 14:20:42 +02:00
  • 076194eb6f Merge pull request #19165 from hrydgard/ui-crash-fixes Henrik Rydgård 2024-05-21 11:32:38 +02:00
  • 58f7e190c4 Move the category array outside the function Henrik Rydgård 2024-05-21 11:17:34 +02:00
  • 635b4d4acf Fix memory error in control mapping dialog Henrik Rydgård 2024-05-21 11:15:54 +02:00
  • 1129000d8f Add some asserts, small cleanup Henrik Rydgård 2024-05-21 11:08:09 +02:00
  • aecc77f232 Merge pull request #19163 from hrydgard/update-es-la Henrik Rydgård 2024-05-20 21:38:48 +02:00
  • 54affdb4f4 Update es_LA translation (thanks xKinet). Assorted other translation fixes Henrik Rydgård 2024-05-20 21:32:58 +02:00
  • b00b4fb70b Merge pull request #19161 from hrydgard/basic-ios-keyboard Henrik Rydgård 2024-05-20 19:36:28 +02:00
  • 835aa02a28 Add basic soft-keyboard support on iOS Henrik Rydgård 2024-05-20 18:33:35 +02:00
  • e829ac896a Merge pull request #19160 from hrydgard/soft-keyboard-refactor Henrik Rydgård 2024-05-20 19:08:22 +02:00
  • f61baa3b51 Switch UI event notifications (used for soft-keyboard) from strings to enums Henrik Rydgård 2024-05-20 18:25:16 +02:00
  • f0befda912 Merge pull request #19159 from hrydgard/minor-ios-fixes Henrik Rydgård 2024-05-20 16:42:24 +02:00
  • c083e0966a iOS: Add recognizer for swipe-from-left-edge gesture, for Back Henrik Rydgård 2024-05-20 16:22:27 +02:00
  • aa6962df4a iOS swipe gesture recognizer experiment Henrik Rydgård 2024-05-20 16:12:25 +02:00
  • 8756a2100e iOS: Fix threading issue with launch-url Henrik Rydgård 2024-05-20 15:38:04 +02:00
  • 612f879e4a Merge pull request #19158 from hrydgard/screen-dimming-refactor Henrik Rydgård 2024-05-20 15:20:49 +02:00
  • d720224c87 iOS: Switch to the same screen dimming logic as Windows/Android Henrik Rydgård 2024-05-20 14:27:42 +02:00
  • 5042555d7b Make a dedicated system request KEEP_SCREEN_BRIGHT, unify behavior between Windows and Android more Henrik Rydgård 2024-05-20 14:03:54 +02:00
  • ab598f37f6 Merge pull request #19157 from hrydgard/android-fix-blurry-fonts Henrik Rydgård 2024-05-20 11:07:56 +02:00
  • 4933deb94f Merge pull request #19156 from hrydgard/ios-build-script Henrik Rydgård 2024-05-20 11:07:45 +02:00
  • 744e3db73c Workaround for blurry text when high contrast text is enabled in Android Accessibility Henrik Rydgård 2024-05-20 10:44:36 +02:00
  • 1ca5bc9d86 Partially revert previous commit Henrik Rydgård 2024-05-16 09:55:43 +03:00
  • f1e40987cb Update URIs for iOS Henrik Rydgård 2024-05-15 07:47:16 +02:00
  • fb8f8ca52f SDL: Allow --xres and --yres to work even if a config file exists Henrik Rydgård 2024-05-10 21:23:32 +02:00
  • 1ff7710854 Folder/file browser tweaks Henrik Rydgård 2024-05-10 10:39:58 +02:00
  • dd6a04a525 iOS: Default to 2x internal resolution, slight build script improvements Henrik Rydgård 2024-05-10 10:12:14 +02:00
  • b8248c51cc Update icons Henrik Rydgård 2024-05-08 09:45:55 +02:00
  • 27f9bd0919 Create a .xcassets folder for the icons, link it properly Henrik Rydgård 2024-05-07 21:48:56 +02:00
  • b1f6647fa6 Add "Buy gold" URI for iOS Henrik Rydgård 2024-05-07 19:28:56 +02:00
  • c8a4961f95 Add 1024x1024 icons (as now required for iOS apps...) Henrik Rydgård 2024-05-07 16:10:27 +02:00
  • ac058261fe iOS: Remove use of a non-public vibration API in app store builds Henrik Rydgård 2024-05-07 12:41:21 +02:00
  • 16dffaa92d Add a little perl script to try to convert version numbers to Apple-compatible format. Henrik Rydgård 2024-05-07 11:44:03 +02:00
  • 9da5ab726d Disable copying MoltenVK into the iOS app for now (need a different approach for app store) Henrik Rydgård 2024-05-07 10:44:04 +02:00
  • 3af181d35d Hide the nickname picker on iOS (until we have keyboard support) Henrik Rydgård 2024-05-06 23:45:52 +02:00
  • ca7f781ae8 Rename ExportFree.plist to Export.plist Henrik Rydgård 2024-05-06 12:24:26 +02:00
  • fc554050fd Fix updating the version in the plist, various cleanup Henrik Rydgård 2024-05-06 12:11:54 +02:00
  • 90f7a90aa8 More build work Henrik Rydgård 2024-05-06 11:44:43 +02:00
  • 2df7a24748 Messy hackery, we now seem to be able to export Henrik Rydgård 2024-05-05 19:15:50 +02:00
  • aa94867128 Warning fixes Henrik Rydgård 2024-05-05 16:48:33 +02:00
  • 640eb1f799 Limit file browsing in app store builds Henrik Rydgård 2024-05-05 14:13:10 +02:00
  • 6270d24c70 iOS: Don't generate more than one xcode "xcheme" for the app store builds Henrik Rydgård 2024-05-04 17:38:02 +02:00
  • 6295631aca Add a hack to fix the first-try builds in XCode Henrik Rydgård 2024-05-04 17:30:59 +02:00
  • fe91f246b2 Bump a few minimum-cmake-version statements Henrik Rydgård 2024-05-04 10:53:51 +02:00
  • a2a150a95e More work on iOS Gold version Henrik Rydgård 2024-05-03 23:39:20 +02:00
  • dbf1f9db9b Remove the Exit button on app store builds (review guidelines) Henrik Rydgård 2024-05-03 09:37:35 +02:00
  • 3011a5222a Pass in team ID, start of gold prep Henrik Rydgård 2024-05-03 00:20:12 +02:00
  • f6f45dda0a Disable the JIT hackery in app store builds Henrik Rydgård 2024-05-02 20:41:56 +02:00
  • 1f13eaa874 Add gold icon files for iOS Henrik Rydgård 2024-05-03 22:20:50 +02:00
  • f5b6836bf9 Initial work on app store support Henrik Rydgård 2024-05-02 20:34:17 +02:00
  • 45f094569a CMake: Add IOS_APP_STORE build option, which will enable required restrictions. Henrik Rydgård 2024-05-02 17:15:23 +02:00
  • 830f3a5fe6 Merge pull request #19155 from hrydgard/new-kurdish-translation Henrik Rydgård 2024-05-20 10:03:51 +02:00
  • dea9d365b9 Merge pull request #19154 from hrydgard/update-tr-translation Henrik Rydgård 2024-05-20 10:03:40 +02:00
  • fa8c8b542d Remove some obsolete translation lines Henrik Rydgård 2024-05-20 10:03:16 +02:00
  • 97e1a23d22 Add ku_SO translation (contributed by M. Omer) Henrik Rydgård 2024-05-20 09:49:30 +02:00
  • b25a99653c Update tr_TR.ini with some new untranslated lines Henrik Rydgård 2024-05-20 09:46:24 +02:00
  • 8d63f88fa1 Update tr_TR translation Henrik Rydgård 2024-05-20 09:44:01 +02:00
  • 4899347997 Merge pull request #19153 from warmenhoven/warmenhoven/pr/libretro-cpu-speed Henrik Rydgård 2024-05-20 09:40:33 +02:00
  • f1e25742b7 libretro: Add more options for locked cpu speed Eric Warmenhoven 2024-05-19 18:22:15 -04:00
  • dbcac0e48c Merge pull request #19142 from hrydgard/fix-shortcut-launch Henrik Rydgård 2024-05-14 17:30:18 +02:00
  • dadc37cb9b EmuScreen: If a requested-to-boot game is already running, ignore the request. Henrik Rydgård 2024-05-14 00:04:40 +02:00
  • ecdc7940f4 Android: Fix issue where shortcuts wouldn't override the currently running game. Henrik Rydgård 2024-05-14 00:02:59 +02:00
  • 8fdb6e16b1 Merge pull request #19139 from hrydgard/android-upgrade-sdk Henrik Rydgård 2024-05-13 16:29:14 +02:00
  • ec5eff6aa2 Android: implement loading icons for shortcuts - but only works if PPSSPP is running in the background. Henrik Rydgård 2024-05-13 15:34:02 +02:00
  • bc378fd0d6 Android: Compile using the newest SDK, update targetVersion to 34 Henrik Rydgård 2024-05-13 01:58:22 +02:00
  • 9ab775fde1 Merge pull request #19138 from hrydgard/shortcut-icons-windows Henrik Rydgård 2024-05-13 13:42:25 +02:00