Libretro Updater
|
be2c3529c7
|
Update libretro branch to v1.0.2
|
2025-08-01 10:44:58 +00:00 |
Lior Halphon
|
20e5e18122
|
Update version to v1.0.2
|
2025-08-01 00:49:49 +03:00 |
Lior Halphon
|
b948a1f3fd
|
Fix Solarium beta 4 regressions
|
2025-08-01 00:49:41 +03:00 |
Lior Halphon
|
8215c03d62
|
Update assets.car, screw this format
|
2025-07-29 22:49:27 +03:00 |
Lior Halphon
|
8b2af8adf1
|
Replace non-car iOS icons with the correct versions
|
2025-07-27 19:09:35 +03:00 |
Lior Halphon
|
00f772b29d
|
Merge branch 'master' of github.com:LIJI32/SameBoy
|
2025-07-27 13:23:58 +03:00 |
Lior Halphon
|
4107198548
|
Merge pull request #715 from MaddTheSane/patch-2
Update GBViewController.m
|
2025-07-27 12:26:34 +03:00 |
C.W. Betts
|
e997ce0ce7
|
Update GBViewController.m
-[GBViewController didRotateFromInterfaceOrientation:] seems to want [super ...] called to it.
|
2025-07-26 23:14:45 -06:00 |
Lior Halphon
|
58c946f249
|
Fix accelerometer auto-rotating on iOS 16 and newer
|
2025-07-27 03:10:17 +03:00 |
Lior Halphon
|
0b57886491
|
Add an icon to hotswap
|
2025-07-23 23:42:34 +03:00 |
Lior Halphon
|
2db60c2b3f
|
Add the missing camera entitlement even on unnotarized releases that don't use the hardened runtime
|
2025-07-23 23:42:19 +03:00 |
Lior Halphon
|
f54bfae01f
|
Make headers a target
|
2025-07-23 00:18:51 +03:00 |
Lior Halphon
|
c40221abb6
|
Allow using the DISABLE_* flags when building specific subsets of the lib target
|
2025-07-22 23:32:00 +03:00 |
Lior Halphon
|
eb38034b76
|
Ask for confirmation before reset
|
2025-07-22 00:10:19 +03:00 |
Lior Halphon
|
c6a968ed74
|
Make sure to display an alert if saving a state failed
|
2025-07-22 00:03:37 +03:00 |
Lior Halphon
|
e69f6b8579
|
Bug fix: GB_save_state always returned success
|
2025-07-21 23:53:54 +03:00 |
Lior Halphon
|
cfbc7b481a
|
An attempt to mitigate #703, don't reload the ROM or save states if not required; don't assume a new ROM if state failed to load
|
2025-07-21 23:45:06 +03:00 |
Lior Halphon
|
1dfcdffa71
|
Properly handled Inbox and Boot ROMs in GBROMManager
|
2025-07-20 22:44:09 +03:00 |
Lior Halphon
|
5b983bc7ad
|
Minor optimization
|
2025-07-20 21:58:36 +03:00 |
Lior Halphon
|
634b90e4fc
|
Fix rounding errors in calls to band_limited_update, tweak BL synth parameters. Should greatly improve audio quality, fixes #713
|
2025-07-18 13:53:02 +03:00 |
Lior Halphon
|
b31cca77be
|
Use a sinc filter
|
2025-07-18 13:32:25 +03:00 |
Lior Halphon
|
5b17b41e07
|
Escape translocation on launch so we can update ourselves.
|
2025-07-12 04:16:31 +03:00 |
Lior Halphon
|
239e0462c3
|
Use proper hooks
|
2025-07-12 01:25:40 +03:00 |
Lior Halphon
|
8505f00cdf
|
Fix BL-synth master wave generation, that wasn't a square step... affects #713
|
2025-07-12 01:17:47 +03:00 |
Lior Halphon
|
08d58aa992
|
Fix a bug where controller-triggered rewind doesn't resume after reaching the buffer end
|
2025-07-11 23:14:03 +03:00 |
Lior Halphon
|
8cce6f7b13
|
Another macOS Regressionville™ bugfix
|
2025-07-11 18:19:19 +03:00 |
Lior Halphon
|
ec8baa6329
|
Allow specifying a custom ibtool path
|
2025-07-11 18:03:36 +03:00 |
Lior Halphon
|
9bd84978cf
|
Work around more Solarium bugs
|
2025-07-11 17:59:32 +03:00 |
Lior Halphon
|
aa0fe30d5c
|
Don't update the icon after an update on macOS 26, it's broken
|
2025-07-11 17:59:13 +03:00 |
Lior Halphon
|
6d6aafe887
|
Fix scrolling view in newer macOS versions
|
2025-07-11 14:46:16 +03:00 |
Lior Halphon
|
003e8914b1
|
Merge pull request #711 from MaddTheSane/patch-2
Update GBViewController.m
|
2025-07-08 00:06:08 +03:00 |
Lior Halphon
|
d7e1672ae7
|
Always define typeof to __typeof__, unless targeting C23. Fixes #710
|
2025-07-08 00:04:07 +03:00 |
C.W. Betts
|
1157ff0f36
|
Update GBViewController.m
Use CGDataProviderCreateWithCFData instead of CGDataProviderCreateWithData.
|
2025-07-07 13:52:02 -06:00 |
Lior Halphon
|
bdd4522ca9
|
Migrate the Windows build from GNUWin to Git Bash and ezwinports's Make
|
2025-07-07 22:34:45 +03:00 |
Lior Halphon
|
4abb5f3539
|
Fix AGB mixing – the bias should only be applied if the channel is connected to a terminal
|
2025-07-05 16:37:48 +03:00 |
Lior Halphon
|
aff7f1706c
|
Add turbo cap options to the core and frontends, improve frame skipping, replace iOS' turbo speed option with the new turbo cap. Addresses #708.
|
2025-07-04 14:41:34 +03:00 |
Lior Halphon
|
33d237706e
|
Merge pull request #709 from joshrad-dev/master
Add ability to save to photos on iOS
|
2025-06-29 23:05:20 +03:00 |
Lior Halphon
|
a39efd31cf
|
Change the default macOS palette to be the same as the other frontends
|
2025-06-29 22:42:45 +03:00 |
Lior Halphon
|
69bb4c3e95
|
Fix various iPadOS bugs
|
2025-06-29 20:17:05 +03:00 |
Lior Halphon
|
ae2d68aaf3
|
iPad menu support
|
2025-06-29 18:48:47 +03:00 |
Lior Halphon
|
e381ebd1ea
|
Refine the tip animation
|
2025-06-28 21:29:26 +03:00 |
Lior Halphon
|
34c29b052e
|
UI fixes in the cheats screen
|
2025-06-28 20:55:30 +03:00 |
Lior Halphon
|
4ebb108ae1
|
Fix it harder, remove UIGlassEffect as it's still very buggy
|
2025-06-28 15:58:39 +03:00 |
Lior Halphon
|
d1da91da7c
|
Fix tip rotation
|
2025-06-28 15:46:02 +03:00 |
Lior Halphon
|
490d63b26f
|
Fix build break
|
2025-06-28 15:44:16 +03:00 |
Lior Halphon
|
be63d7eaa3
|
Revert this hack, broken on iPhones. Maybe Apple will fix this regression eventually (lulz no)
|
2025-06-28 15:13:05 +03:00 |
Lior Halphon
|
15588a065f
|
Fixed a bug where ROMs were moved instead of copied and vice versa, fixes #701
|
2025-06-28 15:04:14 +03:00 |
Lior Halphon
|
d52a50353d
|
Update the tips visuals
|
2025-06-28 14:40:42 +03:00 |
Lior Halphon
|
5d70f93920
|
Very basic iPad menu support
|
2025-06-28 13:58:43 +03:00 |
Lior Halphon
|
f3cbc1990e
|
Allow building on older SDKs
|
2025-06-28 13:06:38 +03:00 |