198 Commits

Author SHA1 Message Date
Dionoid
c04bbd6d65
Added M2000 to core selection dropdown (#16479) 2024-04-29 18:29:39 -07:00
Joe Osborn
46402732ba
update emscripten web testing docs (#15925) 2023-11-18 16:28:12 -08:00
Joe Osborn
0f4166a59f
Use ZipFS for web player asset bundle (#15924)
* wip

* fix mount path

* Fix path for zip bundle

* fix case where idbfs sets up correctly and filesystem initializes too early

* Use partfiles to keep each zip small

* use bufferview slices instead of resize to support firefox
2023-11-17 11:25:45 -08:00
Joe Osborn
862bebf687
(Emscripten) Modularize the JavaScript and clean up the web build (#15688)
* Increase emscripten stack size and decrease path size to fix emscripten builds broken since de45fc2

* use modularize flags for better-behaved javascript output

* makefile and loader changes

* use specialHTMLTargets to support modular access to canvas

* bind key events to canvas, not document

This way focus means focus and we can have multiple RA instances in
one page.

* Work around an emscripten bug in strict mode

* (Emscripten) Use console.error() for error messages

* increase asyncify stack size

* Fix `-lm` flag-related compile warnings in emscripten

---------

Co-authored-by: Rob Loach <robloach@gmail.com>
2023-11-02 13:25:50 -07:00
LibretroAdmin
6378a3aea2
Update index.html (Emscripten) - Remove banner 2023-07-17 15:46:22 +02:00
Vlad Cuciureanu
2adca0f33c Fix typo in Emscripten README.md 2023-07-11 01:03:29 +02:00
Antoine Boucher
513cd25cb3
Update README.md (#15231) 2023-04-27 01:44:52 +02:00
Joe Osborn
a1903eee15
Emscripten pthread tweaks (#15033)
* add more documentation to emscripten, pthread support, and flag to not show asset warnings

* typo in docs

---------

Co-authored-by: thelamer <ryankuba@gmail.com>
2023-02-27 19:56:12 +01:00
Joe Osborn
e1afca5392
add command and stdin_cmd features to emscripten RA. update libretro.js to show how commands could be sent over emscripten stdin. (#15017)
Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
2023-02-24 22:06:04 +01:00
Vladimir Serbinenko
96ddb301b6 Fix x1 name in emscripten 2022-03-16 18:08:20 +01:00
Vladimir Serbinenko
4d2178fafc Add missing emscripten cores 2022-03-15 17:44:00 +01:00
Philippe Simons
8a8c2da042
emscripten: add jumpnbump core (#13720) 2022-03-09 15:31:31 +01:00
Vladimir Serbinenko
2c289a6212
Add FreeChaf to emscripten (#13529) 2022-01-24 16:30:35 +01:00
Vladimir Serbinenko
c9a72fadab
EMSCRIPTEN: Add wasm4 and jaxe (#13483) 2022-01-12 22:35:10 +01:00
Ryan Kuba
1fc6f759c5
tweak to ensure that current versions of emsdk do not break the web player (#13310) 2021-12-03 16:20:12 +01:00
Neil Barkhina
8590e0e3fe
Fixed web player bug with filesystem and runtime 2021-08-22 20:08:05 -04:00
mahoneyt944
647e39afaa
add mame2003 / mame2003-plus 2021-07-04 18:23:38 -04:00
Jean-André Santoni
56e40e8204 Add lutro to web.libretro.com 2021-05-02 13:04:20 +07:00
Brad
54a166a360
Allows hosting in a subfolder instead of only root
Paths starting with slashes look in the root of a site, and these asset folders should generally be beside this .js + index.html...
This simple change was all that was needed to allow hosting in a subfolder of a site, and is not a breaking change unless someone has the asset folders elsewhere, which would be a breaking change on their part anyway.
2021-02-14 19:47:01 -06:00
Autechre
7450f049e7
Update index.html 2021-01-09 17:05:35 +01:00
twinaphex
1c9f60f98d (Emscripten) Add Mr.Boom 2020-08-02 22:25:55 +02:00
Toad King
14c67fde7f emscripten: recreate input event listeners properly
There's a new (undocumented -_-) API for removing event listeners in emscripten
now, so use that when recreating input listeners. Fixes mouse events breaking
when loading cores.
2020-01-18 12:51:21 -06:00
Michael Lelli
8a64df5763 fix fullscreen button in packaged emscripten build 2020-01-06 21:36:44 -06:00
Michael Lelli
1630affbdd fix file permissions on indexer script for emscripten 2020-01-03 16:41:52 -06:00
Toad King
776568a429 fix images not loading in menu in emscripten
add changes to work with latest emscripten SDK
2020-01-02 21:29:25 -06:00
Stevoisiak
f4f339c4d5
Remove unnecessary escape character
http://eslint.org/docs/rules/no-useless-escape
2019-12-31 12:13:40 -05:00
Toad King
15e8be4074 changes to support upgraded emscripten SDK 2019-12-14 20:24:41 -06:00
Ömercan Kömür
0420d7f06c Update index.html (#9329) 2019-08-19 16:28:22 +02:00
Ömercan Kömür
b314ea8632 Update index.html 2019-08-19 01:23:59 +03:00
Ömercan Kömür
d487dd8d08
Revert "Steps for web.libretro" 2019-08-18 22:53:55 +03:00
Ömercan Kömür
1bde4043a5 Steps for web.libretro 2019-08-17 19:25:18 +03:00
Stephanie Gawroriski
ca4fa56929
Add SquirrelJME to the live web core list. 2019-06-29 12:25:41 -04:00
twinaphex
36575e5d69 Update emscripten 2019-06-08 16:01:39 +02:00
twinaphex
3619fae2d9 (LGTM) Silence some warnings 2019-04-13 02:15:26 +02:00
orbea
e062b98088 Remove trailing blank lines.
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
2019-01-17 19:39:38 -08:00
meepingsnesroms
1b1dac7f40 Add Mu to Web Player 2018-11-10 07:10:01 -08:00
Zlika
6a93ad0dce Add Theodore core to emscripten 2018-11-10 14:45:20 +01:00
Zlika
064eb16ceb Fix emscripten README 2018-11-10 14:44:46 +01:00
Rob Loach
db46d91ec6
emscripten: Add Emscripten compile documentation
This adds some documentation about compiling emscripten.
2018-09-30 20:23:05 -04:00
Rob Loach
2ff87fd663
emscripten: Add ChaiLove selection to web player 2018-09-14 09:39:20 -04:00
gouchi
07b4aed245
Update README.md
fix typo
2018-08-11 18:44:28 +02:00
Andrés
abc18d3793
Delete readme.txt 2018-02-06 22:37:22 -05:00
Andrés
408cfd66d6
Update README.md 2018-02-06 22:37:07 -05:00
radius
db65537c24 fixup emscripten bundle 2018-02-06 22:17:58 -05:00
radius
ee9c786297 add missing bundle files 2018-02-06 22:05:21 -05:00
Toad King
bd9e70f70e fix top bar not appearing in phone browsers 2018-01-18 22:57:46 -06:00
Toad King
fea2dd3d17 remove log textbox from embed template 2018-01-15 14:10:51 -06:00
Toad King
b997c8f80f fix padding on content area. fullscreen hack no longer needed on chrome
remove box shadow from navbar so it doesn't cover the render area
2018-01-15 14:04:28 -06:00
Toad King
78a3d0f828 Merge branch 'master' into more-emscripten-fixes 2018-01-15 04:09:26 -06:00
Toad King
db152fede8 remove container with uneeded padding. fixes canvas being off-center in smaller windows 2018-01-14 23:45:54 -06:00