Commit Graph

16 Commits (377c60645c493aabff83eaa245f3431a261657cd)

Author SHA1 Message Date
fearlessTobi 4d139943f2 Port web_service from Citra 2018-10-02 15:30:48 +07:00
bunnei ab756fd068 audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 +07:00
James Rowe ebf9a784a9 Massive removal of unused modules 2018-01-12 19:11:03 +07:00
bunnei 33b012e86b web_service: Add CMake flag to enable. 2017-07-11 18:33:41 +07:00
bunnei 52fbe1e10c web_service: Add skeleton project. 2017-07-10 00:15:40 +07:00
B3n30 2e37ce01c9 Implement basic virtual Room support based on enet (#2803)
* 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
2017-07-07 15:34:15 +07:00
wwylele 38e800f70d InputCommon: add Keyboard 2017-03-01 23:30:57 +07:00
MerryMage a03f9b6fb6 tests: Infrastructure for unit tests 2016-05-19 08:38:03 +07:00
MerryMage ba2a54a9dd Dependencies: Remove GLFW, Add SDL2
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
2016-03-02 14:09:02 +07:00
MerryMage 8b00954ec7 AudioCore: Skeleton Implementation
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.
2016-02-21 13:13:52 +07:00
Yuri Kunde Schlesner 45976da975 CMake cleanup
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.
2014-09-01 18:06:30 +07:00
bunnei 7a136b8a84 fixes to build on linux 2014-04-22 19:42:29 +07:00
bunnei 6b83509a7e updated CMakeLists 2014-04-09 23:09:05 +07:00
ShizZy 8bb0c457bc renamed from citrus to citra 2013-09-26 17:34:48 +07:00
ShizZy b8ca09160b renamed project to 'citrus' 2013-09-13 18:11:14 +07:00
ShizZy 27474060e1 adding initial project layout 2013-08-29 23:35:09 +07:00