citra/src
Yuri Kunde Schlesner 3b1f0fea31 result: Make error description a generic integer
It is now known that result code description vary depending on the
module, and so they're best defined on a per-module basis. To support
this, allow passing in an arbitrary integer instead of limiting to the
ones in the ErrorDescription enum. These will be gradually migrated to
their individual users, but a few will be kept as "common" codes shared
by all modules.
2017-05-24 21:05:59 -07:00
..
audio_core DSP: Create backing memory for entire DSP RAM 2017-05-09 21:44:00 -07:00
citra input_common/sdl: add support for binding button to axis 2017-04-17 14:14:35 +03:00
citra_qt Frontend: Prevent FileSystemWatcher from blocking UI thread 2017-05-10 09:37:44 -06:00
common Make BitField and ResultCode constexpr-initializable 2017-05-24 21:05:59 -07:00
core result: Make error description a generic integer 2017-05-24 21:05:59 -07:00
input_common input_common/sdl: add support for binding button to axis 2017-04-17 14:14:35 +03:00
tests Common: add ParamPackage 2017-03-01 23:30:57 +02:00
video_core swrasterizer: add missing tc0_w and fragment lighting attribute processing 2017-05-21 09:09:15 +03: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