Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 26, 2020 17:49
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 r-ryantm/c99d919aa4183c0df011d1e11ff17c14 to your computer and use it in GitHub Desktop.
Save r-ryantm/c99d919aa4183c0df011d1e11ff17c14 to your computer and use it in GitHub Desktop.
/nix/store/h8riy0z7gsfkb37xkk7psiqnh5wqkhrx-mgba-0.8.2
├── bin
│   ├── mgba
│   └── mgba-qt
├── include
│   ├── mgba
│   │   ├── core
│   │   │   ├── bitmap-cache.h
│   │   │   ├── blip_buf.h
│   │   │   ├── cache-set.h
│   │   │   ├── cheats.h
│   │   │   ├── config.h
│   │   │   ├── core.h
│   │   │   ├── cpu.h
│   │   │   ├── directories.h
│   │   │   ├── input.h
│   │   │   ├── interface.h
│   │   │   ├── library.h
│   │   │   ├── lockstep.h
│   │   │   ├── log.h
│   │   │   ├── map-cache.h
│   │   │   ├── mem-search.h
│   │   │   ├── rewind.h
│   │   │   ├── scripting.h
│   │   │   ├── serialize.h
│   │   │   ├── sync.h
│   │   │   ├── thread.h
│   │   │   ├── tile-cache.h
│   │   │   ├── timing.h
│   │   │   └── version.h
│   │   ├── debugger
│   │   │   └── debugger.h
│   │   ├── feature
│   │   │   ├── commandline.h
│   │   │   ├── thread-proxy.h
│   │   │   └── video-logger.h
│   │   ├── flags.h
│   │   ├── gb
│   │   │   ├── core.h
│   │   │   └── interface.h
│   │   ├── gba
│   │   │   ├── core.h
│   │   │   └── interface.h
│   │   └── internal
│   │   ├── arm
│   │   │   ├── arm.h
│   │   │   ├── debugger
│   │   │   │   ├── cli-debugger.h
│   │   │   │   ├── debugger.h
│   │   │   │   └── memory-debugger.h
│   │   │   ├── decoder.h
│   │   │   ├── decoder-inlines.h
│   │   │   ├── emitter-arm.h
│   │   │   ├── emitter-inlines.h
│   │   │   ├── emitter-thumb.h
│   │   │   ├── isa-arm.h
│   │   │   ├── isa-inlines.h
│   │   │   ├── isa-thumb.h
│   │   │   └── macros.h
│   │   ├── debugger
│   │   │   ├── cli-debugger.h
│   │   │   ├── gdb-stub.h
│   │   │   ├── parser.h
│   │   │   └── symbols.h
│   │   ├── gb
│   │   │   ├── audio.h
│   │   │   ├── cheats.h
│   │   │   ├── debugger
│   │   │   │   ├── debugger.h
│   │   │   │   └── symbols.h
│   │   │   ├── extra
│   │   │   │   └── cli.h
│   │   │   ├── gb.h
│   │   │   ├── io.h
│   │   │   ├── mbc.h
│   │   │   ├── memory.h
│   │   │   ├── overrides.h
│   │   │   ├── renderers
│   │   │   │   ├── cache-set.h
│   │   │   │   ├── proxy.h
│   │   │   │   └── software.h
│   │   │   ├── serialize.h
│   │   │   ├── sio
│   │   │   │   ├── lockstep.h
│   │   │   │   └── printer.h
│   │   │   ├── sio.h
│   │   │   ├── timer.h
│   │   │   └── video.h
│   │   ├── gba
│   │   │   ├── audio.h
│   │   │   ├── bios.h
│   │   │   ├── cheats.h
│   │   │   ├── dma.h
│   │   │   ├── extra
│   │   │   │   ├── audio-mixer.h
│   │   │   │   └── cli.h
│   │   │   ├── gba.h
│   │   │   ├── hardware.h
│   │   │   ├── input.h
│   │   │   ├── io.h
│   │   │   ├── matrix.h
│   │   │   ├── memory.h
│   │   │   ├── overrides.h
│   │   │   ├── renderers
│   │   │   │   ├── cache-set.h
│   │   │   │   ├── common.h
│   │   │   │   ├── gl.h
│   │   │   │   ├── proxy.h
│   │   │   │   └── video-software.h
│   │   │   ├── rr
│   │   │   │   ├── mgm.h
│   │   │   │   ├── rr.h
│   │   │   │   └── vbm.h
│   │   │   ├── savedata.h
│   │   │   ├── serialize.h
│   │   │   ├── sharkport.h
│   │   │   ├── sio
│   │   │   │   └── lockstep.h
│   │   │   ├── sio.h
│   │   │   ├── timer.h
│   │   │   ├── vfame.h
│   │   │   └── video.h
│   │   └── sm83
│   │   ├── debugger
│   │   │   ├── cli-debugger.h
│   │   │   ├── debugger.h
│   │   │   └── memory-debugger.h
│   │   ├── decoder.h
│   │   ├── emitter-sm83.h
│   │   ├── isa-sm83.h
│   │   └── sm83.h
│   └── mgba-util
│   ├── arm-algo.h
│   ├── circle-buffer.h
│   ├── common.h
│   ├── configuration.h
│   ├── crc32.h
│   ├── elf-read.h
│   ├── export.h
│   ├── formatting.h
│   ├── gui
│   │   ├── file-select.h
│   │   ├── font.h
│   │   ├── font-metrics.h
│   │   └── menu.h
│   ├── gui.h
│   ├── hash.h
│   ├── math.h
│   ├── memory.h
│   ├── patch
│   │   ├── fast.h
│   │   ├── ips.h
│   │   └── ups.h
│   ├── patch.h
│   ├── platform
│   │   ├── 3ds
│   │   │   ├── 3ds-vfs.h
│   │   │   └── threading.h
│   │   ├── posix
│   │   │   └── threading.h
│   │   ├── psp2
│   │   │   ├── sce-vfs.h
│   │   │   └── threading.h
│   │   ├── switch
│   │   │   └── threading.h
│   │   └── windows
│   │   ├── getopt.h
│   │   └── threading.h
│   ├── png-io.h
│   ├── ring-fifo.h
│   ├── socket.h
│   ├── string.h
│   ├── table.h
│   ├── text-codec.h
│   ├── threading.h
│   ├── vector.h
│   └── vfs.h
├── lib
│   ├── libmgba.so -> libmgba.so.0.8
│   ├── libmgba.so.0.8 -> libmgba.so.0.8.2
│   └── libmgba.so.0.8.2
└── share
├── applications
│   └── mgba.desktop
├── doc
│   ├── CHANGES
│   ├── LICENSE
│   ├── licenses
│   │   ├── blip_buf.txt
│   │   ├── discord-rpc.txt
│   │   ├── inih.txt
│   │   └── rapidjson.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
76 directories, 197 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment