The Dink Network

Reply to Re: Help me make DinkHD better

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
September 13th 2017, 05:52 AM
seth.gif
Seth
Peasant He/Him Japan
 
redink1: Woot, glad it compiles for you! Oh, I bet I know why it's building the iPhone emulation version. I've added this to the programmer readme:

* By default, Proton SDK's main.cpp is setup to compile for iPhone most likely. Assuming you'd rather not have an iPhone build, search the project for "//WORK: Change device emulation here" and right under that,
change it from string desiredVideoMode = "iPhone Landscape"; or whatever it was to "string desiredVideoMode = "Windows"; instead. (this is where you can emulate many devices and sizes)

Also, you should update both the proton sdk and DinkHD dirs, I just committed more fixes. Still working my way through the Bloop's Purpoise issues, but it's looking a lot better now.