xenia-project / xenia

Xbox 360 Emulator Research Project
https://xenia.jp
Other
8.28k stars 1.14k forks source link

4:3 Support seems to be broken. #2255

Closed portalsam1 closed 8 months ago

portalsam1 commented 8 months ago

Validation

Describe what's going wrong

In the FAQ it states to change this line: video_mode->is_widescreen = 1 to video_mode->is_widescreen = 0 to enable 4:3 support.

After following the building guide I had a functional build of Xenia, however changing is_widescreen would do absolutely nothing, and the window and game would stay in 16:9. I built with both the Visual Studio build button and using xb build and both results were the same.

Changed Function: image

Games still being ran in 16:9: image image

Describe what should happen

Following the instructions in the FAQ should produce the results it describes, and games should run in 4:3.

If applicable, provide a callstack here, especially for crashes

No response

If applicable, upload a logfile and link it here

xenia.log

Gliniak commented 8 months ago

First screenshot clearly looks like 4:3 stretched to window size. Just set present_letterbox to false and resize window manually to size you want

Margen67 commented 8 months ago

Xenia master's wiki is outdated. Use this option with Xenia Canary instead: https://github.com/xenia-canary/xenia-canary/wiki/Options#internal-display-resolution