907 Commits (a6bf3fd61392dbbda6207bf8919a911ad7070032)

Author SHA1 Message Date
Subv 1d1078fd8b Kernel/File: Fixed file read/write hwtests 11 years ago
Lioncash 905e3b616a armemu: Fix SSAX 11 years ago
ichfly 1aa969741d Loader: Add 3DSX support 11 years ago
Lioncash 62fd564854 armemu: Fix SASX 11 years ago
Lioncash b4256431aa armemu: Fix parenthesis warnings regarding bitwise ops 11 years ago
archshift 20d2ed0950 Make OpenDirectory fail if the directory doesn't exist 11 years ago
Subv 6fac2bf0ab Threads: Remove a redundant function. 11 years ago
Subv ef1d5cda06 Threads: Implemented a sequential thread id 11 years ago
archshift 139a4d91d9 Updated archive.cpp functions for proper error handling 11 years ago
Subv 029ff9f1fd SVC: Implemented GetThreadId. 11 years ago
Lioncash 3ba32d2b53 mem_map: Make enum for addresses use u32 as the underlying type 11 years ago
archshift a404ad5272 Add stub for ConvertProcessFromDspDram 11 years ago
Lioncash 208598dbe2 kernel: Shorten GetCount 11 years ago
Lioncash 9b68d5e074 kernel: Make some functions const 11 years ago
Lioncash 7ff8f0d916 hid_user: Pass by reference with PadButtonPress/PadButtonRelease 11 years ago
purpasmart96 16fc98af64 PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterState 11 years ago
Rohit Nirmal 8a62423970 Change NULLs to nullptrs. 11 years ago
bunnei e3886adc22 MemMap: Updated memory map to subtract base address instead of mask. 11 years ago
purpasmart96 32d420330d AC_U: Added a stub for GetWifiStatus 11 years ago
Rohit Nirmal f9b53c3e94 Silence a few -Wsign-compare warnings. 11 years ago
bunnei 3e286fff7c DSP: Added stubs for several commonly used DSP service functions. 11 years ago
bunnei 45fd3fe5c4 DSP: Fixed typo in port name. 11 years ago
Subv 4cdaac44d3 PTM_U: Implemented the GetShellState function. 11 years ago
vaguilar 95b33ee0a7 Fixed viewport error caused by rounding 11 years ago
Subv 5753da89e4 CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString. 11 years ago
Emmanuel Gil Peyrot 648743cf66 GLFW: Add an error callback before calling glfwInit() 11 years ago
Yuri Kunde Schlesner 4a68e91a62 dyncom: Use unordered_map rather than the terrible 2-level bb_map 11 years ago
Lioncash 4f28861008 arm_dyncom_interpreter: Get rid of unused var warnings 11 years ago
vaguilar 223e76d51d Fixed formatting and switch statement warnings 11 years ago
bunnei de851ba1a1 Thread: Check that thread is actually in "wait state" when verifying wait. 11 years ago
bunnei f985469901 SVC: Add debug log to ArbitrateAddress. 11 years ago
bunnei e0e7443517 SVC: SleepThread should yield to the next ready thread. 11 years ago
bunnei a449e0e11a Mutex: Changed behavior to always release mutex for all threads. 11 years ago
Emmanuel Gil Peyrot f8c05e53c4 Remove unused includes to common/thread.h 11 years ago
archshift e5ff01c2cd Implemented RenameDirectory in FS:USER 11 years ago
archshift 45afc15aa6 Implemented RenameFile in FS:USER 11 years ago
Yuri Kunde Schlesner 8189593255 Use pointers instead of passing handles around in some functions. 11 years ago
Yuri Kunde Schlesner 22c86824a4 Remove duplicated docs/update them for changed parameters. 11 years ago
Yuri Kunde Schlesner c2588403c0 HLE: Revamp error handling throrough the HLE code 11 years ago
Yuri Kunde Schlesner 924bbde89b Change some SkyEye defines to const ints 11 years ago
archshift 8aeadbd95a Added DeleteFile and DeleteDirectory functions to FS:USER and the archives. 11 years ago
purpasmart96 9821bfcb8e Add more services and some fixes, along with more "override" 11 years ago
Emmanuel Gil Peyrot 739bb58c3a Remove tabs in all files except in skyeye imports and in generated GL code 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
Lioncash 7cbecde2ca Add static to some variables 11 years ago
archshift 06c9712bc7 Merge Config::ReadXYZs 11 years ago
Lioncash b37f91c617 system: Get rid of an unnecessary enum typedef 11 years ago
Lioncash 548c49dfe9 directory_sdmc: Fix a signed/unsigned mismatch comparison 11 years ago
Lioncash 64cc6cb6cf Fix documentation of parameters 11 years ago
Lioncash 1a8f466217 Remove extraneous semicolons 11 years ago