This project is mirrored from https://*****@github.com/libretro/vbam-libretro.git.
Pull mirroring updated .
- 07 Oct, 2022 13 commits
-
-
LibretroAdmin authored
HLE: Fix sign-compare warnings
-
LibretroAdmin authored
-
LibretroAdmin authored
Fix warnings and more cleanups
-
negativeExponent authored
-
negativeExponent authored
- size and version parameters are unused in the libretro implementation, so remove them
-
negativeExponent authored
-
LibretroAdmin authored
Fix implicit fallthrough and other warnings
-
LibretroAdmin authored
Fix missing-field-initializer warnings
-
negativeExponent authored
-
negativeExponent authored
-
negativeExponent authored
Used [[fallthrough]]; to mark affected areas. Such keyword should be available since C++11
-
negativeExponent authored
-
negativeExponent authored
-
- 27 Sep, 2022 1 commit
-
-
LibretroAdmin authored
Update to core options v2 interface
-
- 17 Sep, 2022 1 commit
-
-
ds22x authored
-
- 04 Jul, 2021 2 commits
-
-
Libretro-Admin authored
Flash : Erased memory is FFh-filled
-
-
- 27 May, 2021 2 commits
-
-
Libretro-Admin authored
update
-
negativeExponent authored
- 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)
-
- 25 May, 2021 5 commits
-
-
Libretro-Admin authored
HuC3: Refactoring to avoid breaking savestates
-
negativeExponent authored
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.
-
Libretro-Admin authored
HuC3 Enable save support and update RTC
-
negativeExponent authored
-
negativeExponent authored
- 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
-
- 23 May, 2021 2 commits
-
-
Libretro-Admin authored
android: Fix build
-
negativeExponent authored
-
- 22 May, 2021 4 commits
-
-
Libretro-Admin authored
update
-
negativeExponent authored
These are not needed anymore due to previous 2 commits.
-
negativeExponent authored
-
-
- 21 May, 2021 4 commits
-
-
Libretro-Admin authored
Libretro updates
-
negativeExponent authored
DMA:Linger last DMA on bus (Backport https://github.com/libretro/vba-next/commit/511e58c8490d9df6706af767812427e811906739)
-
negativeExponent authored
- 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
-
- 20 May, 2021 5 commits
-
-
negativeExponent authored
-
negativeExponent authored
-
negativeExponent authored
-
negativeExponent authored
-
negativeExponent authored
-
- 16 Mar, 2021 1 commit
-
-
Libretro-Admin authored
Add descriptions for the 'Interframe Blending' and 'LCD Color Filter' options
-