]> 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
old mode 100644 (file)
new mode 100755 (executable)
index ea76843..92b9191
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~
- * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669
+ * 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