kemono: remove old amdaemon workaround

This commit is contained in:
kyoubate-haruka 2024-09-12 12:40:57 +02:00
parent d4bb7b6e0e
commit 96bdacfa7c

View File

@ -2,7 +2,7 @@
pushd %~dp0
start "AM Daemon" /min cmd /C timeout 10 ^& inject_x64 -d -k kemonohook_x64.dll ../amdaemon.exe -f -c ../config.json"
start "AM Daemon" /min inject_x64 -d -k kemonohook.dll ../amdaemon.exe -f -c ../config.json
inject_x86 -d -k kemonohook_x86.dll Parade -screen-fullscreen 0 -popupwindow -screen-width 720 -screen-height 1280 -silent-crashes
taskkill /f /im amdaemon.exe > nul 2>&1