mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-16 15:19:15 +01:00
add kill for console
This commit is contained in:
parent
f23c2ea048
commit
70a03f926f
@ -202,6 +202,9 @@ void USBGeckoOutput()
|
|||||||
|
|
||||||
void WiiInit()
|
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
|
//USBGeckoOutput(); // uncomment to enable USB gecko output
|
||||||
__exception_setreload(8);
|
__exception_setreload(8);
|
||||||
fatInitDefault();
|
fatInitDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user