Commit graph

3 commits

Author SHA1 Message Date
redpolline
32689355d0 Implement SteamAPI_WriteMiniDump. 2025-02-12 09:35:26 -05:00
redpolline
4083408bcb Add PDB generation to release builds & LC x64.
Adds pdb generation to windows release builds. (Easier debugging.)

Adds lobby_connect x64 windows builds. (release and debug.)
2025-02-12 09:35:26 -05:00
redpolline
74d22df42e Fix CI to use BAT files only for win build.
For consistency have the CI use the same build path as
the end-user builds.

Use where.exe from wine-10.0.

CI's version is a stub. Use one that actually works, until the CI gets
updated.

Also, fix broken RtlGenRandom by importing ADVAPI32's GetUserNameW(),
and calling GetModuleHandleW() / GetProcAddress() for SystemFunction032().
Instead of trying to use a fake import lib.

Bonus: Can now use the host system's username as the default for the
steam user name instead of "Noob".
("Noob" is still used as the fallback if this call fails, or the host
system's username is invalid.)
2025-02-11 07:59:19 -05:00