gbadev.org forum archive
This is a read-only mirror of the content originally found on forum.gbadev.org
(now offline), salvaged from Wayback machine copies. A new forum can be found here.
DS development > Detecting the GBAscreen?
#129402 - spinal_cord - Tue May 22, 2007 2:02 pm
Does anyone have a code snippet of how to check which screen is to be used for gba? If so, could you share it with me?
thankyou.
_________________
I'm not a boring person, it's just that boring things keep happening to me.
Homepage
#129417 - Lick - Tue May 22, 2007 6:11 pm
if (PersonalData->_user_data.gbaScreen)
// lower screen
else
// upper screen
_________________
http://licklick.wordpress.com
#129508 - spinal_cord - Wed May 23, 2007 10:33 am
Thankyou, that did the trick.
_________________
I'm not a boring person, it's just that boring things keep happening to me.
Homepage