--- Daodan/src/Daodan.c 2013/07/26 10:42:31 893 +++ Daodan/src/Daodan.c 2014/04/02 00:48:54 990 @@ -11,6 +11,7 @@ #include "Daodan_Console.h" #include "Daodan_Config.h" #include "patches/Patches.h" +#include "bink-proxy.h" #include "_Version.h" #include "Oni.h" @@ -20,7 +21,6 @@ HMODULE DDrDLLModule; HMODULE DDrONiModule; - void __cdecl DDrMain(int argc, char* argv[]) { time_t rawtime; @@ -35,9 +35,15 @@ void __cdecl DDrMain(int argc, char* arg DDrConfig(argc, argv); + if(GetKeyState(VK_SHIFT) & 0x8000) { + DDrStartupMessage("Daodan: Shift"); + guitest(DDrONiModule); + } + DD_Patch_Init(); - - + + BinkProxyInit(); + ONiMain(argc, argv); } /*