Commit graph

181 commits

Author SHA1 Message Date
Mickaël Laurent
4e8d11ece7
Fix settings not being saved when removing a cheat (#672)
* save settings after removing a cheat

* Commit from GitHub Actions (Minify Code)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-17 16:09:14 -04:00
Mickaël Laurent
8eb21a25fd
Fix EJS_volume = 0 being ignored (#671)
* remove call to setVolume (too early)

* Commit from GitHub Actions (Minify Code)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-17 14:50:59 -04:00
Allan Niles
8a2ff3c70e
cleanup the quick fix :| 2023-09-12 15:55:11 +00:00
Allan Niles
6344a8bafb
fix value error 2023-09-12 15:37:57 +00:00
Allan Niles
a202817a60
Fix auto keyCode keyboard conversion (#665)
* fix auto keycode translation

* Commit from GitHub Actions (Minify Code)

* fix fallback keycode

* Commit from GitHub Actions (Minify Code)

* fix ===

* Commit from GitHub Actions (Minify Code)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-12 09:18:11 -06:00
e8098d0599 New mame 2003 plus core 2023-09-06 16:33:21 -04:00
Allan Niles
7be43357b9
add default keycode controller mappings (#661)
* add default keycode controller mapings
add optional keycode maping

* Commit from GitHub Actions (Minify Code)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-06 12:36:57 -05:00
Alexey Nurgaliev
26ee82052f fix segaMD virtual gamepad A button code 2023-09-05 10:16:31 +03:00
Alexey Nurgaliev
a5d65ecd9f ability to hide mute button and volume slider 2023-09-03 16:42:02 +03:00
Alexey Nurgaliev
49d43c79c4 shoulder labels in default controls 2023-09-02 13:48:38 +03:00
Alexey Nurgaliev
48af1cb588 gamepad button labels, default gamepad controls 2023-09-02 13:34:24 +03:00
Alexey Nurgaliev
3fc182d757 disable default cue file generation for genesis_plus_gx, picodrive and mednafen_pce 2023-09-01 12:45:03 +03:00
Alexey Nurgaliev
08d67d99bf select first found file, disable cue for pcsx_rearmed by default 2023-09-01 08:19:06 +03:00
Alexey Nurgaliev
1fd8b613db Merge branch 'main' into feature-cue-loading
# Conflicts:
#	data/emulator.js
2023-09-01 01:06:28 +03:00
Alexey Nurgaliev
d13e7ac294 update ROM file search order 2023-09-01 00:59:49 +03:00
Alexey Nurgaliev
b7f8bcc44e PC-FX support 2023-08-31 18:51:41 +03:00
Alexey Nurgaliev
4f6275673c WonderSwan, ColecoVision support 2023-08-31 17:30:20 +03:00
Alexey Nurgaliev
c0951dbc36 neo geo pocket support 2023-08-30 23:16:17 +03:00
Alexey Nurgaliev
c6bd636967 ability to disable .cue file creation 2023-08-30 21:42:50 +03:00
Alexey Nurgaliev
03e6d3a928 pce extensions 2023-08-30 20:25:53 +03:00
Alexey Nurgaliev
394347b837 TurboGrafx-16/SuperGrafx/PC Engine suport 2023-08-30 19:37:35 +03:00
Allan Niles
11deeaff53
fix css toggles 2023-08-26 23:57:23 +00:00
Allan Niles
67dc0af733
fix fullscreen Button tooltip position 2023-08-26 22:24:11 +00:00
Allan Niles
deafeda415
Add button gamepad naming (#637)
* Add button gampad naming

* Commit from GitHub Actions (Minify Code)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-26 15:29:31 -06:00
Allan Niles
a1a0ccde65
Merge branch 'main' into main 2023-08-26 10:33:15 -06:00
9932460301 Compile (beta) thread cores 2023-08-26 11:49:05 -04:00
Allan Niles
f6c79429d3
use string.includes() 2023-08-26 02:36:37 +00:00
Allan Niles
b3fd213c3a
add the localization to the other joystick values 2023-08-25 01:50:49 +00:00
Allan Niles
efff7c37a6
fix joystick and keyboard input localization 2023-08-25 01:43:15 +00:00
66e65dd5a0 Merge remote-tracking branch 'refs/remotes/origin/main' 2023-08-24 13:01:19 -04:00
b8fd074f7f add ejs thread variable (for testing) 2023-08-24 12:57:46 -04:00
Allan Niles
301e8c0d4e
fix joystick and keyboard input localization (#630)
* fix gamepad languages

* fix joystick and keyboard input localization

* Commit from GitHub Actions (Minify Code)

* fix the things that need to be changed

* Commit from GitHub Actions (Minify Code)

* loop through the info object and set localization

* Commit from GitHub Actions (Minify Code)

* small clean up

* Commit from GitHub Actions (Minify Code)

* add this.missingLang

* Commit from GitHub Actions (Minify Code)

* fix speedControlButtons

* Commit from GitHub Actions (Minify Code)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-23 15:28:52 -06:00
Allan Niles
7a4dbc2fd1
fix gamepad languages (#628)
* fix gamepad languages

* Commit from GitHub Actions (Minify Code)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-20 16:25:23 -06:00
Ethan O'Brien
1cb118a469 Fix the ability to set other player's gamepad value 2023-08-16 19:22:35 -05:00
Ethan O'Brien
615419b641 Fix non-player specific gamepad bug 2023-08-16 18:44:21 -05:00
Allan Niles
a7033d4343 fix the text align error 2023-08-15 20:14:44 -06:00
Allan Niles
cb75cc52d8 add new option EJS_alignStartButton 2023-08-14 17:19:17 -06:00
3dcd8c91c3 update RetroArch cores 2023-08-13 17:09:13 -04:00
Allan Niles
b1a069bb60
Add new options and update pt-BR.json (#612)
* add new options and update pt-BR.json

* add new options and update pt-BR.json

* Commit from GitHub Actions (Minify Code)

* fix adBlocked function

* Commit from GitHub Actions (Minify Code)

* add new option to adBlocked function

* Commit from GitHub Actions (Minify Code)

* fix the `start-clicked` function

* Commit from GitHub Actions (Minify Code)

* Clean up code

* Commit from GitHub Actions (Minify Code)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-13 09:10:33 -06:00
Ethan O'Brien
e24cc0a84b Add new EJS_fullscreenOnLoaded option 2023-08-12 11:10:30 -05:00
Ethan O'Brien
41676496e8 Fix virtual gamepad alignment 2023-08-12 11:05:50 -05:00
Ethan O'Brien
adc0d0a3fc Add virtual Gamepad toggle to controller menu 2023-08-12 10:52:53 -05:00
Alexey Nurgaliev
a935139602 rewind button 2023-08-12 18:44:40 +03:00
Alexey Nurgaliev
ebafd0a37d game speed control buttons on predefined virtual controllers 2023-08-12 18:39:12 +03:00
Allan Niles
1ef9b4ab4b
Merge branch 'main' into main 2023-08-12 09:03:43 -06:00
Allan Niles
f681bfe853
- fix if statment
- move `window.EJS_missingLang` to the `this`
2023-08-12 14:53:17 +00:00
Ethan O'Brien
d03d7fd77d Nest minified code in a function 2023-08-12 09:50:45 -05:00
Allan Niles
9a50871114
fix localization 2023-08-12 02:10:05 +00:00
Alexey Nurgaliev
875f862221 slow motion 2023-08-11 19:20:11 +03:00
Ethan O'Brien
dbeeb1d7eb
Merge pull request #607 from n-at/feature-rewind-complete
rewind
2023-08-11 10:41:41 -05:00