summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/resources/emscripten
Commit message (Collapse)AuthorAgeFilesLines
* Export soft_reset, hard_reset, exit, load, and save functions for Emscripten ↵ James Baicoianu2017-07-151-0/+7
| | | | builds
* Fix save/load states in Emscripten build (#2470) James Baicoianu2017-07-151-3/+3
| | | | | | | | | * Fix save/load states in Emscripten build * Simplified Emscripten integration points * Moved standalone JS functions to be static member functions of running_machine * Improved Emscripten main loop * Use convenience functions for cleaner code As an added bonus, this now allows for proper shutdown of the running machine when running in the Emscripten environment - previously, attempts to exit the program were just being ignored.
* Export SDL_SendKeyboardKey function to allow scancode injectiony James Baicoianu2016-05-051-0/+1
|
* Update function signatures for Emscripten (nw) Justin Kerk2016-04-261-2/+2
|
* moved emscripten resources (nw) Miodrag Milanovic2016-04-031-0/+10