Commit Graph

2390 Commits

Author SHA1 Message Date
Libretro Updater d3b91aa3d3 Update libretro branch to v0.16.7 2024-10-04 12:22:26 +00:00
Lior Halphon f94e60770b Fix zip selection 2024-09-16 23:44:33 +03:00
Lior Halphon b6ba71cf8e Add missing Info.plist item 2024-09-15 22:22:29 +03:00
Lior Halphon feee87e3be Update version to 0.16.7 2024-09-15 22:14:44 +03:00
Lior Halphon f3815ab9df Fix iOS build 2024-09-15 22:02:22 +03:00
Lior Halphon 325b5ec469 Switch to a pre-built Assets.car file iOS icons, add dark and tinted (iOS 18) icons
# Conflicts:
#	iOS/Info.plist
2024-09-15 22:02:16 +03:00
Lior Halphon c80d9190a6 Add flat CRT shader 2024-09-15 22:00:23 +03:00
Lior Halphon 41c0086c00 Move HomeBrew Hub to a tab bar
# Conflicts:
#	iOS/GBMenuViewController.m
2024-09-15 13:54:40 +03:00
Lior Halphon 8826d05773 Game Genie has a space
# Conflicts:
#	Cocoa/Document.xib
2024-09-15 13:53:06 +03:00
Lior Halphon 4be1aad733 More workarounds for the UTI bugs 2024-09-15 13:51:16 +03:00
Lior Halphon d5e2b67bf9 Allow deleting ROMs from the context menu in the iOS version 2024-09-15 13:51:16 +03:00
Lior Halphon f0bcbddf26 Add ZIP import support to the iOS version 2024-09-15 13:51:16 +03:00
Lior Halphon a940ce8cfc Fix an issue that could make the logo incorrectly positioned on a potential new iPhone model 2024-09-15 13:51:16 +03:00
Lior Halphon dc65d1adf4 Correctly list removed breakpoints/watchpoints 2024-09-15 13:51:16 +03:00
Lior Halphon d5489e8be7 CoreHaptics is trash. 2024-09-15 13:51:16 +03:00
Lior Halphon aafb359652 Fix the comparison operators having the wrong priority 2024-09-15 13:51:16 +03:00
Lior Halphon b6ffaab3d3 Cherrypick libretro/SameBoy#91 2024-09-15 13:51:16 +03:00
Lior Halphon a6572902d7 Merge pull request #433 2024-09-15 13:51:16 +03:00
Lior Halphon db5797f31e Fix conflicts between controller-triggered run modes and swipe-triggered run-mode. Fixes #640 2024-09-15 13:51:16 +03:00
Lior Halphon a82cb98bf5 Merge pull request #642 from logicalmoody/master 2024-09-15 13:51:16 +03:00
Lior Halphon a431f63730 Permanent workaround for an SDK/Clang/ld bug – fixes compatibility with 10.9 and 10.10 when linking against 14.x SDKs 2024-09-15 13:51:16 +03:00
Lior Halphon aebf77c0a2 Merge pull request #638 from Rangi42/bootroms
Update bootrom code with the latest hardware.inc
2024-09-15 13:51:16 +03:00
Lior Halphon f3b2438011 Merge pull request #631 from laamaa/bugfix/wayland_crash_on_exit
call SDL_Quit() on exit to prevent a crash on app exit with linux/wayland
2024-09-15 13:51:16 +03:00
Lior Halphon b5cd06a41e Update version to 0.16.6 2024-06-13 22:47:39 +03:00
Lior Halphon d55426afa0 Fix a bug where haptics randomly stop working 2024-06-13 22:46:56 +03:00
Lior Halphon d1b4af5e76 Catch exceptions when parsing HH JSONs, just in case 2024-06-12 13:48:09 +03:00
Lior Halphon eebdbbfd5b Properly fix the camera threading bugs 2024-06-12 13:35:35 +03:00
Lior Halphon 60ff8577bb Allow user-provided boot ROMs in iOS 2024-06-11 17:48:59 +03:00
Lior Halphon a3128d89c0 Support for a distinct CGB-E boot ROM, internal support for an distinct AGB-0 boot ROM 2024-06-09 22:49:49 +03:00
Lior Halphon 2018f0ee01 Improved dpad controls 2024-06-09 18:28:10 +03:00
Lior Halphon 76c93254ed Disable screen dimming while emulation is running 2024-06-09 18:10:01 +03:00
Lior Halphon e578843745 Merge branch 'master' of github.com:LIJI32/SameBoy 2024-06-09 17:58:34 +03:00
Lior Halphon 8600f96fa2 Fix a race condition with camera emulation 2024-06-09 17:58:28 +03:00
Lior Halphon cb7cc44b7b
Merge pull request #635 from ISSOtm/rgblink-x
Use `rgblink -x` instead of `dd`
2024-06-09 17:47:12 +03:00
ISSOtm 2c5455e35d Use `rgblink -x` instead of `dd`
This saves a few build steps and intermediate files
2024-06-09 16:36:13 +02:00
Lior Halphon 0b77662504 Fix compatibility issues when linking against Sonoma's SDK. Fixes #633 2024-06-09 15:27:28 +03:00
Lior Halphon b2d1086e2e Make the console window not always on top 2024-06-08 20:34:26 +03:00
Lior Halphon 93cc19b3b9 Homebrew Hub integration in iOS 2024-06-08 18:55:33 +03:00
Lior Halphon 0bc0618a6a Add an option to view the Library in Files 2024-06-04 00:30:34 +03:00
Lior Halphon 322f3c7013 More accurate emulation of the previous quirk 2024-06-03 22:04:17 +03:00
Lior Halphon 5be5bc4709 Emulate a new APU glitch, tweak another. Fixes #617 (Telefang sample audio being broken on CGB-D and CGB-E) 2024-06-03 00:19:26 +03:00
Lior Halphon b1fec62564 Fix a potential crash upon pausing in iOS and macOS 2024-05-31 20:41:00 +03:00
Lior Halphon 2bf8feb299 Fix a bug causing newly imported ROMs to sometime incorrectly prefer SGB over CGB 2024-05-27 23:06:16 +03:00
Lior Halphon e5e9cf145a Fix temporary audio distortions affecting some Macs and iOS devices 2024-05-27 23:02:54 +03:00
Lior Halphon 5408fe8dd2 Update version to 0.16.5 2024-05-25 21:28:38 +03:00
Lior Halphon eba7e2dde9 Typo fix 2024-05-25 21:23:59 +03:00
Lior Halphon 1d613adac2 Windows being Windows 2024-05-25 21:18:24 +03:00
Lior Halphon ebf4d1d0ee Do not autohide debugger windows, give them all the ROM filename in the title. Closes #620 2024-05-25 20:56:20 +03:00
Lior Halphon 6c613d3b0c Update info.plist from the App Store version 2024-05-25 18:20:16 +03:00
Lior Halphon 302eaf6eca Migrate changes from the App Store version 2024-05-25 18:15:14 +03:00