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

fix: update GBAOffset filter from Onion and add Perfect GBA overlay #84

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
filter = gbaoffset
filter = gbaoffset
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
overlay0_overlay = Perfect_GBA.png
overlay0_descs = "0"
overlay0_full_screen = "true"
overlay0_name = "overlay0"
overlay0_normalized = "true"
overlays = "1"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The recommended Retroarch settings:

1. Core Options:

Video > Color Correction > OFF

Video > Interframe Blending > Simple (NOTE: If you don't like the image ghosting, turn it OFF, but you may see flickering elements in games.)


2. Video Settings:

Integer Scale OFF

Keep Aspect Ratio ON

Image Interpolation > Bicubic

Video Filter > GBA > Filter for overlays > GBAOffset.filt

Thank you to u/1playerinsertcoin and u/mugwomp_93 on Reddit!
Loading