Skip to content

Commit

Permalink
Update Get-DOMGameID.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
majorpbx authored May 22, 2022
1 parent cc1f4d8 commit 87981c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Get-DOMGameID.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Function Get-DOMGameID {
Param(
[Parameter(Mandatory=$true, ValueFromPipeline=$false)]
[Parameter(Mandatory=$false, ValueFromPipeline=$false)]
[int]$System = '24', # Nintendo 64
[Parameter(Mandatory=$true, ValueFromPipeline=$false)]
[Parameter(Mandatory=$false, ValueFromPipeline=$false)]
[ValidateSet('1','2','3','4','5','6','7','8','9')]
[int]$SearchType = '3', # Serials
[Parameter(Mandatory=$true, ValueFromPipeline=$true)]
Expand Down

0 comments on commit 87981c7

Please sign in to comment.