[01:52:07] --- DominusExult is now known as Dominus
[16:38:04] <Dominus> Marzo: did you see this? https://github.com/Wiimpathy/exult/commit/bae9b6289bdd15beeb4f7208cb4de452b44b443e
[16:38:11] <Dominus> https://gbatemp.net/threads/exult-wii-ultima-vii-game-engin.568647/
[16:38:53] <Marzo> Nope, didn't see it
[16:40:38] <Dominus> Got to try that. I still have my Wii in the basement :)
[18:58:48] <Marzo> I did some changes to video options gump which should fix the selection issue you are having
[19:07:29] <Dominus> thanks, Marzo, works now
[19:07:54] <Dominus> is it ok if I set maxy to 200 in cheatscreen for iphone?
[19:07:55] <Dominus> #ifdef __IPHONEOS__
[19:07:55] <Dominus> maxy = 200;
[19:07:56] <Dominus> #else
[19:08:04] <Marzo> In the end, the code had never been properly modified to account for the added resolutions in iphoneos
[19:09:06] <Marzo> In CheatScreen::show_screen? I guess so
[19:09:33] <Marzo> Is it enough to fix the cheat screen issues you talked about?
[19:10:29] <Dominus> yes, the other way would mean setting everything relative to maxy. This is the easiest but I will test some more to make sure it doesn't bite me later
[19:19:29] <Dominus> yes, that works, I'll commit it
[19:35:09] <Dominus> hmm, that wii port is really using SDL-Wii which is based on SDL 1.2x :( (I suspected that but hoped otherwise)