mirror of
https://github.com/retro100/dosbox-wii.git
synced 2025-02-04 21:06:38 +01:00
add kill for console
This commit is contained in:
parent
f23c2ea048
commit
70a03f926f
@ -202,6 +202,9 @@ void USBGeckoOutput()
|
||||
|
||||
void WiiInit()
|
||||
{
|
||||
extern const devoptab_t dotab_stdnull;
|
||||
devoptab_list[STD_OUT] = &dotab_stdnull;
|
||||
devoptab_list[STD_ERR] = &dotab_stdnull;
|
||||
//USBGeckoOutput(); // uncomment to enable USB gecko output
|
||||
__exception_setreload(8);
|
||||
fatInitDefault();
|
||||
|
Loading…
x
Reference in New Issue
Block a user