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

[BUG]: Add video filter freeze the display #603

Open
1 task done
dem1980 opened this issue Jul 15, 2024 · 2 comments
Open
1 task done

[BUG]: Add video filter freeze the display #603

dem1980 opened this issue Jul 15, 2024 · 2 comments
Labels
bug Something isn't working RetroArch libretro related

Comments

@dem1980
Copy link

dem1980 commented Jul 15, 2024

Version

2.0.0 (BETAv2) pre-release

Version type

musl (experimental)

Version hash

No response

Issue description

When you add/activate a video filter or shader in retroarch, and go back in game, the display seems to be broken. I have black screen.
If you quit the game/retroarch and start a new game, the video filter seems to be well activated.

Steps to reproduce

  1. Start a game with retroarch core
  2. Activate a shader
  3. Go back to game, the screen remains Black
  4. Quit the game, push hotkey button, press B (without view the screen, it is broken), move Up, press A, the game will be closed and you are back in MiyooCfw
  5. Start a game, the shader is activated and works

What device are you using?

PowKiddy V90

Relevant log outputs

No response

Issues' terms

  • I did not find any existing open/closed issue of same matter
@dem1980 dem1980 added the bug Something isn't working label Jul 15, 2024
@Apaczer
Copy link
Collaborator

Apaczer commented Jul 23, 2024

Correct, you have to enbale Vsync in general settings to bypass this bug.
Unfortunately this has been an issue since day one (when the RetroArch have been ported officially to Miyoo).

We disabled Vsync by default because there are artifacts on pcsx_rearmed core when it is active (probably due to DOUBLEBUFFERING being active with it). Moreover you have to disable core_specific hotkey FF input (and enable global) if you want to use fast forward at all in that configuration.

Probably we will enable Vsync in the future for good with proper settings.

@Apaczer Apaczer added the RetroArch libretro related label Jul 23, 2024
@dem1980
Copy link
Author

dem1980 commented Aug 19, 2024

Thank you.
The parameter Vsync resolve this problem when i need to test/setup shaders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working RetroArch libretro related
Projects
None yet
Development

No branches or pull requests

2 participants