TheCodeTherapy / MAME-PSGS

A GLSL CRT-simulation Shader to use with MAME emulator with a special dithering/color approximation method to simulate a variety of old-school computer hardware custom color palettes.
Apache License 2.0
42 stars 5 forks source link

does not work in linux #3

Closed B-Nerd closed 9 months ago

B-Nerd commented 1 year ago

the glsl line looks like this but it does not work glsl_shader_mame0 "./glsl/mame-psg" i even did a absolute path it also does nothing it looks like this glsl_shader_mame0 "/home/username/.mame/glsl/mame-psgs"

mame.txt alien3.txt here are my ini's with ./ & a absolute path

Hechelion commented 1 year ago

you don't have glsl enabled change gl_glsl 0 by gl_glsl 1

Vulto commented 1 year ago

Here are some things to check in order to make it run on linux. Use fullpath in linux format /home/user/.mame/glsl/mame-psgs no "quotes"

TheCodeTherapy commented 9 months ago

Valuable info provided by @Vulto and @Hechelion . It definitely works on Linux, as it's the OS where I use it.

The lack of further info from @B-Nerd makes me think the configuration issues faced were solved after the tips.

I'll close this for now. Please feel free to submit a new issue in case the problem persists so I can offer further help.