Skip to content

Commit

Permalink
🎨 Arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Jan 19, 2025
1 parent 24dcf59 commit 8796def
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public interface ISteamworksLocalApiService
Architecture.X86 => true,
Architecture.X64 => true,
#if MACOS
Architecture.Arm64 => true,
Architecture.Arm64 => true, // Steam 的 ARM64 仅支持 Apple M 系列
#endif
_ => false,
};
Expand Down

0 comments on commit 8796def

Please sign in to comment.