mirror of https://github.com/PCSX2/pcsx2.git
fix visual studio compilation
This commit is contained in:
parent
3ef93addd0
commit
30ba964f9d
|
@ -39,7 +39,7 @@ endfunction(detectOperatingSystem)
|
|||
|
||||
function(write_svnrev_h)
|
||||
if (GIT_FOUND)
|
||||
execute_process(COMMAND git show -s --format=%%%ci HEAD
|
||||
execute_process(COMMAND git show -s --format=%ci HEAD
|
||||
OUTPUT_VARIABLE tmpvar_WC_INFO
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||
# %2014-03-25 16:36:29 +0100
|
||||
|
|
|
@ -1295,7 +1295,7 @@ void dynarecMemcheck()
|
|||
recExitExecution();
|
||||
}
|
||||
|
||||
__fastcall void dynarecMemLogcheck(u32 start, bool store)
|
||||
void __fastcall dynarecMemLogcheck(u32 start, bool store)
|
||||
{
|
||||
if (store)
|
||||
DevCon.WriteLn("Hit store breakpoint @0x%x", start);
|
||||
|
|
Loading…
Reference in New Issue