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
twinaphex
331ba35aeb
Update
2020-12-20 19:35:08 +01:00
twinaphex
2cdd1fafb6
Update osx target
2020-12-09 08:20:42 +01:00
twinaphex
26e9a6e3d9
(iOS/tvOS) fix building for iOS; add tvOS support
2020-10-10 03:23:59 +02:00
twinaphex
dc9422c479
if not defined, define it
2020-10-08 05:41:56 +02:00
negativeExponent
95213a6d55
GB: Only use mapperLastTime to see if RTC data was loaded
...
- Removing mapperSeconds and mapperLSeconds since both of these can be
zero at any time since they are seconds timer, not seconds since
epoch.
- This leaves only mapperLastTime as this is the number of seconds since
last epoch. If this value is zero, then initialize rtc.
2020-08-18 21:14:21 +08:00
negativeExponent
86fcffefd0
GB: Add support for 4MB MBC30
2020-08-14 19:21:56 +08:00
hizzlekizzle
6b70aa5de5
Merge pull request #90 from negativeExponent/input_updates
...
Move main input polling at the beginning of retro_run()
2020-08-13 08:44:40 -05:00
hizzlekizzle
2f1439c5bd
Merge pull request #89 from negativeExponent/add_color_and_interframe_options
...
Add color and interframe options
2020-08-13 07:59:14 -05:00
negativeExponent
2f9933ae49
GBA BIOS: ArcTan/ArcTan2 fixes for HLE bios
...
Fix ArcTan and ArcTan2 based on mgba's hle bios fixes
- References:
- 14dc01409c (diff-8f06a143a9fd912c83209f935d3aca25)
- b154457857 (diff-8f06a143a9fd912c83209f935d3aca25)
2020-08-12 22:44:43 +08:00
negativeExponent
5d5dc1b39b
Move main input polling at the beginning of retro_run()
...
- This is done so we can poll inputs from one place all at once for all
player ports instead of calling the function multiple times for each player port.
2020-08-12 22:30:22 +08:00
negativeExponent
e58332c03a
Add interframe blending core options
...
- Adds 'smart' and 'motion blur' interframe methods as core options for
both 16bit and 32bit color depths
2020-08-12 10:25:52 +08:00
negativeExponent
54399dffea
Add LCD Color Filter core options
2020-08-12 07:43:21 +08:00
negativeExponent
97637f16d6
Buildfix
2020-08-11 21:22:07 +08:00
negativeExponent
d9732f68db
Fix clock cycle count for MUL, MLA instructions... ( b91f39c787
)
...
- backport Fix clock cycle count for some arm/thumb instructions (5243b2d806
)
- backport Fix base cycle count for MUL, MLA series (b91f39c787
)
2020-08-11 21:17:25 +08:00
negativeExponent
c07d5b658b
Fix vram 16/32 bit unaligned reads(backport 7f18771165
)
2020-08-11 20:29:28 +08:00
negativeExponent
6092082e04
Fix Save Failed error for Super Monkey Ball Jr.
2020-03-11 06:47:25 +08:00
twinaphex
7d88e045a2
(MSVC 2017) Buildfix
2020-01-07 17:57:00 +01:00
hizzlekizzle
2622db116c
Merge pull request #82 from negativeExponent/fix_window
...
Allow game window to resize on-the-fly when enabling/disabling borders
2019-12-02 13:26:45 -06:00
negativeExponent
72d0725bac
Allow game window to resize on-the-fly when enabling/disabling borders
2019-12-02 22:23:07 +08:00
Aaron Kling
a01a2d4dd0
libretro: allow mingw cross compile
2019-08-17 09:17:06 -05:00
negativeExponent
9ccdeac3aa
Add missing break; lines for switch statements
...
- As discussed at #cheats on discord, using the search engine will cause RetroArch to crash as
soon as you click on Start or Restart Cheat Search.
- This PR adds the missing break lines for the switch statements that is causing the core to crash
2019-08-15 15:23:58 +08:00
Rob Loach
a17eb47103
Merge branch 'master' of github.com:fpscan/vbam-libretro into intl
2019-08-14 10:00:20 -04:00
Rob Loach
9b043daadf
libretro: Update core options API
2019-08-14 09:56:39 -04:00
Ömercan Kömür
9e3c26152e
Update libretro_core_options.h
...
option_defs_tr
2019-08-13 11:23:36 +03:00
Ömercan Kömür
6c60ac334b
Turkish Language option
2019-08-13 08:50:56 +03:00
retro-wertz
ad43b32bdd
Fix "index out of bounds" runtime error
2019-08-12 21:56:10 +08:00
retro-wertz
82e723a528
MBC3: Update mapper to check if RTC is present before running RTC functions
2019-08-10 19:01:10 +08:00
retro-wertz
03184dd513
libretro: Use GB RTC data when available
...
- Save GB RTC data using retro_get_memory/size and only init using localtime when its unavailable (check is done in retro_run)
2019-08-10 18:24:32 +08:00
retro-wertz
b3744b3bd5
Simplify GB border core option
2019-08-10 01:06:15 +08:00
retro-wertz
9757a880c7
Core options cleanup and a few readability-related updates
...
changes includes:
- append "options_" to core-related variables
- remove some unnecessary function calls
- change some float data types to double
- set max geometry width/height depending on max values for the system being emulated
- create advanced core options to minimize the number of options shown
- style nits
2019-08-09 22:28:52 +08:00
retro-wertz
496b372d3e
Allow enabling GBA RTC regardless of rom types
...
- Add core option to allow RTC to be enabled regardless of rom. This usuable for rom patches that requires the RTC to be enabled yet the RTC flag is not enabled. (aka Pokemon patches)
2019-08-07 20:05:57 +08:00
retro-wertz
bb10954466
Update Makefile
2019-08-07 01:55:52 +08:00
retro-wertz
98313652d6
Update Makefile
...
- Try to fix osx build
- style nits and cleanup
2019-08-06 19:22:14 +08:00
Twinaphex
34de057969
Merge pull request #67 from retro-wertz/update_makefiles
...
Update Makefiles
2019-08-06 05:45:32 +02:00
retro-wertz
d9f8396c67
Cleanup
2019-08-06 08:58:04 +08:00
retro-wertz
9a13449782
Update Makefiles
...
- Updating makefile from vba_next's makefiles, removing any defines that are not available in this core.
- Update Android.mk
2019-08-04 15:37:18 +08:00
retro-wertz
d898288100
Automatically hide some core options depending on rom image type
...
- loading gba games will automatically hide gb/gbc only related core options at startup
- loading a gb/gbc game will also hide gba only options...
2019-07-30 00:51:06 +08:00
hizzlekizzle
c3edd6d433
Merge pull request #65 from retro-wertz/libretro
...
retro_get_memory_data/size and memory descriptors update
2019-07-28 17:05:10 -05:00
retro-wertz
2084a63e1f
Update GB/GBC memory maps (retro_memory_descriptors)
2019-07-28 21:52:13 +08:00
Twinaphex
90b051eee1
Update libretro_core_options.h
2019-07-28 07:40:43 +02:00
retro-wertz
a727e22265
GB: Rename this variable to isolate from a global variable of the same name
...
- this is a temporary variable and should only affect on this section, and not the global one.
2019-07-27 19:35:58 +08:00
retro-wertz
0d423b98fa
Cleanup GB palette struct and update retro_get_memory_data/size
...
- minor n0n-functional changes
- cleanup gb built-in palette struct
- update retro_get_memory_data/size to directly use related variables for RAM and VRAM
and fix sizes (GB vs GBC pointers and pointer size) for proper cheat search support.
You can now access full 32K ram of GBC for example.
2019-07-27 19:15:46 +08:00
retro-wertz
bc80ecdb39
UtilRetro.cpp: Cleanup
2019-07-27 11:33:32 +08:00
Edênis Freindorfer Azevedo
855db11d98
Fix wxWidgets assertion error on `Logging...` menu.
2019-07-26 19:38:44 -01:00
Zach Bacon
c886b6a16d
remove wrong and unnecessary #define
...
This fixes builds with clang on windows.
2019-07-25 21:45:29 -01:00
Rafael Kitover
38561b5713
Merge remote-tracking branch 'vbam-libretro/master'
2019-07-25 02:16:32 +00:00
Edênis Freindorfer Azevedo
770b9c1cf8
Add left analog bind to D-PAD for joystick.
2019-07-25 00:41:34 +00:00