Skip to content

Fix launch commands to work with file provider in kodi 22 #320

@djay

Description

@djay

It looks like to make it work with the file provider API in the upcoming Kodi we can't use extras. There is an example of ppsspp working without it
xbmc/xbmc#24075 (comment)

Not sure if other emulators can be called the same way.
Retroarch needs at least two Params I think but only one needs to use the file provider API.

Emulators that work with dataURI (require IAGL launch command change)

  • PPSSPP
  • Mupen64Plus FZ
  • TODO: find more

Emulators that don't accept dataURI (would need workaround or PR on emulator)

  • RetroArch
  • Drastic
  • DuckStation (untested)
  • TODO: find more

Emulators that can't accept a content: url at all

  • TODO: find them

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions