Allow inserting of build number and git hash through CMake, while also porting the mouse capture title fix from the CLI branch
This commit is contained in:
@@ -434,7 +434,7 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpszArg, int nCmdShow)
|
||||
hinstance = hInst;
|
||||
|
||||
/* Set the application version ID string. */
|
||||
sprintf(emu_version, "%s v%s", EMU_NAME, EMU_VERSION);
|
||||
sprintf(emu_version, "%s v%s", EMU_NAME, EMU_VERSION_FULL);
|
||||
|
||||
/* First, set our (default) language. */
|
||||
set_language(0x0409);
|
||||
|
||||
Reference in New Issue
Block a user