Skip to content

Console images are hardcoded to default-* #35

@n-i-x

Description

@n-i-x

The console logs that the system is looking for console\system.png or .gif but the code requires it to be consoles/default-system.(png|gif)

consoleFilePathPNG = this.application.getPixel().getPixelHome() + "console/default-" + consoleNameMapped + ".png";

Looking for: /userdata/system/pixelcade/console\lightgun.png or .gif

Additionally, you should be using the os-specific filesystem separator and not hardcoded strings which are not correct on linux

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