Commit graph

10 commits

Author SHA1 Message Date
MattiaPell
c13d8df901
Fix typo in Translate.html (#820) 2024-04-16 08:53:00 -05:00
andrigamerita
eea0ec3dc3 Add button to open context menu (#728)
* Add button to open context menu

In some contexts, it's hard or impossible to open the context menu of the emulator, which is required to access important secondary options such as quick states, screen recording, and software information. Primarily, it's apparently impossible to open the context menu on a mobile web browser, since a long press on the screen is, for good reason, not registered like a right mouse click is on desktop. This commit adds what I think is the ideal solution to the issue: a button on the menu bar/drawer that opens up the context menu, without cluttering it up with multiple options, just a single new one.

* Update en locale (en.json, Translate.html)

* Fix contextMenuButton dimensions

* Set contextMenu to be centered when open via button
2023-12-12 15:58:46 +01:00
Allan Niles
8c04019647 Add button gamepad naming (#637)
* Add button gampad naming
2023-08-26 15:29:31 -06:00
Allan Niles
eeeffe4892 fix joystick and keyboard input localization (#630)
* fix gamepad languages

* fix joystick and keyboard input localization

* fix the things that need to be changed

* loop through the info object and set localization

* small clean up

* add this.missingLang

* fix speedControlButtons
2023-08-23 15:28:52 -06:00
Allan Niles
a3423bcbd8 fix gamepad languages (#628)
* fix gamepad languages
2023-08-20 16:25:23 -06:00
Allan Niles
64cf434adc fix localization 2023-08-12 02:10:05 +00:00
Ethan O'Brien
cbc15aaf52 Localization 2023-07-03 11:37:43 -05:00
Ethan O'Brien
f2bf2e9c30 Begin re-writing the base functions
Co-authored-by: Allan Niles <74841470+allancoding@users.noreply.github.com>
2023-06-20 14:17:02 -05:00
Ethan O'Brien
4f4b87386e Version 3.0.5
Co-authored-by: Allan Niles <74841470+allancoding@users.noreply.github.com>
Co-authored-by: ericKuang <kk297466058@gmail.com>
2022-10-23 12:18:00 -05:00
Ethan O'Brien
729d138a98 Version 1.1.0
Co-authored-by: Allan Niles <74841470+allancoding@users.noreply.github.com>
2022-03-15 21:10:00 -05:00