Lime3DS/src
Subv 009b15b3aa A bit of a redesign.
Sessions and Ports are now detached from each other.
HLE services are handled by means of a SessionRequestHandler class, Interface now inherits from this class.
The File and Directory classes are no longer kernel objects, but SessionRequestHandlers instead, bound to a ServerSession when requested.
File::OpenLinkFile now creates a new session pair and binds the File instance to it.
2016-11-30 23:12:35 -05:00
..
audio_core Improve verbosity of audio errors with SDL_GetError() 2016-11-22 17:28:11 +01:00
citra Merge pull request #2196 from Subv/system_mode 2016-11-27 17:04:11 -08:00
citra_qt Merge pull request #2196 from Subv/system_mode 2016-11-27 17:04:11 -08:00
common Merge pull request #2228 from freiro/winver_fix 2016-11-30 15:47:08 -08:00
core A bit of a redesign. 2016-11-30 23:12:35 -05:00
tests tests: add a work-around for macOS linking error 2016-11-19 18:55:35 +02:00
video_core ClangFormat: Fixed the clang-format errors 2016-11-30 09:37:37 -05:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt tests: Infrastructure for unit tests 2016-05-19 08:38:03 +01:00