cli: use the unix driver instead of the base one

Modified version of patch #3550558 from someone with a google account :)
This commit is contained in:
riccardom 2012-07-31 19:48:25 +00:00
parent 24acedacd5
commit f5e00560a6
1 changed files with 2 additions and 0 deletions

View File

@ -559,6 +559,8 @@ int main(int argc, char ** argv) {
g_thread_init( NULL);
}
driver = new UnixDriver();
#ifdef GDB_STUB
if ( my_config.arm9_gdb_port != 0) {
arm9_gdb_stub = createStub_gdb( my_config.arm9_gdb_port,