Skip to content

v1.1

Latest
Compare
Choose a tag to compare
@Martin1994 Martin1994 released this 27 Dec 18:01
· 2 commits to mainline since this release

This release adds clickable/touchable game console buttons.

General dependencies:

  • Server side
    • ASP.NET 6 runtime
  • Client side
    • WebCodecs support in the browser

Dependencies with VP9:

  • libvpx-1.11.0 (or any version with compatible ABI) - Usually you need to compile it by yourself

Dependencies with H264:

To start the server:

dotnet OptimeGBA-Web.dll --Optime:BiosHome=<dir-with-bios> --Optime:Rom=<path-to-rom>  [--VideoEncoding="<encoding>"]

VideoEncoding can be one of the following:

  • vp9
  • h264highres - default & recommended
  • h264 - Comparing to h264highres this consumes slightly less CPU and networking but produces images with worse quality.