mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-11 18:09:30 +08:00
Update find_interfaces.ps1
This commit is contained in:
parent
f5397c1674
commit
e4addcd84b
@ -5,9 +5,7 @@ if( ! $fi )
|
||||
$fi = "steam_api.dll"
|
||||
}
|
||||
|
||||
function findinterface
|
||||
|
||||
($api)
|
||||
function findinterface($api)
|
||||
{
|
||||
$str = Select-String "$api[0-9][0-9][0-9]" $fi
|
||||
if( $str -match "$api[0-9]{3}" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user