Stephanie Gawroriski
aadb0a29ff
Include miniz library; Make all CMake builds PIC.
2022-10-02 16:25:53 -04:00
Stephanie Gawroriski
90a9a94257
Update valid extensions to everything in the core info; Disallow libRetro from looking into ZIP files, we will be handling it ourself so that we can load all PRCs and PDBs.
2022-10-02 00:14:01 -04:00
CrystalCT
f16e54e879
PS3/PSL1GHT build fix
2022-02-21 13:47:56 +01:00
Stephanie Gawroriski
be844bf74d
Add pdb to the extensions list.
2021-11-27 10:53:45 -05:00
Stephanie Gawroriski
7ead066572
Update RetroArch core info.
2021-07-16 08:27:07 -04:00
Stephanie Gawroriski
304c0855c1
Add license file; Add Windows icon resource.
2021-07-16 08:03:14 -04:00
twinaphex
ff746b8196
Fix MSVC builds - embed MSVCRT runtime
2021-02-14 22:09:34 +01:00
twinaphex
e053b170d2
Add MSVC 2005 / 2010 cores
2021-02-13 01:47:51 +01:00
Francisco Javier Trujillo Mata
d93c8c0efc
Update bins for new toolchain
2021-01-15 00:16:07 +01:00
Autechre
cb2dcc1740
Update Makefile.libretro
2020-12-29 07:07:42 +01:00
Autechre
bda022c63a
Update Makefile.libretro
2020-12-29 02:37:58 +01:00
Stephanie Gawroriski
9057820fbc
Make sure our include flags are included when compiling C++ code.
2020-11-06 21:21:35 -05:00
Stephanie Gawroriski
6870d8b7ab
Correct includes.
2020-11-06 20:55:05 -05:00
Stephanie Gawroriski
be386ff05d
For CMake disable dynamic recompilation for now.
2020-11-06 20:43:59 -05:00
Stephanie Gawroriski
5a86c5ccf9
Add CMake and re-organize project, keeping includes separated from sources.
2020-11-06 20:29:40 -05:00
Stephanie Gawroriski
f6c7944c64
Import PS2 build from SquirrelJME.
2020-11-06 18:54:13 -05:00
meepingsnesroms
c2ffd5a04a
Remove Android armv5/6
2019-11-29 14:32:11 -08:00
meepingsnesroms
b18cc463b6
Update Makefile.common
2019-11-26 12:47:26 -08:00
meepingsnesroms
2ece2d56d4
m500 support working in RetroArch
2019-11-26 12:45:35 -08:00
meepingsnesroms
4738d36119
Finish m500 support
2019-11-26 11:43:00 -08:00
meepingsnesroms
85e9a03796
Merge pull request #95 from meepingsnesroms/master
...
Merge over tvOS support
2019-09-12 10:42:00 -07:00
Yoshi Sugawara
eea4c328d2
(tvOS) support building
2019-09-11 07:50:47 -10:00
meepingsnesroms
696874b42a
Merge pull request #93 from meepingsnesroms/master
...
Add new changes from master
2019-08-17 21:59:58 -07:00
Aaron Kling
7ccef9020c
libretro: allow mingw cross compile
2019-08-17 18:36:54 -05:00
meepingsnesroms
4129e74af0
Fix RetroArch port again
...
Overclocking should be working now for both ports.
2019-08-15 15:53:06 -07:00
meepingsnesroms
5ad9760c52
Get RetroArch build compiling again
2019-07-30 10:06:37 -07:00
meepingsnesroms
51e405fc84
Disable OpenMP on libretro for now
...
Causing way too many issues for the benefit
2019-06-08 20:43:44 -07:00
meepingsnesroms
61602de392
Update mouse click button
2019-06-07 12:34:15 -07:00
meepingsnesroms
29ca09302f
Make control layout relative to SNES controller
2019-06-06 16:57:07 -07:00
meepingsnesroms
9723c83381
Update Makefile.common
2019-06-04 15:18:07 -07:00
meepingsnesroms
37f4b859aa
Cleanups, implement FEATURE_SYNCED_RTC, allow disabling graffiti
...
Also patched RetroArch makefile again, this will enable ARM on more platforms, possibly causing more build issues when merged.
2019-06-02 22:12:49 -07:00
meepingsnesroms
b145a329c0
Merge pull request #88 from meepingsnesroms/master
...
Merge over button names
2019-05-30 17:59:20 -07:00
paradadf
4fb3bed984
Update libretro.c
...
Use names from manual
2019-05-30 17:21:31 -04:00
meepingsnesroms
5c89783ea0
Cleanups, fix armv7 dynarec issue
2019-05-28 15:18:25 -07:00
meepingsnesroms
5c1547467b
Completley redo how launcher works
...
RetroArch still works.
Also tested .img file with a separate .info file in RetroArch and it worked.
2019-05-27 15:20:42 -07:00
meepingsnesroms
66f32cdb94
Fix MSVC stuff again
2019-05-26 16:22:47 -07:00
meepingsnesroms
f0b9d524a6
Fix 4 bugs
...
Prevent the standard case from overwriting EMU_SUPPORT_PALM_OS5 := 1 from the jni makefile.
Remove unsupported __builtin_expect(x, y) from MSVC compilers.
Use <*.h> headers instead of <c*> headers for C headers in C++11 for RetroArchs weird Mac OS toolchain.
Remove unused <mutex> header for RetroArchs weird Mac OS toolchain.
2019-05-26 09:59:03 -07:00
meepingsnesroms
b222b23bd0
Fix the fix
2019-05-25 14:31:09 -07:00
meepingsnesroms
f355c82d0b
Disable multithreading for simple loops(no function calls, < 1000 runs)
...
Try to fix silkscreen issue in a clean and fast way.
2019-05-25 14:21:41 -07:00
meepingsnesroms
535c9254f6
Some more fixes
...
<cstdint> for Mac OS and disabeing OS5 for msvc because of custom asm syntax.
2019-05-25 10:14:30 -07:00
meepingsnesroms
92d6a857a8
Tons of bugfixes
2019-05-25 09:58:00 -07:00
meepingsnesroms
eb4a241ef4
Android is now compiling
2019-05-24 18:28:46 -07:00
meepingsnesroms
ec66577b53
Update Makefile.common
2019-05-24 16:03:21 -07:00
meepingsnesroms
e9f7a40c53
Fix some segfaults and missing symbols
...
It runs now but pushing to master is going to be a mess.
2019-05-24 15:16:21 -07:00
meepingsnesroms
b1914d9586
More RetroArch port fixes
2019-05-24 14:33:56 -07:00
meepingsnesroms
a63000884f
Fix some oopsies
2019-05-24 13:53:07 -07:00
meepingsnesroms
5a38b67708
More work on RetroArch port
2019-05-24 13:36:41 -07:00
meepingsnesroms
97e00aaef2
Launcher now successfuly skips touch calibration
...
More work on keeping OS 4 and 5 separate too.
2019-05-23 17:23:31 -07:00
meepingsnesroms
82c767a7a0
Update libretro.c
2019-05-23 15:44:51 -07:00
meepingsnesroms
ab4788c921
Major speed and launcher cleanups
2019-05-23 15:25:15 -07:00