captainys / TOWNSEMU

FM Towns Emulator "Tsugaru"
BSD 3-Clause "New" or "Revised" License
247 stars 19 forks source link

Not really an issue #128

Closed Solitair69 closed 3 months ago

Solitair69 commented 3 months ago

Hi i stumbled upon the config at least i think its the config Tsugaru_Default.Tsugaru i saw the line APPSPEC could it be that this is the parameter for the aspect ratio? still looking for a way to get tsugaru stretched to widescreen you know :D

captainys commented 3 months ago

No, it is application-specific augmentation, like controlling mouse-cursor position by joystick to fly Wing Commander or Strike Commander with a USB joystick. So, are you looking for a way to expand the screen to the full Window size regardless of the aspect ratio?

Solitair69 commented 3 months ago

Yea exactly ,:) but i Always use fullscreen No window

captainys commented 3 months ago

Are you able to build from the latest source? I added free aspect ratio mode. From CUI, use -FREEASPECT option, or from GUI check Auto Scaling, and uncheck Maintain Aspect Ratio.

Solitair69 commented 3 months ago

ummm never built on my own so far

Solitair69 commented 3 months ago

hmm tried to follow tutorials as good as i can but get cmake errors all the time dont know how this works :(

Solitair69 commented 3 months ago

ok i made some progress :D

but getting these errors at the end

-- Building for: NMake Makefiles CMake Error at CMakeLists.txt:3 (project): Running

'nmake' '-?'

failed with:

no such file or directory

CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred!

Solitair69 commented 3 months ago

hm ok i did it with cmake and then vs 2022 but thats confusing for me i thought there would be an output like when i download tsugaru instead i have lots of stuff in many folders

Solitair69 commented 3 months ago

yay ok replaced the Tsuagru_CUI.exe with the new built one and added -FREEASPECT worked perfectly Thank you so much just didnt find keep aspect ratio in gui but i dont use the gui anyways well i guess since theres no new gui exe in the build Or at least i didnt find it or i did Something wrong building

Solitair69 commented 3 months ago

Solved