Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console images are hardcoded to default-* #35

Open
n-i-x opened this issue Dec 30, 2021 · 0 comments
Open

Console images are hardcoded to default-* #35

n-i-x opened this issue Dec 30, 2021 · 0 comments

Comments

@n-i-x
Copy link

n-i-x commented Dec 30, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant