Skip to content

Instantly share code, notes, and snippets.

View Killua99x's full-sized avatar
🏠
Working from Mac

Pietro Killua99x

🏠
Working from Mac
  • Italy
View GitHub Profile
@Killua99x
Killua99x / README.md
Created September 10, 2024 21:00 — forked from jleem99/README.md
Bash script that enables Metal API for League of Legends on macOS

Bash script that enables Metal API for League of Legends on macOS.

After installing League of Legends, you can run this script to enable Metal API for the game.
You can expect a performance boost of up to ~2x FPS.

How to run

To run the script, download the script and run it in Terminal.
Or, open Terminal and type the following command:

@Killua99x
Killua99x / build-mpv_silicon.sh
Created August 5, 2023 21:11 — forked from dbrookman/build-mpv_silicon.sh
How to build mpv & mpv.app on an Apple silicon (M1 / M2) Mac
#!/usr/bin/env bash
# builds mpv & mpv.app on Apple silicon (M1 / M2) Macs
# run this script from the root directory of the mpv repo
# if anything fails, gtfo
set -ex
meson setup build
meson compile -C build