Zman2024

Results 3 comments of Zman2024

I'm assuming that you're trying to write just assembly and nothing else, but it's in a C++ project. Under the hood in C++ `int main` is not the first thing...

all parameters that are passed to the loader are passed to steam. Just send -no-browser to the loader via shortcut / batch script

> @Zman2024 Tried your simple application, but having the same issue. > > > > `main.cpp` > > ```c++ > extern "C" int asmMain(); > > int main() > {...