Skip to content

Commit 884fdb7

Browse files
author
Lily
committed
happy new year
1 parent b3a93be commit 884fdb7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/android/PsychJNI.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 Mobile Porting Team
2+
* Copyright (C) 2025 Mobile Porting Team
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a
55
* copy of this software and associated documentation files (the "Software"),

source/mobile/CopyState.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 Mobile Porting Team
2+
* Copyright (C) 2025 Mobile Porting Team
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a
55
* copy of this software and associated documentation files (the "Software"),
@@ -84,7 +84,7 @@ class CopyState extends MusicBeatState
8484
case "armv7" | "armv7l" | "armv8l":
8585
archPrefix = "armv7a";
8686
case "arm64" | "aarch64" | "armv8":
87-
archPrefix = "aarch64";
87+
archPrefix = "arm64";
8888
case "x86" | "i386" | "i686":
8989
archPrefix = "x86";
9090
case "x86_64" | "amd64":

source/mobile/options/MobileOptionsSubState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2024 Mobile Porting Team
2+
* Copyright (C) 2025 Mobile Porting Team
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a
55
* copy of this software and associated documentation files (the "Software"),

0 commit comments

Comments
 (0)