Commit Graph

851 Commits

Author SHA1 Message Date
twinaphex
53fe00fb34 Split up macros/inline functions from state.h 2020-07-01 06:55:31 +02:00
twinaphex
60b6352851 Simplifications 2020-06-30 04:37:09 +02:00
twinaphex
c4826b0086 Cleanups 2020-06-30 04:31:41 +02:00
twinaphex
ccbee457ab Backport f725c34a50 2020-06-23 14:35:23 +02:00
twinaphex
29acc9d01b Silence some warnings 2020-05-18 15:46:36 +02:00
Twinaphex
5b03d1b09f
Merge pull request #55 from trioan/fixes
backport variable color depth
2020-01-24 09:21:34 +01:00
Twinaphex
90c44f78b7
Merge pull request #56 from trioan/fixes2
fix refresh rate
2020-01-24 09:20:14 +01:00
trioan
cf97d1feec
fix refresh rate 2020-01-23 21:10:38 -05:00
trioan
31379eea09 backport variable color depth 2020-01-20 00:22:40 +00:00
Twinaphex
095478119c
Merge pull request #54 from trioan/fixes
backport missing 1.24.0 emulation fixes
2020-01-20 00:59:51 +01:00
trioan
33806930cc
backport 1.24.0 fixes 2020-01-19 17:41:15 -05:00
twinaphex
1cbb946f9d Backport variable audio rate 2020-01-09 04:29:20 +01:00
twinaphex
ac2e0f5967 Update name to Beetle 2020-01-09 04:21:28 +01:00
twinaphex
ebd3060d56 Prevent 'double free' crash when closing content 2020-01-09 04:20:43 +01:00
twinaphex
c9eb63d17a (MSVC 2017) Buildfix 2020-01-09 04:19:35 +01:00
Twinaphex
925cb8c77a
Merge pull request #43 from webgeek1234/master
libretro: allow mingw cross compile
2019-09-14 07:09:47 +02:00
Twinaphex
7c4af842e1
Merge pull request #46 from yoshisuga/tvos_platform
(tvOS) support building
2019-09-14 07:09:40 +02:00
Yoshi Sugawara
58d3aeeb13 (tvOS) support building 2019-09-11 06:26:42 -10:00
Twinaphex
826f91f2e0
Merge pull request #44 from RobLoach/core-options
Update Core Options API
2019-08-17 14:51:18 +02:00
Rob Loach
08cd1d6080
libretro: Update Core Options API 2019-08-16 21:10:34 -04:00
Aaron Kling
5a9380d10c libretro: allow mingw cross compile 2019-08-10 02:20:22 -05:00
Twinaphex
22d42dd92f
Merge pull request #41 from yoshisuga/ios-arm64-build-fix
iOS: support for building using buildbot recipe
2019-08-09 12:58:37 +02:00
Yoshi Sugawara
02540f29cc iOS: support for building using buildbot recipe 2019-08-08 01:53:29 -04:00
Twinaphex
f8643a3199
Merge pull request #40 from fpscan/master
Turkish Language Support
2019-07-31 23:13:28 +02:00
Ömercan Kömür
91a2a04405 Turkish Language Support 2019-07-31 23:56:57 +03:00
twinaphex
8f94c87304 Add new enhanced core options 2019-07-31 21:58:44 +02:00
twinaphex
0ee73f2536 Get rid of asserts 2019-07-30 03:12:53 +02:00
Twinaphex
8b2613984b
Merge pull request #39 from webgeek1234/master
Android update
2019-06-27 00:54:37 +02:00
Aaron Kling
45faa6b93e libretro: jni: Switch stl to c++ in preparation for ndk r20 2019-05-24 23:35:31 -05:00
hizzlekizzle
b231cff853
Merge pull request #38 from gameblabla/off-by-one-fix
Fixed off-by-1 bugs in window coordinate evaluation, per tip from trap15.
2019-04-02 18:15:25 -05:00
gameblabla
47feb7e5e9
WonderSwan: Fixed off-by-1 bugs in window coordinate evaluation, per tip from trap15.
Fix is from Mednafen 0.9.41.
One affected game is Klonoa : there's a straight grey line over the game's HUD.
(Most noticeable on the hearts in the bottom left when ingame)
This fixes this issue.
2019-04-02 14:47:53 +02:00
Twinaphex
ecada6655c
Merge pull request #37 from retro-wertz/joypad_rotation
Joypad rotation as a separate core option
2019-01-31 01:51:50 +01:00
retro-wertz
97b5823b3c Remove unnecessary comments in makefile 2019-01-31 08:47:57 +08:00
retro-wertz
4dcdcb2d2f Make joypad button rotation separate from screen rotation
- Use core options for joypad rotation modes
2019-01-31 08:46:11 +08:00
Twinaphex
c072a85c47
Merge pull request #34 from Classicmods/master
Added Classic Platform structure - ARMv7 Cortex A7 build
2018-12-01 11:42:31 +01:00
Ryan 'Swingflip' Hamlin
7eaccc16e9 Fixed override 2018-11-21 13:51:50 +00:00
Ryan 'Swingflip' Hamlin
e780afd6f3 Added A7A7 2018-11-06 22:01:54 +00:00
Twinaphex
207404bac2
Merge pull request #33 from natinusala/libnx
libnx port
2018-09-30 00:13:39 +02:00
natinusala
06219d4134 libnx port 2018-09-29 21:47:06 +02:00
twinaphex
b4dc85b0ad Buildfix for MSVC 2005 2018-07-20 13:31:30 +02:00
twinaphex
0ce80bbfde Update libretro-common 2018-07-20 13:28:31 +02:00
hizzlekizzle
bdaeae60ea
Merge pull request #31 from Aftnet/master
Fix MSVC build
2018-06-06 20:06:28 -05:00
Alberto Fustinoni
1f1aa30b0c MSVC build fix 2018-05-31 15:08:35 +09:00
Alberto Fustinoni
ebfa101701 UWP fix 2018-05-31 15:01:43 +09:00
twinaphex
4d702bcf03 Update 2018-04-13 19:07:14 +02:00
Twinaphex
595ae5633f
Merge pull request #29 from locvez/master
Added .pc2 file extension support
2018-04-13 19:05:45 +02:00
locvez
e33204f989 update 2018-04-13 15:28:17 +00:00
twinaphex
84878d685e Remove now bobsolete MSVC dirs 2018-04-13 02:06:36 +02:00
Twinaphex
93459f9eb4
Merge pull request #28 from Hedonium/master
Update libretro.cpp: Add input descriptor
2018-02-20 10:29:37 +01:00
Hedonium
3962ae38f0 Update libretro.cpp: Add input descriptor
The Rotate screen and the active D-Pad input mapped to the Select button was missing a descriptor.

Compiled and tested successfully on Windows 10 x64.
2018-02-19 21:32:04 -05:00