Commit Graph

704 Commits

Author SHA1 Message Date
Autechre
0ef91eea28
Merge pull request #50 from liberodark/patch-1
Add armv8 support
2021-01-13 13:46:50 +01:00
liberodark
402d62ec63
Add armv8 support 2021-01-13 10:32:47 +01:00
Autechre
c27322ec7f
Update .gitlab-ci.yml 2021-01-09 16:45:27 +01:00
Autechre
5c6424cd12
Update .gitlab-ci.yml 2021-01-02 15:12:18 +01:00
Autechre
6b9b209e40
Update .gitlab-ci.yml 2020-12-28 23:44:36 +01:00
twinaphex
d444022461 Update 2020-12-25 01:55:36 +01:00
Autechre
249132b536
Update .gitlab-ci.yml 2020-12-25 01:51:07 +01:00
twinaphex
f2e0310530 Cleanups/updates 2020-12-20 01:24:36 +01:00
Autechre
bffe3550f0
Merge pull request #49 from vanfanel/master
Add Raspberry Pi 4 64bit platform
2020-11-18 05:22:20 +01:00
Vanfanel
41dd882324 Add Raspberry Pi 4 64bit platform 2020-11-18 02:40:57 +01:00
Autechre
559be1d834
Merge pull request #48 from fjtrujy/master
Add PS2 platform and include Gitlab CI for PS2 and PSP
2020-10-19 20:48:05 +02:00
Francisco Javier Trujillo Mata
8a917d78b3 Add PS2 platform 2020-10-19 20:42:07 +02:00
Autechre
9de8846ee6
Merge pull request #47 from negativeExponent/updates
bios path cleanups
2020-10-19 06:30:11 +02:00
negativeExponent
9f68a5ed58 Cleanups
- Simplify bios loading related functions
- use const char * instead of std::sting where application
- remove some directory-related initializations that are need
2020-10-19 12:17:32 +08:00
negativeExponent
574144820d Cleanup settings.cpp 2020-10-19 12:17:32 +08:00
Autechre
f065c41244
Merge pull request #46 from negativeExponent/updates
Add fixed rotation to core options
2020-10-19 05:26:02 +02:00
negativeExponent
ab51b18caf Add fixed rotation to core options
This should allow fixed rotations if need be for use with core or game
overrides.
2020-10-19 10:26:20 +08:00
Autechre
dc8bd27229
Merge pull request #45 from negativeExponent/updates
Updates
2020-10-17 18:32:55 +02:00
negativeExponent
9cb3b24956 Minor tweak to frame buffer 2020-10-16 22:37:23 +08:00
negativeExponent
650c94743e mednafen.h: Git rid of these macros 2020-10-16 18:18:07 +08:00
Autechre
88c91e090b
Merge pull request #44 from negativeExponent/mdfn_surface_cleanup
Add 16/32 color modes switching and cleanups
2020-10-16 10:29:54 +02:00
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