Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/812d6086cc10ef287d3a809ea7bc3852 to your computer and use it in GitHub Desktop.
Save ryantm/812d6086cc10ef287d3a809ea7bc3852 to your computer and use it in GitHub Desktop.
/nix/store/qh8r2y7m4j3bfhmap2yvlyx4d82nqfgz-mgba-0.7.1
├── bin
│   ├── mgba
│   └── mgba-qt
├── include
│   └── mgba
│   └── flags.h
├── lib
│   ├── libmgba.so.0.7 -> libmgba.so.0.7.1
│   └── libmgba.so.0.7.1
├── nix-support
│   └── propagated-user-env-packages
└── share
├── applications
│   └── mgba.desktop
├── doc
│   └── mGBA
│   ├── CHANGES
│   ├── LICENSE
│   ├── licenses
│   │   ├── blip_buf.txt
│   │   └── inih.txt
│   ├── README_DE.md
│   └── README.md
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── mgba.png
│   ├── 16x16
│   │   └── apps
│   │   └── mgba.png
│   ├── 24x24
│   │   └── apps
│   │   └── mgba.png
│   ├── 256x256
│   │   └── apps
│   │   └── mgba.png
│   ├── 32x32
│   │   └── apps
│   │   └── mgba.png
│   ├── 48x48
│   │   └── apps
│   │   └── mgba.png
│   ├── 512x512
│   │   └── apps
│   │   └── mgba.png
│   ├── 64x64
│   │   └── apps
│   │   └── mgba.png
│   └── 96x96
│   └── apps
│   └── mgba.png
├── man
│   └── man6
│   ├── mgba.6.gz
│   └── mgba-qt.6.gz
└── mgba
├── nointro.dat
└── shaders
├── agb001.shader
│   ├── agb001.fs
│   └── manifest.ini
├── ags001.shader
│   ├── ags001.fs
│   ├── ags001-light.fs
│   └── manifest.ini
├── fish.shader
│   ├── fish.fs
│   └── manifest.ini
├── gba-color.shader
│   ├── gba-color.fs
│   └── manifest.ini
├── lcd.shader
│   ├── lcd.fs
│   └── manifest.ini
├── motion_blur.shader
│   ├── manifest.ini
│   └── motion_blur.fs
├── pixelate.shader
│   └── manifest.ini
├── scanlines.shader
│   ├── manifest.ini
│   └── scanlines.fs
├── soften.shader
│   ├── manifest.ini
│   └── soften.fs
├── vba_pixelate.shader
│   ├── manifest.ini
│   └── vba_pixelate.fs
├── vignette.shader
│   ├── manifest.ini
│   └── vignette.fs
├── wiiu.shader
│   ├── manifest.ini
│   └── wiiu.fs
├── xbr-lv2.shader
│   ├── manifest.ini
│   ├── xbr.fs
│   └── xbr.vs
└── xbr-lv3.shader
├── manifest.ini
├── xbr.fs
└── xbr.vs
48 directories, 55 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment