You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
Tidy up EEex.exe loader by removing command line parameter for log fi…
…le - this is handled in EEex.dll now.
Added a check to verify if EE game executable is 32bit or 64bit and to display an error message if 64bit is detected (which would require a 64bit version of EEex.exe loader and 64bit version of EEex.dll)
v1.0.0.18 - patch SDL_LogMessageV to EEexSDL_LogMessageV to allow log…
…ging output to EEex.log file as well. Added PeakNamedPipe call in EEex.exe to check if anything to process thus preventing ReadFile from hanging once EE game has closed
v1.0.0.12
- Add optional command line option for a filename - to redirect EEex.exe piped output from EE game to the specified filename (if EE game started via command line)