libretroadmin
640ce45325
Change SOUND_CLOCK_TICKS to 280896 cycles - ~1074 samples per frame
2023-02-27 00:14:05 +01:00
LibretroAdmin
7e30b03889
Merge pull request #109 from negativeExponent/silence_bios_sign_compare_warnings
...
HLE: Fix sign-compare warnings
2022-10-07 10:59:16 +02:00
LibretroAdmin
09bb3c3acf
Remove fallthrough - breaks Clang on Mac/iOS
2022-10-07 10:58:00 +02:00
LibretroAdmin
655cfb929d
Merge pull request #111 from negativeExponent/fix_warnings
...
Fix warnings and more cleanups
2022-10-07 10:57:48 +02:00
negativeExponent
e2f3a64143
Cleanup more libretro-specific branches
2022-10-07 15:28:31 +08:00
negativeExponent
1c95df1212
Simplify save state handling
...
- size and version parameters are unused in the libretro implementation,
so remove them
2022-10-07 14:46:29 +08:00
negativeExponent
3158b73d69
Wrap functions unused by LIBRETRO
2022-10-07 14:21:29 +08:00
LibretroAdmin
62671753a9
Merge pull request #108 from negativeExponent/fix_implicit-fallthrough
...
Fix implicit fallthrough and other warnings
2022-10-07 08:21:19 +02:00
LibretroAdmin
cb3fc44789
Merge pull request #110 from negativeExponent/fix_missing_field_initializers
...
Fix missing-field-initializer warnings
2022-10-07 08:20:51 +02:00
negativeExponent
ac2a56be7f
Silence other warnings
2022-10-07 13:41:06 +08:00
negativeExponent
ba2513b511
Fix missing break statements
2022-10-07 13:23:02 +08:00
negativeExponent
0594fa2a2c
Silence implicit-fallthrough warnings
...
Used [[fallthrough]]; to mark affected areas. Such keyword should be
available since C++11
2022-10-07 13:21:49 +08:00
negativeExponent
9864dc2853
Fix missing-field-initializer warnings
2022-10-07 12:52:29 +08:00
negativeExponent
12f39b86b1
HLE: Fix sign-compare warnings
2022-10-07 12:34:32 +08:00
LibretroAdmin
7c25d64d69
Merge pull request #106 from ds22x/master
...
Update to core options v2 interface
2022-09-28 00:02:59 +02:00
ds22x
67e7cfc200
Update to core options v2 interface
2022-09-17 17:37:51 +02:00
Autechre
254f6effeb
Merge pull request #105 from negativeExponent/flash_erase_ff
...
Flash : Erased memory is FFh-filled
2021-07-04 19:36:43 +02:00
negativeExponent
983ea451d0
Flash : Erased memory is FFh-filled
...
https://akkit.org/info/gbatek.htm#gbacartbackupflashrom
2021-07-05 00:02:02 +08:00
Autechre
eb6c434e29
Merge pull request #104 from negativeExponent/libretro
...
update
2021-05-28 01:56:31 +02:00
negativeExponent
c05056ab91
HuC3: Update
...
- Minor refactoring, some variable name and type changes
- Remove unnecessary checks in clock latch
- Fix stuck in whitescreen after Hudson startup logo
- Fix Gamepak error message at initial load of game without prior rtc
data available to load
- Save the bare-minimum variable needed for rtc (saves only
Basetime/lastTime)
2021-05-27 13:56:21 +08:00
Autechre
6dca6fe8df
Merge pull request #103 from negativeExponent/huc3
...
HuC3: Refactoring to avoid breaking savestates
2021-05-25 06:36:40 +02:00
negativeExponent
93084990b2
HuC3: Refactoring to avoid breaking savestates
...
Savestates are broken due to the change in savestate struct size for
HuC3. Since save/load function also includes save data for other
non-active mappers, the change in size breaks every savesfiles being
made.
This PR refactors the HuC3 clock data struct to be separate from the
main struct, and then only added to save/load functions when HuC3 mapper
is used. This still breaks previous HuC3 states but other mappers should
now not get affected
Solution:
Savestate/LoadState should only include mapper data of current active
running rom, not all mappers even if they are inactive. This will break
every savefile but it would be better for the long run when changes are
neede to be done.
2021-05-25 12:14:33 +08:00
Autechre
5187d70e30
Merge pull request #102 from negativeExponent/huc3
...
HuC3 Enable save support and update RTC
2021-05-25 05:30:51 +02:00
negativeExponent
ab7f7baab0
Libretro: Only enable RTC save if gbRTCPresent=1
2021-05-25 09:52:44 +08:00
negativeExponent
05a046e7ed
HuC3: Enable battery save, update RTC support
...
- SRAM support is already available, but the battery-enabled flag was
not enable for 0xFE (HuC3) rom types.
- Hookup rtc support based on local time. This would allow time to sync
when starting the game. You need to initially set the time first
though on first bootup (RTC support was based on gambatte sources)
Fix https://github.com/libretro/vbam-libretro/issues/95
2021-05-25 09:46:31 +08:00
Autechre
685a495d5c
Merge pull request #101 from negativeExponent/patch-1
...
android: Fix build
2021-05-23 03:16:04 +02:00
negativeExponent
fcc8b273c3
android: Fix build
2021-05-23 08:58:43 +08:00
Autechre
501909c57b
Merge pull request #99 from negativeExponent/libretro_updates
...
update
2021-05-22 05:15:30 +02:00
negativeExponent
bdb65596ce
Libretro: Remove serial emulation workaround
...
These are not needed anymore due to previous 2 commits.
2021-05-22 08:29:16 +08:00
negativeExponent
70477dcd9b
GBA:Fix serial emulation if compiled with NO_LINK
2021-05-22 08:26:19 +08:00
negativeExponent
15bcad1351
GB:Fix serial emulation when compiled with NO_LINK
...
Fix https://github.com/libretro/vbam-libretro/issues/83
2021-05-22 08:17:11 +08:00
Autechre
e38b4c40c9
Merge pull request #98 from negativeExponent/libretro_updates
...
Libretro updates
2021-05-21 18:39:52 +02:00
negativeExponent
a9f35645b7
DMA:Linger last DMA on bus (Backport 511e58c849
)
2021-05-21 17:37:58 +08:00
negativeExponent
025f3079b1
GBA:Fix a few memory read/write issues
...
- Affects both aligned and unaligned in unsigned 8/16/32 and signed 16
reads/writes
- Rom out-of-bounds reads
- SRAM r/w access
- etc
2021-05-21 14:54:54 +08:00
negativeExponent
4e5b61f220
Backport fix e560db692f
2021-05-21 12:49:47 +08:00
negativeExponent
19aae231c0
Wrap these with #ifdef BKPT_SUPPORT
2021-05-20 15:06:50 +08:00
negativeExponent
21c08e9d9f
Cleanup unused variables
2021-05-20 15:01:40 +08:00
negativeExponent
11bd3e0eee
Silence warning [-Wsign-compare]
2021-05-20 14:46:26 +08:00
negativeExponent
6afbc9a09c
Remove unused files and folders
2021-05-20 14:46:26 +08:00
negativeExponent
25fefc1b3d
Implement libretro input bitmask
2021-05-20 14:12:08 +08:00
Autechre
109573dea6
Merge pull request #97 from ds22x/master
...
Add descriptions for the 'Interframe Blending' and 'LCD Color Filter' options
2021-03-16 02:09:53 +01:00
ds22x
210e79bb74
Add descriptions for the 'Interframe Blending' and 'LCD Color Filter' options
2021-03-16 00:17:19 +01:00
twinaphex
f355646fb8
Add ios-arm64/tvos-arm64
2021-03-14 11:50:23 +01:00
twinaphex
c13de4518c
(macOS) Add 64bit ARM MacOS support
2021-01-29 19:25:53 +01:00
Autechre
1f99ed712d
Update .gitlab-ci.yml
2021-01-09 19:13:49 +01:00
Autechre
ab9f756bf8
Update .gitlab-ci.yml
2021-01-02 01:28:36 +01:00
twinaphex
331ba35aeb
Update
2020-12-20 19:35:08 +01:00
twinaphex
2cdd1fafb6
Update osx target
2020-12-09 08:20:42 +01:00
Autechre
e6da5ee86c
Update .gitlab-ci.yml
2020-12-09 04:42:55 +01:00
Autechre
960e8d4bc0
Merge pull request #93 from webgeek1234/master
...
libretro: Update gitlab ci extends ordering
2020-12-04 18:35:18 +01:00