]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/wcpu/wcpu.c
scroll.exe works again but the fps thingy dose not work because of MM zcroll breaks...
[16.git] / src / lib / wcpu / wcpu.c
index a5cdd665cb81341c97d8d68f2531a6fefbeea286..92b919198fb0721835678c42dcbc3bcb79247697 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~
- * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123
+ * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover
  *
  * This file is part of Project 16.
  *
@@ -25,7 +25,7 @@
 
 byte detectcpu()
 {
-       byte cputype;
+       byte cputype=0;
        __asm
        {
                PUSHF                   ; we gonna modify flags, so back them up