Skip to content

Releases: linuxserver/docker-emulatorjs

1.8.5-ls93

27 Jan 23:19
Compare
Choose a tag to compare

LinuxServer Changes:

Add atari5200 support.

emulatorjs Changes:

Feature Release:

  • Add atari5200 support via atari800 emulator

1.8.4-ls92

26 Jan 20:44
Compare
Choose a tag to compare

LinuxServer Changes:

Pin node back on aarch64 as well for compatibility.

emulatorjs Changes:

Feature Release:

  • Add support for romhacks using special patchzip file extension.
  • Fix bug where assets were not able to be uploaded if the user had not scanned in roms previously.
  • Shift to new default peer for IPFS ingestion.

1.8.3-ls91

25 Jan 15:31
Compare
Choose a tag to compare

LinuxServer Changes:

Pin node back on aarch64 as well for compatibility.

emulatorjs Changes:

BugFix Release:

  • Ensure the libretro webassembly is loaded before setting up the FS and calling the main thread. In previous versions it was possible the browser would not cache a large core depending on it's max file size limit and it would try to run before the stack was ready.
  • NDS metadata updates thanks @gr33k .

1.8.3-ls90

25 Jan 08:45
Compare
Choose a tag to compare

LinuxServer Changes:

Add logic to symlink out RO rom directories to support upgrades.

emulatorjs Changes:

BugFix Release:

  • Ensure the libretro webassembly is loaded before setting up the FS and calling the main thread. In previous versions it was possible the browser would not cache a large core depending on it's max file size limit and it would try to run before the stack was ready.
  • NDS metadata updates thanks @gr33k .

1.8.3-ls89

24 Jan 00:58
Compare
Choose a tag to compare

LinuxServer Changes:

Add logic to symlink out RO rom directories to support upgrades.

emulatorjs Changes:

BugFix Release:

  • Ensure the libretro webassembly is loaded before setting up the FS and calling the main thread. In previous versions it was possible the browser would not cache a large core depending on it's max file size limit and it would try to run before the stack was ready.
  • NDS metadata updates thanks @gr33k .

1.8.3-ls88

22 Jan 18:55
Compare
Choose a tag to compare

LinuxServer Changes:

Update remaining cores for melonds and yabause threaded to fix audio issues.

emulatorjs Changes:

BugFix Release:

  • Ensure the libretro webassembly is loaded before setting up the FS and calling the main thread. In previous versions it was possible the browser would not cache a large core depending on it's max file size limit and it would try to run before the stack was ready.
  • NDS metadata updates thanks @gr33k .

1.8.2-ls87

18 Jan 08:56
Compare
Choose a tag to compare

LinuxServer Changes:

Update remaining cores for melonds and yabause threaded to fix audio issues.

emulatorjs Changes:

Feature Release:

  • Allow hover over logos to see game name #129
  • Massive SHA1 reference data added for many systems thanks @gr33k!
  • New logos and vids along with reference metadata for many systems added thanks @webysther
  • Add n64 compatible touch controls to go with mupen core

1.8.2-ls86

14 Jan 22:36
Compare
Choose a tag to compare

LinuxServer Changes:

Update remaining cores for melonds and yabause threaded to fix audio issues.

emulatorjs Changes:

Feature Release:

  • Allow hover over logos to see game name #129
  • Massive SHA1 reference data added for many systems thanks @gr33k!
  • New logos and vids along with reference metadata for many systems added thanks @webysther
  • Add n64 compatible touch controls to go with mupen core

1.8.2-ls85

14 Jan 04:43
Compare
Choose a tag to compare

LinuxServer Changes:

Use Node 16 on x86 image to restore metadata uploads in backend, update psx core to current.

emulatorjs Changes:

Feature Release:

  • Allow hover over logos to see game name #129
  • Massive SHA1 reference data added for many systems thanks @gr33k!
  • New logos and vids along with reference metadata for many systems added thanks @webysther
  • Add n64 compatible touch controls to go with mupen core

1.8.1-ls84

11 Jan 21:57
Compare
Choose a tag to compare

LinuxServer Changes:

Use Node 16 on x86 image to restore metadata uploads in backend, update psx core to current.

emulatorjs Changes:

Feature Release:

  • Update psx core to Retroarch 1.16.0 with audio fixes