Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emscripten #10

Open
RobLoach opened this issue Jul 28, 2017 · 3 comments
Open

Emscripten #10

RobLoach opened this issue Jul 28, 2017 · 3 comments

Comments

@RobLoach
Copy link
Member

RobLoach commented Jul 28, 2017

Fix EasyRPG for emscripten.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Ghabry
Copy link
Collaborator

Ghabry commented Aug 1, 2017

The main problem here is that when EMSCRIPTEN is defined the Player switching to a different execution mode: It tries to download a directory index file from the web and afterwarfs fetches all assets on demand (when they are used for the first time). This makes the startup much faster but probably not applicable for libretro.

I assume libretro puts the whole game in the virtual filesystem, so it can use the normal directory reading code as on the desktop?

@RobLoach
Copy link
Member Author

RobLoach commented Aug 1, 2017

@twinaphex would likely know more than me.

@RobLoach
Copy link
Member Author

RobLoach commented Aug 7, 2017

Removed from emscripten build over at libretro/libretro-super@2a09b86 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants