Skip to content

Instantly share code, notes, and snippets.

@udance4ever
udance4ever / ps3Launch
Last active March 26, 2025 02:41
macOS (& Linux) RPCS3 launcher that handles .ps3.squashfs & PSN dev mounts
#!/usr/bin/env python3
import argparse
import os
import atexit
import platform
import re
# boolean: https://stackoverflow.com/a/52403318/9983389
parser = argparse.ArgumentParser()