Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update required-flycast-version #308

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-1.4.7
flycast=gdxsv-9.0.0
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.2.0"
requiredFlycastVersion = "v1.7.0"

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