- Dec 07, 2014
- Dec 06, 2014
-
-
Subv authored
Also resume only the next immediate thread waiting for the mutex when it is released, instead of resuming them all.
-
- Dec 05, 2014
- Dec 04, 2014
-
-
Subv authored
Use the next_thread_id variable directly.
-
Subv authored
-
archshift authored
-
Subv authored
For now threads are using their Handle value as their Id, it should not really cause any problems because Handle values are unique in Citra, but it should be changed. I left a ToDo there because this is not correct behavior as per hardware.
-
bunnei authored
mem_map: Make enum for addresses use u32 as the underlying type
-
bunnei authored
hid_user: Pass by reference with PadButtonPress/PadButtonRelease
-
bunnei authored
CMake: Place all built files in a single folder in MSVC
-
Lioncash authored
-
bunnei authored
Add stub for ConvertProcessFromDspDram
-
bunnei authored
PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterState
-
archshift authored
Should theoretically push retail stuff further along
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
- Dec 03, 2014
-
-
purpasmart96 authored
-
bunnei authored
Silence a few -Wsign-compare warnings.
-
bunnei authored
AC_U: Added a stub for GetWifiStatus
-
bunnei authored
PTM_U: Implemented the GetShellState function.
-
- Dec 02, 2014
-
-
purpasmart96 authored
-
- Dec 01, 2014
- Nov 30, 2014
-
-
vaguilar authored
-
bunnei authored
Mutex: Changed behavior to always release mutex for all threads.
-
bunnei authored
Svc and thread fixes
-
bunnei authored
GLFW: Add an error callback before calling glfwInit()
-
bunnei authored
dyncom: Use unordered_map rather than the terrible 2-level bb_map
-
bunnei authored
arm_dyncom_interpreter: Get rid of unused var warnings
-