Commit Graph

683 Commits

Author SHA1 Message Date
negativeExponent
da956cc125 Fix malloc/delete mismatch 2020-10-16 15:53:55 +08:00
negativeExponent
48664059b5 Silence missing guard warnings 2020-10-16 15:47:31 +08:00
negativeExponent
777c15a5d9 Add 16/32 color modes switching and cleanups
- Cleanup for video/surface.cpp and video/surface.h
- Enable support for 16/32 bit color switching using core options (restart method).
- Switch to 16 color mode as default
2020-10-16 15:29:24 +08:00
Autechre
40f9db286d
Merge pull request #43 from negativeExponent/update_makefile
Update Makefile
2020-10-14 17:53:11 +02:00
negativeExponent
61855e585e Update Makefile 2020-10-14 23:37:10 +08:00
Autechre
12c75b6f1a
Merge pull request #42 from negativeExponent/libretro-common
Update libretro-common
2020-10-14 07:09:43 +02:00
negativeExponent
a5ff21568e Update libretro-common 2020-10-14 11:59:45 +08:00
twinaphex
48b6b73923 Include <retro_inline.h> for compilers that are not MSVC or GCC 2020-10-09 00:26:48 +02:00
twinaphex
6514d57292 Add .gitlab-ci.yml 2020-10-09 00:23:46 +02:00
Autechre
6895a2cdaa
Merge pull request #41 from negativeExponent/patch-1
Fix retro_load_game always returns false
2020-09-29 00:51:06 +02:00
negativeExponent
62d3e71f77 Fix retro_load_game always returns false (Fix #40)
- retro_load_game is always returning false causing games to fail loading since the variable "game" is always NULL.
- returns true from retro_load_game if everything loads up fine without major issues.
2020-09-29 04:47:40 +08:00
twinaphex
f5d76c56c0 Cleanups 2020-09-19 04:15:35 +02:00
twinaphex
dacb4f6e79 Cleanups 2020-09-19 04:10:54 +02:00
twinaphex
119f67a95d Cleanups 2020-09-19 04:04:44 +02:00
twinaphex
97e7209633 Cleanups 2020-09-19 04:02:15 +02:00
twinaphex
ec8de2b95c Cleanups 2020-09-19 04:01:10 +02:00
twinaphex
a43fa47926 Cleanups 2020-06-30 07:49:05 +02:00
twinaphex
d5cabfe49b Cleanup 2020-06-30 07:47:56 +02:00
twinaphex
90ad880d36 Backport f725c34a50 2020-06-23 14:11:43 +02:00
twinaphex
4756c2eb60 Silence most warnings 2020-05-18 16:07:12 +02:00
hizzlekizzle
74dde204c0
Merge pull request #36 from negativeExponent/update
update and bug fix
2019-12-25 19:39:36 -06:00
negativeExponent
6530e225a9 Update core option label
- Shorten option description and make key label more descriptive
- This should reflect the proposed changes on the docs page
2019-12-26 05:14:07 +08:00
negativeExponent
4e679ec8e9 Fix bug where loading homebrew dumps causes core to crash 2019-12-26 05:07:49 +08:00
negativeExponent
2d9efba335 Add *.o as supported extentions (homebrews) 2019-12-26 04:45:59 +08:00
hizzlekizzle
46ac62b4c3
Merge pull request #35 from negativeExponent/update
Sync to upstream 1.24.0 and add misc features
2019-12-25 08:55:02 -06:00
negativeExponent
15fd036ea1 Cleanup 2019-12-25 19:44:06 +08:00
negativeExponent
34bd32c24e Implement environment callback RETRO_ENVIRONMENT_GET_INPUT_BITMASKS 2019-12-25 19:44:06 +08:00
negativeExponent
8bb4de659b Bump version to 1.24.0
- Not much code-wise has been updated since this cores last major update. So majority of the version bump is to structurally sync code with upstream while maintaining any existing update like headerless support and rotation.
2019-12-25 19:44:06 +08:00
negativeExponent
53cfb6b119 Add core option to auto-rotate known games 2019-12-25 19:44:06 +08:00
negativeExponent
309644ad67 Update libretro-common 2019-12-25 19:44:06 +08:00
negativeExponent
8254289c35 Add database for common available titles 2019-12-25 19:44:06 +08:00
negativeExponent
12db71df06 Sync to 1.24.0 2019-12-25 19:43:56 +08:00
negativeExponent
b31d656765 Update file.c and header
- Restores file_read and file_seek functions
2019-12-24 07:04:33 +08:00
hizzlekizzle
fe8dc90931
Merge pull request #34 from zakuahem/roadblasters
roadblasters flicker fix
2019-11-18 14:19:28 -06:00
zakuahem
531b3f77da
roadblasters flicker fix 2019-11-17 16:42:51 -05:00
Twinaphex
928f7cf5b3
Merge pull request #30 from yoshisuga/tvos_platform
(tvOS) support building
2019-09-11 06:40:32 +02:00
Yoshi Sugawara
2ed9617959 (tvOS) support building 2019-09-10 14:38:42 -10:00
Twinaphex
9e1de59736
Merge pull request #29 from webgeek1234/master
libretro: allow mingw cross compile
2019-08-17 14:59:22 +02:00
Aaron Kling
f3c5378fc0 libretro: allow mingw cross compile 2019-08-10 02:19:27 -05:00
Twinaphex
19ce3d09d3
Merge pull request #28 from yoshisuga/ios-arm64-build-fix
iOS: support for building using buildbot recipe
2019-08-09 12:59:12 +02:00
Yoshi Sugawara
49cc19cf40 iOS: support for building using buildbot recipe 2019-08-08 01:22:04 -04:00
twinaphex
91797c5163 Update - MSVC2003 builds 2019-07-30 04:58:21 +02:00
Twinaphex
a8ec2c28fa
Merge pull request #27 from rsn8887/master
Add libnx target
2019-07-30 04:52:22 +02:00
rsn8887
79943b00c4 Add libnx target 2019-07-29 21:40:52 -05:00
Twinaphex
6126a73a51
Merge pull request #26 from webgeek1234/master
Android update
2019-06-28 11:23:54 +02:00
Aaron Kling
1dca135e29 libretro: jni: Switch stl to c++ in preparation for ndk r20 2019-06-01 11:43:14 -05:00
Twinaphex
6c91a60db3
Merge pull request #25 from funbars/msvc
msvc targets
2019-05-27 04:26:03 +02:00
funbars
c3fa585bc0
msvc targets 2019-05-26 19:34:16 -05:00
Twinaphex
d1dee7fd2e
Merge pull request #24 from retro-wertz/sync
Update to latest sources
2019-05-18 18:39:43 +02:00
retro-wertz
173020a460 Update
- sync recent changes to to mdfn 1.22.2
2019-04-29 19:34:39 +08:00