Commit Graph

217 Commits

Author SHA1 Message Date
Eric Warmenhoven
77103e4bff
tvos: properly set min supported version (#231)
Some checks failed
Crowdin Translation Integration / create_intl_file (push) Has been cancelled
2024-10-21 14:43:01 -07:00
Ploggy
ced21d6859
Update Makefile (#229) 2024-06-28 15:43:42 -07:00
Eric Warmenhoven
edc3561d4d Fix tvos build 2023-05-27 12:03:20 -04:00
LibretroAdmin
d041a54968
Update Makefile 2023-02-24 22:01:10 +01:00
libretroadmin
29270287cb Cleanup 2022-06-10 16:17:38 +02:00
crystalct
e8801687f2
PS3 build fix (#208) 2022-02-05 14:03:13 +01:00
Salvador
210c54cd47
MIyoo (#197)
* add miyoo target

* add Miyoo target
2021-10-16 03:39:37 +02:00
twinaphex
13d213f36f MSVC2005 buildfix 2021-09-23 22:50:13 +02:00
Juliano Dorigão
857c55b61b
Added rpi3_64 to makefile 2021-09-11 11:47:30 -04:00
Poligraf
9921f92d9a
add retrofw target 2021-08-01 23:18:09 +12:00
jdgleaver
33d11ded5f Add RS-90 target 2021-07-15 18:05:46 +01:00
Jean-André Santoni
e3d35a4790 Fix emscripten linking 2021-05-11 16:19:42 +07:00
twinaphex
67426f4b44 (MSVC) Add MSVCRT runtime 2021-02-14 21:54:23 +01:00
twinaphex
bb1f5ca968 Fix MSVC 2010 2021-02-13 03:01:18 +01:00
twinaphex
0d9d48e56a Update MSVC 2005/2010 cores 2021-02-13 01:23:10 +01:00
twinaphex
60d4f2814c (MacOS) Set up CROSS_COMPILING for ARM 64bit 2021-01-28 20:40:53 +01:00
liberodark
6c43a51354
add armv8 support 2021-01-13 17:22:03 +01:00
Autechre
89573538de
Update Makefile 2020-12-29 07:11:34 +01:00
Autechre
b6a9fd114f
Update Makefile 2020-12-29 02:32:46 +01:00
twinaphex
fe64c05ce6 Update Makefile 2020-12-08 02:46:12 +01:00
Autechre
925e3a6696
Merge pull request #177 from vanfanel/master
Add Raspberry Pi 4 64bit platform.
2020-12-08 02:25:38 +01:00
Yoshi Sugawara
f6d4ebcc15 [iOS][tvOS] Add -DHAVE_UNISTD_H flag to compile zlib 2020-11-25 22:17:02 -10:00
Vanfanel
dc6db9300e Add Raspberry Pi 4 64bit platform. 2020-11-18 13:17:59 +01:00
jdgleaver
f4cebfa5ee Add optional automatic frame skipping 2020-11-12 16:02:15 +00:00
twinaphex
b2c50422b4 Cleanups 2020-10-08 17:19:11 +02:00
twinaphex
b428551fe8 Update 2020-10-08 05:07:42 +02:00
twinaphex
9528e77b4d Remove more unused switches 2020-10-06 14:56:21 +02:00
twinaphex
2fa68afd56 Remove switches which are unneeded 2020-10-06 14:53:03 +02:00
Justin Weiss
2e77b31175 Add CTR / 3DS platform 2020-09-30 18:16:17 -07:00
Autechre
5a2803fab2
Merge pull request #169 from negativeExponent/cheats
Add native cheat support
2020-09-29 02:28:07 +02:00
negativeExponent
db4fb2469c Add native cheat support
- Supports cheats in the form of F82xxx-F83xxx (physical
  address. RAM)
- Cheats in 1F0xxx-1F1xxx (raw address, RAM)
- Cheats in 00D000-100000 (raw address, System Card Ram)
- Cheats in 100000-110000 (raw address, CD RAM)
-
- Cheats in 802000-802000 (physical address, CD RAM)
- Cheats in F82000-F83000 (physical address, main RAM)
-
- as well as multi-line cheats.

Notes:
- Cheats has to be a 9-digit format, address in 6-digit followed by ':'
  separator and then a 1-byte value, aka xxxxxx:yy
- Multiline cheats has to be represented as xxxxxx:yy+xxxxxx:yy with '+'
  as a code separator
- It is best to use raw format (or mednafen code formats) within the
  range expected above.
- ROM based cheats not implemented (most of the labeled raw address) as
  they require writing to read-only memory.

Reference: libretro/beetle-pce-fast-libretro#93
2020-09-28 16:16:08 +08:00
twinaphex
83d8491888 Buildfix for Windows 2020-09-24 07:12:23 +02:00
twinaphex
a53610b2e5 Drop this - won't work on PowerPC OSX otherwise 2020-05-17 23:12:24 +02:00
MrJs
070861a785
fix MacOS compile 2019-12-08 11:41:04 -08:00
ggdrt
a56f6bdba4 Clean up Makefile echoing 2019-11-08 18:04:02 -08:00
Yoshi Sugawara
c75b8774a3 (tvOS) support building 2019-09-10 14:50:32 -10:00
Aaron Kling
740e44b31c libretro: allow mingw cross compile 2019-08-10 02:19:44 -05:00
Yoshi Sugawara
9fb17cdc5c iOS: support for building using buildbot recipe 2019-08-08 01:30:26 -04:00
twinaphex
614b6c39a9 (UWP) Still some compilation issues 2019-07-30 07:35:49 +02:00
Brad Parker
cf0425111f msvc buildfixes 2019-07-29 21:34:13 -04:00
Brad Parker
f45fc36d09 initial cdrom support 2019-07-25 22:01:27 -04:00
funbars
8ef779b7d5
makefile cleanup 2019-05-31 11:21:00 -05:00
Ryan 'Swingflip' Hamlin
06470a91fb Fixed A7A7 2018-11-06 18:42:04 +00:00
Ryan 'Swingflip' Hamlin
fefb7e21f8 Fixed override for A7A7 2018-11-06 18:32:35 +00:00
Ryan 'Swingflip' Hamlin
864a55bccf Added A7A7 2018-11-06 18:26:42 +00:00
M4xw
bb7049f597 [LIBNX] Initial Port 2018-09-29 23:30:23 +02:00
Alberto Fustinoni
3a85e5b9c8 MSVC CRT fix 2018-05-31 14:43:20 +09:00
Alberto Fustinoni
7a1edc3a2d Makefile 2018-05-31 13:38:10 +09:00
twinaphex
20105f7966 Set HAVE_CHD=0 for Xbox OG for now 2018-02-20 21:54:57 +01:00
twinaphex
eb66571678 Add Xbox OG port 2018-02-19 11:17:29 +01:00