You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi and sorry for asking here, but since I dont use Reddit it seems the right place.
I got interested into doing Whidescreen HD mods, or simply playing around with it. But i faced myself that im missing this and that "feature" on the emulation side.
First, is the feature to show that "this" rom is supporting hd mode. It could be done by additional header flags. But in fact I wouldnt mind if its done by using an empty IO slot in the emulation.
The second one is that I also would like to be able to detect if the rom is RUNNING on a wide screen device.
I know that both features are not necessary. We could just do "exclusive" hacks. But not only hackers but also game creators might be interested into this feature. Thats why I want to bring this into the game by requesting one IO slot.
Highest Bit 1 = Setting made by the Game, 0 = Setting made by the System
Remaining bits:
0 = inactive
!0 = Wide Screen is supported
2 = Wide Screen is activated
and so on. Its just an example ..
The text was updated successfully, but these errors were encountered:
I can only help on the video output side. Such changes to the emulation itself will have to be handled by @byuu, who will look into it, if it helps the creation of widescreen patches (according to a post on reddit).
Just to be sure: This specific flags would only help optimizations, i.e. avoiding the additional computations if the system or ROM is not actually widescreen? Or is there any other reason for them?
Hi and sorry for asking here, but since I dont use Reddit it seems the right place.
I got interested into doing Whidescreen HD mods, or simply playing around with it. But i faced myself that im missing this and that "feature" on the emulation side.
First, is the feature to show that "this" rom is supporting hd mode. It could be done by additional header flags. But in fact I wouldnt mind if its done by using an empty IO slot in the emulation.
The second one is that I also would like to be able to detect if the rom is RUNNING on a wide screen device.
I know that both features are not necessary. We could just do "exclusive" hacks. But not only hackers but also game creators might be interested into this feature. Thats why I want to bring this into the game by requesting one IO slot.
Highest Bit 1 = Setting made by the Game, 0 = Setting made by the System
Remaining bits:
0 = inactive
!0 = Wide Screen is supported
2 = Wide Screen is activated
and so on. Its just an example ..
The text was updated successfully, but these errors were encountered: