Skip to content

Commit 2e9b341

Browse files
committed
frontfacing
1 parent cef782a commit 2e9b341

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ endif()
2727

2828
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
2929

30-
# https://miniaud.io/docs/manual/index.html
31-
# The macOS build should compile cleanly without the need to download any dependencies
32-
# nor link to any libraries or frameworks.
33-
# The iOS build needs to be compiled as Objective-C and will need to link the relevant frameworks
34-
# but should compile cleanly out of the box with Xcode.
35-
# Compiling through the command line requires linking to -lpthread and -lm.
36-
3730
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS)
3831
message(STATUS "Fuck iOS.")
3932
else()

about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Ever felt like a song was an absolute dud? Click the <cl>blacklist button</c> (y
3333

3434
# RayDeeUx would like to thank:
3535
- [dasshu_](https://linktr.ee/jaydasshu) <cj>for the new mod logo for v1.6.5 and onward.</c>
36+
- [mackron](https://twitter.com/mackron) <cj>for their [miniaudio](https://github.com/mackron/miniaudio) library, used to calculate the lengths of audio files on most platforms. (Except iOS. Everyone [optional adverb + present tense plural verb] iOS.)</c>
3637

3738
[Join RayDeeUx's Discord server](https://discord.gg/WqZBYdBWZW) to report issues with using the mod, or [open a GitHub issue](https://github.com/elnexreal/menuloop_randomizer/issues/new).
3839

0 commit comments

Comments
 (0)