Skip to content

stop 'viewport override' logspam - #19082

Merged
LibretroAdmin merged 1 commit into
libretro:masterfrom
hizzlekizzle:spamstop
Jun 2, 2026
Merged

stop 'viewport override' logspam#19082
LibretroAdmin merged 1 commit into
libretro:masterfrom
hizzlekizzle:spamstop

Conversation

@hizzlekizzle

@hizzlekizzle hizzlekizzle commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

Guidelines

  1. Rebase before opening a pull request
  2. If you are sending several unrelated fixes or features, use a branch and a separate pull request for each
  3. If possible try squashing everything in a single commit. This is particularly beneficial in the case of feature merges since it allows easy bisecting when a problem arises
  4. RetroArch codebase follows C89 coding rules for portability across many old platforms check using C89_BUILD=1

Description

Warmenhoven's excellent overlay viewport resizing feature (5259c14) works a treat, but it also spams Applying viewport override! to logs/stdout on every frame while active. This PR just sets a flag to suppress any further copies of the message until the next overlay init.

Related Issues

none that I know of

Related Pull Requests

none

Reviewers

@warmenhoven

@LibretroAdmin
LibretroAdmin merged commit 490ba1f into libretro:master Jun 2, 2026
42 of 43 checks passed
@hizzlekizzle
hizzlekizzle deleted the spamstop branch June 2, 2026 20:35
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

Successfully merging this pull request may close these issues.

3 participants