libretro / easyrpg-libretro

⚠️⚠️⚠️ DON'T USE THIS FORK FOR YOUR OWN BUILDS / PACKAGES / ETC ⛔️⛔️⛔️ NO SUPPORT WHEN YOU USE IT ⚠️⚠️⚠️ It is only used by the libretro buildbot. ❤️❤️❤️ For your own builds use the upstream repository: https://github.com/EasyRPG/Player/ (See: "Building a libretro core" in the Readme) ❤️❤️❤️
https://easyrpg.org/
GNU General Public License v3.0
10 stars 8 forks source link

Push libretro core upstream #11

Closed RobLoach closed 5 years ago

RobLoach commented 6 years ago

@Ghabry mentioned he'd be willing to bring the libretro core changes upstream into EasyRPG Player. cc @ChristianBreitwieser

TODO

Ghabry commented 6 years ago

Imo the best way to start working on this is to create a new branch here in the repo which is based on "upstream/master" and to cherry-pick all libretro-related commits that are unrelated with libs. Pushing the builds/retro/Makefile upstream is fine I guess because it's very small.

Style:

Code:

To discuss:

Ghabry commented 5 years ago

Closing this because I opened an upstream pull request. Doesn't solve the library dependency problem but this is nothing upstream should be supposed to handle (except for libretro-common).

https://github.com/EasyRPG/Player/pull/1464