118 Commits

Author SHA1 Message Date
Brad Parker
9d8961ae1b update libretro-common 2019-07-21 12:18:27 -04:00
twinaphex
04f53dd75d Merge rsx_lib_vulkan.cpp into rsx_intf.cpp 2019-07-08 05:53:07 +02:00
twinaphex
2370b43e95 Cleanups 2019-07-07 08:52:23 +02:00
Brad Parker
bb8f30f717 update libretro-common 2019-07-04 23:10:11 -04:00
twinaphex
af40de6ba2 Revert "(Makefile) Cleanups"
This reverts commit 99a9c62cf04a45c0db920e09f7272e6f0f8e4aca.
2019-07-02 04:16:36 +02:00
twinaphex
87a695dbe4 Revert "(ugui) Move all files to deps folder"
This reverts commit 5fbf0b0a922aaa118eebeac3eb897a75b4b79189.
2019-07-02 04:15:43 +02:00
twinaphex
4584127b19 Revert "(Makefile) Undo the flac wildcard smartcode"
This reverts commit 742ed1e5298e760459512c0bece8bdaa31442acf.
2019-07-02 04:15:28 +02:00
twinaphex
24b0de7879 Revert "(Makefile) Undo lzma wildcard smartcode"
This reverts commit 1150a56a951d72ab7131b6263a2ad8e0bd3f8347.
2019-07-02 04:15:19 +02:00
Brad Parker
d70071d70f initial cdrom support 2019-06-30 20:19:34 -04:00
rz5
1150a56a95 (Makefile) Undo lzma wildcard smartcode 2019-06-30 05:30:22 +01:00
rz5
742ed1e529 (Makefile) Undo the flac wildcard smartcode 2019-06-30 05:16:15 +01:00
rz5
5fbf0b0a92 (ugui) Move all files to deps folder 2019-06-30 04:25:58 +01:00
rz5
99a9c62cf0 (Makefile) Cleanups 2019-06-30 04:11:28 +01:00
Hans-Kristian Arntzen
f8f972f425 Use libretro log callbacks. 2018-12-15 21:48:02 +01:00
Hans-Kristian Arntzen
06ff560876 parallel-psx: Update to latest Granite. 2018-12-12 12:23:05 +01:00
Brad Parker
fa4f01c7d9 remove tabs 2018-06-30 22:25:41 -04:00
Brad Parker
69f4abe64d android buildfix 2018-06-30 22:24:44 -04:00
Brad Parker
dad4387663 initial uGUI message box for missing firmware, only works with software renderer currently 2018-06-30 19:32:16 -04:00
twinaphex
c179351426 mednafen-endian no longer a C file 2018-02-22 22:18:57 +01:00
twinaphex
332bde7619 Update 2018-01-12 03:08:00 +01:00
Alberto Fustinoni
663f98a318 Use filestream for CHD IO 2017-12-27 14:37:37 +09:00
Alberto Fustinoni
9d060a3108 CHD support 2017-12-27 14:15:26 +09:00
twinaphex
970c5938dd Add some more MSVC build rulest 2017-12-19 16:08:04 +01:00
twinaphex
f18c48e7b2 Get rid of file.c - use plain filestream 2017-12-19 03:19:58 +01:00
twinaphex
650b454e7b Buildfix 2017-12-18 16:07:52 +01:00
Alberto Fustinoni
8a226e3d51 Removed dependency on file_path 2017-12-18 22:35:54 +09:00
Alberto Fustinoni
012a62503a Fixes 2017-12-17 17:24:06 +09:00
twinaphex
7a66d0c6bd Update core - use VFS interface 2017-12-15 23:20:53 +01:00
twinaphex
5c195e2f4c Update 2017-12-15 21:34:22 +01:00
David Walters
42ef3eb152 Isolate input code from libretro.cpp 2017-11-19 10:45:16 +00:00
rz5
ea77d964ba (Makefile.common) Style nits
Every indent should be done with spaces except for the actual build
commands
2017-11-09 18:22:45 +00:00
rz5
2aeb5587ac (Makefile.common) More style nits 2017-11-09 08:10:34 +00:00
r5
61d1ef8eed (Makefiles) Style nits and minor changes
If we're using GCC, then we use some options recommended in the
upstream's README.PORTING.
2017-11-09 07:52:08 +00:00
r5
d6c519286f (libretro) Validate BIOS files with SHA1
According to the MAME repo, the recommended NA and EU BIOS files have
aliases. This core now accepts files with those names. In addition, BIOS
file names can now be all lower-case, all upper-case and all upper-case
with a hifen (SCPH-XXXX.bin).
The extension still has to be a lower-case 'bin', though.
2017-10-08 13:48:06 +01:00
Zapeth
44e6e19e92 Merge with upstream to resolve Makefile.common merge conflict 2017-09-03 15:08:31 +02:00
Build
a44baaefa8 Add CHD dependencies to Makefiles and namespace mednafen's md5 implementation to avoid conflicts 2017-09-01 11:25:39 +02:00
Brad Parker
a743392186 FreeBSD buildfix 2017-08-27 20:48:29 -04:00
twinaphex
20924c5a33 Update Makefile.common 2017-08-18 01:35:14 +02:00
twinaphex
1aab8f96fc Re-enable this again for successful emscripten building 2017-08-17 01:39:14 +02:00
twinaphex
f915957607 Get rid of retrogl helper files 2017-07-26 04:52:03 +02:00
twinaphex
cc61d7e008 Combine more retrogl functions 2017-07-26 04:14:16 +02:00
twinaphex
f9964f8a4c Merge retrogl/error.c with rsx_lib_gl.cpp 2017-07-26 04:07:53 +02:00
twinaphex
07357666f6 Add retro_dirent 2017-07-26 02:15:33 +02:00
twinaphex
f339a6e50b Update portions of libretro-common 2017-07-26 02:13:37 +02:00
twinaphex
14ad1ba881 Fix solution 2017-06-11 04:30:05 +02:00
twinaphex
7ca16da203 Update Makefile.common 2017-04-27 00:49:58 +02:00
twinaphex
6ec974354d Add wiiu rule 2017-04-27 00:07:40 +02:00
twinaphex
18ec96f19d Not sure why this was stubbed out but it shouldn't 2017-04-26 16:08:21 +02:00
twinaphex
d1889d7db4 Turn shader.cpp into C file 2017-03-28 22:34:01 +02:00
twinaphex
731c7196ac Turn framebuffer.cpp into C file 2017-03-28 11:28:30 +02:00