Skip to content

Instantly share code, notes, and snippets.

@fewtarius
fewtarius / install_vita3k.md
Last active June 6, 2024 16:18
Install Vita3K in SteamOS / SteamFork

Save to ~/install_vita3k.sh, make it executable, and execute it in Desktop Mode. Add the Vita3K shortcut to Steam.

#!/bin/sh

EMU="Vita3K"
DESKTOP_FILE="${EMU}.desktop"

APPS_PATH="${HOME}/Applications"
INSTALL_PATH="${HOME}/.config/${EMU}"
@fewtarius
fewtarius / rg35xx.dts
Created February 5, 2023 16:01 — forked from macromorgan/rg35xx.dts
Device Tree for RG35XX
/dts-v1/;
/ {
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "actions,gs705a\0actions,atm7059a";
interrupt-parent = <0x01>;
model = "Actions GS705A board";
chosen {
@fewtarius
fewtarius / syncthing.md
Last active June 29, 2023 16:27
Syncthing on Deck
@fewtarius
fewtarius / fix_jacksense_eapd.md
Last active February 10, 2024 20:12
Fixing Jack Sense and EAPD

Fixing Jack Sense and EAPD

This mini-guide helps correct issues with internal speakers or the headphone jack outputting static and not functioning after sleep. It deprecates CodecCommander, ALC_JackFix, my JackFix script, and all other combo jack helpers by correcting the layout in AppleALC.

Prerequisites

  • Xcode
  • The latest AppleALC source code tested to build cleanly
  • A Codec Dump from Linux or OpenCore
  • ProperTree