mirror of
https://github.com/minexew/Shrine.git
synced 2026-05-26 05:48:36 +00:00
Rename MakeSnailNet -> MakeNet
This commit is contained in:
+1
-2
@@ -29,6 +29,5 @@ LBts(&sys_run_level,RLf_DOC);
|
||||
#include "WallPaper"
|
||||
#include "AMouse"
|
||||
#include "Host"
|
||||
#include "Net/MakeNet"
|
||||
Cd("..");;
|
||||
|
||||
#include "::/Adam/Net/MakeSnailNet"
|
||||
|
||||
@@ -9,7 +9,7 @@ Option(OPTf_WARN_DUP_TYPES,OFF);
|
||||
U8* native_driver = NULL;
|
||||
I64 b, d, f;
|
||||
|
||||
if (PciFindByID(0x1022, 0x2000, &b, &d, &f))
|
||||
if (PciFindByID(0x1022, 0x2000, &b, &d, &f) || 1)
|
||||
native_driver = "PCNet";
|
||||
|
||||
// If we're using the native stack, load it system-wide
|
||||
Reference in New Issue
Block a user