summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_core: Add initial code for keeping track of audout state.Gravatar bunnei2018-07-271-0/+1
|
* Massive removal of unused modulesGravatar James Rowe2018-01-121-7/+2
|
* web_service: Add CMake flag to enable.Gravatar bunnei2017-07-111-1/+3
|
* web_service: Add skeleton project.Gravatar bunnei2017-07-101-0/+1
|
* Implement basic virtual Room support based on enet (#2803)Gravatar B3n302017-07-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
* InputCommon: add KeyboardGravatar wwylele2017-03-011-0/+1
|
* tests: Infrastructure for unit testsGravatar MerryMage2016-05-191-0/+1
|
* Dependencies: Remove GLFW, Add SDL2Gravatar MerryMage2016-03-021-1/+1
| | | | | | | | | | | | | | citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files
* AudioCore: Skeleton ImplementationGravatar MerryMage2016-02-211-0/+1
| | | | | | | | | This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation.
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-011-5/+8
| | | | | | | | Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers.
* fixes to build on linuxGravatar bunnei2014-04-221-1/+2
|
* updated CMakeListsGravatar bunnei2014-04-091-0/+1
|
* renamed from citrus to citraGravatar ShizZy2013-09-261-2/+2
|
* renamed project to 'citrus'Gravatar ShizZy2013-09-131-2/+2
|
* adding initial project layoutGravatar ShizZy2013-08-291-0/+7