Darkseid001 Posted August 1, 2020 Share Posted August 1, 2020 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. Quote Link to comment Share on other sites More sharing options...
Darkseid001 Posted August 3, 2020 Author Share Posted August 3, 2020 (edited) 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 August 3, 2020 by Darkseid001 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.