mrdude2478
mrdude2478
Update: I am nearer to finding the issue with the addons causing crap sounds on the switch now, In qcommon\q_shared.h You can set the path of the game you are...
Never Mind, I found the problem - this fixes it and now touchscreen works with this modded code: ``` void IN_Touch( void ) { //set up touchscreen hidInitializeTouchScreen(); } void...
Thanks for the quick reply, I will try that later. Thanks again - for this program. I made a basic gui for it with visual studio c# for quickly renaming...
@hippie68 I made a few mods to your source code so it's C++ compatible, that way you can compile with gcc and g++, also as I am using on windows...