mirror of
https://github.com/digarok/gsplus.git
synced 2025-02-05 08:34:11 +00:00
host fst - JudgeName doesn't necessarily have a pathname.
This commit is contained in:
parent
e886532dbe
commit
efbd79264d
@ -2607,7 +2607,6 @@ void host_fst(void) {
|
|||||||
case 0x02:
|
case 0x02:
|
||||||
case 0x05:
|
case 0x05:
|
||||||
case 0x06:
|
case 0x06:
|
||||||
case 0x07:
|
|
||||||
case 0x0b:
|
case 0x0b:
|
||||||
case 0x10:
|
case 0x10:
|
||||||
path1 = get_path1();
|
path1 = get_path1();
|
||||||
|
@ -2672,6 +2672,7 @@ void host_fst(void) {
|
|||||||
fprintf(stderr, "Host FST: %04x %s", call, call_name(call));
|
fprintf(stderr, "Host FST: %04x %s", call, call_name(call));
|
||||||
|
|
||||||
if (call & 0x8000) {
|
if (call & 0x8000) {
|
||||||
|
fputs("\n", stderr);
|
||||||
// system level.
|
// system level.
|
||||||
switch(call) {
|
switch(call) {
|
||||||
case 0x8001:
|
case 0x8001:
|
||||||
@ -2719,7 +2720,6 @@ void host_fst(void) {
|
|||||||
case 0x02:
|
case 0x02:
|
||||||
case 0x05:
|
case 0x05:
|
||||||
case 0x06:
|
case 0x06:
|
||||||
case 0x07:
|
|
||||||
case 0x0b:
|
case 0x0b:
|
||||||
case 0x10:
|
case 0x10:
|
||||||
path1 = get_path1();
|
path1 = get_path1();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user