Skip to content

Commit

Permalink
Fix Splinter Cell over UDPBD (and perhaps more games)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgaiser committed Sep 15, 2023
1 parent b028ba9 commit 30c4d24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ee/loader/config/bsd-udpbd.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ file = "DEV9.IRX"
name = "dev9"
replace = true
version = 0x0208
return = 0 # 0=RESIDENT_END, 1=NO_RESIDENT_END, 2=REMOVABLE_END
# NOTE: dev9 returns 1 when there is NO network adapter connected.
# This fixes games that try to use the network but also prevents games
# from using the HDD.
# Change to 0 to allow games to use a real or emulated HDD
return = 1 # 0=RESIDENT_END, 1=NO_RESIDENT_END, 2=REMOVABLE_END
[[fake]]
file = "SMAP.IRX"
name = "INET_SMAP_driver"
Expand Down

0 comments on commit 30c4d24

Please sign in to comment.