otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
183 stars 51 forks source link

Handle early shutdown properly #208

Closed otavepto closed 3 weeks ago

otavepto commented 3 weeks ago

Game first gets dll handle to gameoverlayrenderer.dll, if that fails it'll try to read env var "SteamPath", if that fails, then it'll init the api which starts steam (real scenario not with emu) and immediately shuts it down. Later it'll init the api again

Also fixed more warnings and libssq usage bug

Fixes #200 and closes #207