Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgård a7a4853d34 Add a couple more changes to the README 2023-04-30 01:13:40 +02:00
Unknown W. Brackets 1045088ea1 README: Minor cleanup to 1.15 notes. 2023-04-30 01:13:40 +02:00
Henrik Rydgård af9c16ddab Update README.md for 1.15 2023-04-30 01:13:40 +02:00
Unknown W. Brackets 25668fe4d2 Merge pull request #17358 from hrydgard/fix-xperia-play
Don't use the cpu_features library on Android arm32.
2023-04-29 15:18:29 -07:00
Henrik Rydgård e0a67c7703 Don't use the cpu_features library on Android arm32.
Unbreaks Xperia Play, yay.

Also bumps the compile tools version in the gradle, unrelated but
doesn't hurt.
2023-04-29 23:54:47 +02:00
Unknown W. Brackets 19b15de2d5 UI: Add a very simplistic search to game browser.
For now, no real UI (which might include a search icon, no matches
message, banner that you're searching, etc.)  Press Ctrl-F to filter.
2023-04-29 11:45:30 -07:00
Unknown W. Brackets ce0324b611 UI: Correct grid view V_GONE handling. 2023-04-29 11:44:55 -07:00
Unknown W. Brackets 07d2b77c2a Debugger: Add a simple way to exclude from hashmap.
Sometimes funcs have common patterns, this is a quick way to avoid
poisoning the hashmap.
2023-04-29 10:59:32 -07:00
Unknown W. Brackets bab2461a48 Windows: Use cpu_features on arm64.
It's now supported.
2023-04-29 10:59:32 -07:00
Unknown W. Brackets ac40721a64 riscv: Use cpu_features for V detection. 2023-04-29 10:07:50 -07:00
Unknown W. Brackets 5b1235537f Debugger: Make disasm more thread safe. 2023-04-29 09:56:17 -07:00
Unknown W. Brackets 6da10463f9 Debugger: Make reg names safer, stop using v000.
Better to use S000, etc. as that's more clear throughout.
2023-04-29 09:48:33 -07:00
Unknown W. Brackets 3a21941f0b Debugger: Make disassembly parsing safer. 2023-04-29 09:23:54 -07:00
Unknown W. Brackets 2f3a0ea0b5 Debugger: Simplify expression error handling. 2023-04-29 09:15:14 -07:00
Unknown W. Brackets 46101581c0 Core: Cleanup disasm buffer usage. 2023-04-29 09:07:25 -07:00
Henrik Rydgård 91be4cfeb6 typo fix 2023-04-29 16:15:48 +02:00
Henrik Rydgård 7fb5ba8cd5 Merge pull request #17353 from hrydgard/sdl-old-version-compat
Don't try to use precise mousewheel events on old SDL versions.
2023-04-29 12:55:43 +02:00
Henrik Rydgård 6e318dc8b2 Don't try to use precise mousewheel events on old SDL versions.
Fixes compile-time compatibility with older version of SDL.
2023-04-29 12:34:25 +02:00
Henrik Rydgård e812100530 Merge pull request #17351 from hrydgard/mac-backend-restart
Mac/Linux: Restart app on backend change
2023-04-29 12:29:06 +02:00
Henrik Rydgård 5331c5bf84 Implement auto restart for Linux too. 2023-04-29 11:48:35 +02:00
Henrik Rydgård 048ccc9b79 Mac: Restart the app when changing rendering backend. 2023-04-29 11:38:49 +02:00
Henrik Rydgård c81d996475 Implement the RESTART_APP system request for Mac 2023-04-29 11:38:47 +02:00
Bashar Astifan cb5d18cb03 minor fixes 2023-04-29 07:56:27 +04:00
Henrik Rydgård 2507fcb89b Merge pull request #17349 from hrydgard/memory-safety
Memory safety: Replace many sprintf with snprintf
2023-04-28 22:54:37 +02:00
Henrik Rydgård 7723aebb9b Buildfixes 2023-04-28 21:56:39 +02:00
Bashar Astifan d0b6935592 UWP Improved Support 2023-04-28 23:22:17 +04:00
Henrik Rydgård 6945deec01 Replace a LOT of sprintf with snprintf, and a few strcpy with truncate_cpy 2023-04-28 21:04:05 +02:00
Henrik Rydgård c02634c161 Add some paranoid format string checking in popup slider dialogs 2023-04-28 20:26:08 +02:00
Henrik Rydgård 7698fda7e0 Merge pull request #17346 from hrydgard/more-mac-work
Some more MacOS work
2023-04-28 15:59:34 +02:00
Nemoumbra 12506a3474 Minor bugs (#17344)
* Fixed console acting like it's hidden while it's not

* Trailing whitespace removed
2023-04-28 15:18:01 +02:00
Henrik Rydgård e1d4a19ce1 Add the basics of the Emulation menu to the Mac build 2023-04-28 15:16:57 +02:00
Henrik Rydgård de10c1c1c6 Temporarily remove the VSync setting from the Mac menu (it's not quite working right) 2023-04-28 14:58:05 +02:00
Henrik Rydgård 26758f7934 Set CFBundleExecutable in Info.plist without path 2023-04-28 14:58:05 +02:00
Henrik Rydgård ab37b8dea9 Rename a couple of types to avoid clashes with a Mac header, sigh. 2023-04-28 13:38:16 +02:00
Serena f87bfda8d3 fix open in folder on macOS, avoid spawning the open command to open URLs (#17342)
* fix open in folder on macOS, avoid spawning the open command to open URLs

* fix indent

* goober alert

* no more goober

* fix compiler failing on linux
2023-04-27 13:32:41 +00:00
Henrik Rydgård 4d4881fcde Merge pull request #17340 from hrydgard/mac-translation-work
Mac translation work
2023-04-27 14:03:46 +02:00
Henrik Rydgård 1ba4ca3a09 Assorted Mac menu localization fixes 2023-04-27 13:38:28 +02:00
Henrik Rydgård c19b22d894 Default to OpenGL on Intel Macs for safety 2023-04-27 13:38:17 +02:00
Henrik Rydgård b333e2b306 Merge pull request #17338 from hrydgard/misc-fixes
Some fixes around popup lists and translations
2023-04-27 13:28:36 +02:00
Henrik Rydgård ff2475b37f Add --reldebug to b.sh, useful when valgrinding 2023-04-27 12:06:35 +02:00
Henrik Rydgård 68be93467e Fix some checks around translation. 2023-04-27 12:05:11 +02:00
Henrik Rydgård 67aa951fec PopupMultiChoice: Don't range-check the int-value if being initialized from PopupMultiChoiceDynamic (valgrind) 2023-04-27 11:55:57 +02:00
Henrik Rydgård 26d0128896 Merge pull request #17332 from hrydgard/socom-texcoord-issue
Fix texcoord issue with SOCOM post effect
2023-04-27 08:41:28 +02:00
Henrik Rydgård d43331e2c9 Merge pull request #17337 from Halo-Michael/master
Fix iOS build
2023-04-26 15:10:28 +02:00
Halo-Michael 941a10df4e Fix iOS build 2023-04-26 19:25:48 +08:00
Henrik Rydgård 5fef404946 Merge pull request #17335 from hrydgard/vulkan-fast-forward-mac
Vulkan fastforward: Check the current presentation mode instead of the Vsync setting
2023-04-26 12:31:48 +02:00
Henrik Rydgård 42ce619705 Vulkan fastforward: Check the current presentation mode instead of the Vsync setting.
After 1.15, I'm gonna clean up the presentation mode/vsync management
across the code base. This works around #17308 for now.
2023-04-26 12:02:42 +02:00
Henrik Rydgård 2d2f23bd6c compat.ini: Add Infected to [ForceMax60FPS] 2023-04-26 11:35:26 +02:00
Henrik Rydgård b3264f8eb5 Merge pull request #17334 from hrydgard/open-memstick-directory
Add "Open Memory Stick" to File menu on Mac
2023-04-26 11:02:31 +02:00
Henrik Rydgård 13c857210e Address feedback 2023-04-26 10:39:33 +02:00