forked from Dniel97/segatools
small logging improvement
This commit is contained in:
parent
e8e2408897
commit
9c042e553e
@ -35,6 +35,7 @@ static const struct hook_symbol win32_hooks[] = {
|
||||
HRESULT elisabeth_hook_init()
|
||||
{
|
||||
dll_hook_insert_hooks(NULL);
|
||||
dprintf("Elisabeth: Init\n");
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
@ -67,7 +67,7 @@ HRESULT touch_hook_init(const struct touch_config *cfg)
|
||||
|
||||
InitializeCriticalSection(&touch0_lock);
|
||||
InitializeCriticalSection(&touch1_lock);
|
||||
dprintf("Wacca touch: init\n");
|
||||
dprintf("Wacca touch: Init\n");
|
||||
|
||||
uart_init(&touch0_uart, 3);
|
||||
touch0_uart.written.bytes = touch0_written_bytes;
|
||||
|
Loading…
Reference in New Issue
Block a user