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
Aaron Kling
aaa61676f4
libretro: Update gitlab ci extends ordering
2020-12-01 23:50:32 -06: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
twinaphex
7b3c721f64
Add .gitlab-ci.yml
2020-10-08 05:35:51 +02:00
Autechre
36b011c72e
Merge pull request #92 from negativeExponent/gb_update
...
Gb update
2020-08-18 16:28:06 +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
hizzlekizzle
640e93cd97
Merge pull request #91 from negativeExponent/hle_bios_fixes
...
GBA BIOS: ArcTan/ArcTan2 fixes for HLE bios
2020-08-13 07:55:59 -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
hizzlekizzle
364a182968
Merge pull request #88 from negativeExponent/backport
...
Backport
2020-08-11 09:35:33 -05: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
f4891b6504
Update .gitignore
2020-08-11 19:34:36 +08:00
hizzlekizzle
29dffc0120
Merge pull request #86 from negativeExponent/patch-1
...
Fix Save Failed error for Super Monkey Ball Jr.
2020-03-10 18:43:54 -05: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
Twinaphex
5d28c5ad39
Merge pull request #78 from webgeek1234/master
...
libretro: allow mingw cross compile
2019-11-29 18:54:35 +01:00
Aaron Kling
a01a2d4dd0
libretro: allow mingw cross compile
2019-08-17 09:17:06 -05:00
Twinaphex
6bdd6d1b22
Merge pull request #77 from negativeExponent/fix_cheat_search
...
Add missing break; lines for switch statements
2019-08-17 15:01:51 +02: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
Twinaphex
b8afa8c57c
Merge pull request #76 from RobLoach/intl
...
libretro: Update core options API
2019-08-14 16:18:18 +02: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