- Dec 04, 2014
-
-
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
-
- 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
-
Subv authored
-
- Nov 29, 2014
-
-
Emmanuel Gil Peyrot authored
It will print a message to know what happened in case something went wrong in a GLFW call. Also replace every printf() in the glfw emu-window by ERROR_LOG().
-
Yuri Kunde Schlesner authored
Seems (probably just placebo/wishful thinking) to make it slightly faster. Also reduces memory usage and makes shutdown when debugging from MSVC fast.
-
Lioncash authored
-
bunnei authored
Fixed formatting and switch statement warnings
-
- Nov 27, 2014
-
-
vaguilar authored
-
- Nov 26, 2014
- Nov 25, 2014
-
-
Emmanuel Gil Peyrot authored
-