Skip to content

Instantly share code, notes, and snippets.

@zombor
Created November 9, 2012 19:49
Show Gist options
  • Save zombor/4047804 to your computer and use it in GitHub Desktop.
Save zombor/4047804 to your computer and use it in GitHub Desktop.
htpc dolphin-emu-3.0 # tree -L 2
.
|-- CMakeLists.txt
|-- CMakeTests
| `-- CheckLib.cmake
|-- Data
| |-- Sys
| |-- User
| `-- license.txt
|-- Externals
| |-- Bochs_disasm
| |-- CLRun
| |-- Cg
| |-- Cg64
| |-- GLew
| |-- LZO
| |-- SDL
| |-- SFML
| |-- SOIL
| |-- gettext
| |-- libjpeg
| |-- libpng
| |-- scons-local
| |-- wxWidgets
| |-- wxWidgets3
| `-- zlib
|-- Installer
| `-- Dolphin.ico
|-- Languages
| |-- Languages.vcxproj
| |-- gettextize
| |-- po
| |-- po.props
| |-- po.rules
| |-- po.targets
| `-- po.xml
|-- Readme.txt
|-- SConstruct
|-- Source
| |-- CMakeLists.txt
| |-- Core
| |-- DSPSpy
| |-- DSPTool
| |-- Dolphin_2010.sln
| |-- Plugins
| |-- TestSuite
| |-- UnitTests
| `-- VSProps
|-- docs
| |-- ActionReplay
| |-- DSP
| `-- WiiMote
`-- license.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment