libretro / beetle-pce-fast-libretro

Standalone fork of Mednafen PCE Fast to libretro
GNU General Public License v2.0
29 stars 55 forks source link

Uncentered signal gets centered #45

Open Tatsuya79 opened 7 years ago

Tatsuya79 commented 7 years ago

Just adding here a small limitation I noticed with the video rewrite.

It seems there is only 1 case when that happens: Final Blaster introduction (after pressing start on title screen). The game sends some small pictures (100 pixels width or something) off-centered; on the left of the screen then right. They get centered with the current code and I don't know how to fix that.

Those small width signals are a pain that forced me to define a fixed width for each display mode. Some developers coded their smaller pictures into a blank signal, others sent them directly, Final Blaster ones did that unique off-centered thing.