Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Blinking/screen tearing on records only #336

@HGStyle

Description

@HGStyle

It is due to the colorspace conversion happening on Windows:

Image

It is fixable by removing it, and half-fixable by replacing fast=1 to fast=0 (and it does not really have a huge impact on performance)

With colorspace conversion (has the glitch):
https://files.catbox.moe/l03deo.mp4

With colorspace conversion, with fast=0 (has some brightness issues, look at the bottom):
https://files.catbox.moe/a56kgi.mp4

Without colorspace conversion (has no issue):
https://files.catbox.moe/v4ciyo.mp4

However, I'm not a C++ dev, and when trying to fix the issue myself by removing the option in the code and rebuilding the Geode mod, it did not fix the problem...

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