grumpycoders / pcsx-redux

The PCSX-Redux project is a collection of tools, research, hardware design, and libraries aiming at development and reverse engineering on the PlayStation 1. The core product itself, PCSX-Redux, is yet another fork of the Playstation emulator, PCSX.

Home Page:https://pcsx-redux.consoledev.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psyqo PAL not centered.

the-connors opened this issue · comments

Using psyqo example code on PAL 5552 machine, screen cut on top, and black on bottom.

Code:

    psyqo::GPU::Configuration config;
    config.set(psyqo::GPU::Resolution::W320)
        .set(psyqo::GPU::VideoMode::AUTO)
        .set(psyqo::GPU::ColorMode::C15BITS)
        .set(psyqo::GPU::Interlace::PROGRESSIVE);
    gpu().initialize(config);

Output:
image

ps-iowned/loader-beta-test#2

Report: @danhans42.

Alright, I'm going to need some help with this one. I have a PAL console on which I tested this code, and my capture card doesn't show any problem. Tho I might be able to find some old screen to test with and find the right settings.

@danhans42? @JonathanDotCel?

@nicolasnoble - no worries - got a few different PAL receivers and setups I can test on. Feel free to throw any tests my way

This was addressed.