mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Make titlebar and about dialog fancy for cmake build.
Windows needs fixing.
This commit is contained in:
@ -103,7 +103,7 @@ void TexDecoder_OpenCL_Initialize()
|
||||
char dolphin_rev[HEADER_SIZE];
|
||||
|
||||
filename = File::GetUserPath(D_OPENCL_IDX) + "kernel.bin";
|
||||
snprintf(dolphin_rev, HEADER_SIZE, "%-31s", svn_rev_str);
|
||||
snprintf(dolphin_rev, HEADER_SIZE, "%-31s", scm_rev_str);
|
||||
|
||||
{
|
||||
File::IOFile input(filename, "rb");
|
||||
|
Reference in New Issue
Block a user