ps2homebrew / wLaunchELF

ELF loader and File browser for Sony PlayStation 2
Other
509 stars 51 forks source link

Added: VGA VMode #2

Closed doctorxyz closed 8 years ago

doctorxyz commented 8 years ago

Some days ago when iohanntachy asked for an uLE VGA VMode (http://psx-scene.com/forums/f113/any-chances-ulaunchelf-vga-mode-156142/) I remembered that I have already done this 7 years ago - and I almost lost it.

AKuHAK commented 8 years ago

Ok its fine but is there an option to force safe mode? I mean if you for example totally removed vga mode from your console you will see black screen with no option to get picture. I understand that some programs like opl doesn't need such feature but uLaunchELF can be called like low-level app ))) so it need such a feature.

doctorxyz commented 8 years ago

I see. How about we implement the [L1+R1+L2+R2] button combo pressing on uLE boot to activate the safe mode ?

doctorxyz commented 8 years ago

Okay, I have just caught some bugs so I will fix them first - And include the above combo as well; therefore, please reject this pull request.

AKuHAK commented 8 years ago

yeah this will be great! Maybe you can add this combo for reverting all settings to their defaults? :) Thanks in advance

uyjulian commented 8 years ago

actually, you can just fix your problem, commit your fix, then squash using git rebase -i HEAD~(how many commits you want to squash+1)

doctorxyz commented 8 years ago

AKuHAK, agreed - ATM I am commiting changes into my personal repo. Once finished, I will test this myself (on VGA monitor and TV) to check if everything is okay. uyjulian, thanks for the tips; after finishing the tests I will try to do what you suggested above.