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
Ömercan Kömür
6c60ac334b
Turkish Language option
2019-08-13 08:50:56 +03:00
hizzlekizzle
d92ca688b3
Merge pull request #74 from retro-wertz/update
...
Fix "index out of bounds" runtime error
2019-08-12 10:23:21 -05:00
retro-wertz
ad43b32bdd
Fix "index out of bounds" runtime error
2019-08-12 21:56:10 +08:00
hizzlekizzle
36f3a739ed
Merge pull request #73 from retro-wertz/libretro_cleanup
...
Libretro cleanup and MBC3 RTC update
2019-08-10 08:33:02 -05: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
Twinaphex
1ef0912691
Merge pull request #72 from retro-wertz/enable_rtc
...
Allow enabling GBA RTC regardless of rom types
2019-08-07 15:49:16 +02: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
hizzlekizzle
4dbdf87d0a
Merge pull request #71 from retro-wertz/patch-3
...
Update Makefile
2019-08-06 18:50:45 -05:00
retro-wertz
bb10954466
Update Makefile
2019-08-07 01:55:52 +08:00
hizzlekizzle
3e64044379
Merge pull request #70 from retro-wertz/update_makefiles
...
Update Makefile
2019-08-06 08:49:25 -05: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
Twinaphex
71e4b7b375
Merge pull request #69 from retro-wertz/master
...
Cleanup
2019-08-06 05:44:56 +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
hizzlekizzle
408cab71e2
Merge pull request #66 from retro-wertz/libretro
...
Automatically hide some core options depending on rom image type
2019-07-29 13:19:36 -05: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
Edênis Freindorfer Azevedo
6de45d4ed2
Set default binding for keyboard.
...
We set using the QWERT keyboard as a reference. These keys should
be located at fixed positions on most QWERT keyboards.
KEY | KEYBOARD
-------|----------
UP | W
DOWN | S
LEFT | A
RIGHT | D
A | L
B | K
R | O
L | I
SELECT | Backspace
START | Enter
- Fix #463 .
2019-07-25 00:41:34 +00:00
Edênis Freindorfer Azevedo
78bbe1487a
Add individual clear buttons for input config.
...
Besides that, we also rename the button for all input to `Clear All`.
- Fix #416 .
2019-07-25 00:41:34 +00:00