Skip to content

Instantly share code, notes, and snippets.

View Zap123's full-sized avatar

Luca Costa Zap123

View GitHub Profile
@Zap123
Zap123 / snapcraft.yaml
Created June 26, 2019 16:25
**Attempt 2: 32 bit lxd container**
name: pcsx2
version: 1.5.0
architectures:
- build-on: i386
run-on:
- amd64
- i386
summary: 'Playstation 2 Emulator'
description: "PCSX2 is a Playstation 2 emulator, a free program that tries to\nreplicate the Playstation 2 console to enable you to play PS2 games on your PC."
confinement: strict
@Zap123
Zap123 / snapcraft.yaml
Created June 26, 2019 16:23
Attempt 1: Cross compilation of pcsx2
name: pcsx2
version: 1.5.0
architectures:
- build-on: amd64
run-on:
- amd64
- i386
summary: 'Playstation 2 Emulator'
description: "PCSX2 is a Playstation 2 emulator, a free program that tries to\nreplicate the Playstation 2 console to enable you to play PS2 games on your PC."
confinement: strict
@Zap123
Zap123 / snapcraft.yaml
Created June 24, 2017 18:29
Dolphin-emu snapcraft.yaml
name: dolphin-emu-git # you probably want to 'snapcraft register <name>'
version: '5.0+git' # just for humans, typically '1.2+git' or '1.3.2'
summary: Dolphin is an open-source emulator for the Nintendo GameCube and Wii
description: |
Dolphin is an emulator for two recent Nintendo video game consoles the GameCube and the Wii.
It allows PC gamers to enjoy games for these two consoles in full HD (1080p)
with several enhancements compatibility with all PC controllers, turbo speed,
networked multiplayer, and even more!
grade: devel # must be 'stable' to release into candidate/stable channels
name: lollypop
version: "0.9.213"
grade: stable
summary: Lollypop is a GNOME music playing application.
description: |
Lollypop is a new GNOME music playing application.
confinement: strict
apps:
@Zap123
Zap123 / hitboxstreaming.sh
Created November 6, 2014 20:45
Hitbox Livestreaming Script
# Hitbox.tv livestreaming script
# based on : https://wiki.archlinux.org/index.php/Streaming_using_twitch.tv
INRES="1920x1080" # input resolution
OUTRES="1920x1080" # output resolution
FPS="15" # target FPS
GOP="30" # i-frame interval, should be double of FPS,
GOPMIN="15" # min i-frame interval, should be equal to fps,
THREADS="2" # max 6
CBR="1000k" # constant bitrate (should be between 1000k - 3000k)