citra-mk7/src
Yuri Kunde Schlesner 84c497292a Service: Add new ServiceFramework framework for writing HLE services
The old "Interface" class had a few problems such as using free
functions (Which didn't allow you to write the service handler as if it
were a regular class.) which weren't very extensible. (Only received one
parameter with a pointer to the Interface object.)

The new ServiceFramework aims to solve these problems by working with
member functions and passing a generic context struct as parameter. This
struct can be extended in the future without having to update all
existing service implementations.
2017-06-08 00:11:37 -07:00
..
audio_core CMake: Add SoundTouch include path to target property 2017-05-27 22:09:28 -07:00
citra Edit Citra URLs (#2728) 2017-06-03 23:51:45 +03:00
citra_qt Service: Remove unnecessary includes from service.h 2017-06-06 02:57:23 -07:00
common CMake: Create INTERFACE targets for microprofile and nihstro 2017-05-27 22:34:52 -07:00
core Service: Add new ServiceFramework framework for writing HLE services 2017-06-08 00:11:37 -07:00
input_common CMake: Define an interface target for SDL2 definitions 2017-05-27 21:38:49 -07:00
tests CMake: Create an INTERFACE target for Catch 2017-05-27 22:46:59 -07:00
video_core Merge pull request #2721 from wwylele/texture-cube 2017-05-30 10:21:05 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt InputCommon: add Keyboard 2017-03-01 23:30:57 +02:00