libretro / pcsx_rearmed

ARM optimized PCSX fork
GNU General Public License v2.0
168 stars 120 forks source link

[WiiU] Blackscreen when I load a Game + Bisect Results #753

Closed Ploggy closed 1 year ago

Ploggy commented 1 year ago

This tracker is for pcsx-rearmed-libretro issues only.

If the issue also occurs in standalone PCSX-ReARMed, the upstream repo is probably a better place for it.

That said, we would suggest that you also try it on other PCSX-based forks such as PCSX Reloaded, PCSX Redux and the upstream version as well because these share a similar codebase (or derive from it) and are helpful for regression testing, thus making it more likely for the bug to be fixed if it is indeed specific to the libretro core only.

Description

Tested the build from 607dd96 (I see you've made some new changes since then) :P on the WiiU but when I load a game it will blackscreen.

Steps to reproduce

Load a Game on WiiU

When did the behavior start?

I have done some bisecting and it points to: dda1b8987d2b25f8d8f60ef519fd9f4846c1a832 is the first bad commit commit dda1b8987d2b25f8d8f60ef519fd9f4846c1a832 Author: notaz notasas@gmail.com Date: Sun Aug 27 01:01:46 2023 +0300

reduce some code duplication

Your device/OS/platform/architecture

WiiU

Logs (enable file logging and set log levels to DEBUG for core and frontend)

Screenshots (if needed for visual confirmation)

Others (save states and/or save files nearest to the affected area, compressed)

Ploggy commented 1 year ago

I just built the latest changes just in case it was somehow working but it still shows just a blackscreen when booting a game. :)

Ploggy commented 1 year ago

That did it, thank You @notaz :) much appreciated!