Jump to content
LaunchBox Community Forums

Model 2 not full screen in Big BOX


Darkseid001

Recommended Posts

Any help so if i run the emulator by its self it goes in to full screen no problem and from launchbox it goes full screen no problem. If i launch big box and launch a game its 4:3 native not full screen i have changed the ini files to my res and put emulator to change to full screen automatic still only in big box it does not work any help please Thank you.

Link to comment
Share on other sites

ok so I figured it all out seems the roms have different versions some are full screen some are not but the roms that are not full screen its an easy fix

in the scrips folder there are .lua files with the name of the games if you create or edit a folder and paste this inside your game will fullscreen

also in the in the model 2 emulator config settings set wide screen window to 2

 

require("model2");    -- Import model2 machine globals

function Init()
    
end

function Frame()
      Model2_SetWideScreen(1)

     Model2_SetStretchALow(1)
    Model2_SetStretchAHigh(1)

     Model2_SetStretchBLow(1)
    Model2_SetStretchBHigh(1)
end

Edited by Darkseid001
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...