Skip to content

Commit

Permalink
Revert "Update required-flycast-version"
Browse files Browse the repository at this point in the history
  • Loading branch information
inada-s authored Jan 9, 2025
1 parent 6e8f693 commit fd34fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gdxsv/lbs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ us-east4=161
us-west1=94
us-west2=100
us-west3=112
flycast=gdxsv-9.0.0
flycast=gdxsv-1.4.7
build_date=2023-05-30T17:23:27Z
git_hash=abf868a
cpu=x86/64
Expand Down
2 changes: 1 addition & 1 deletion gdxsv/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
gdxsvRevision string

// Minimum required flycast version.
requiredFlycastVersion = "v1.7.0"
requiredFlycastVersion = "v1.2.0"

// Global random
gRand = rand.New(rand.NewSource(time.Now().UnixNano()))
Expand Down

0 comments on commit fd34fa1

Please sign in to comment.