| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #259 from ichfly/master | 2014-12-08 | 5 | -0/+278 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Loader: Add 3DSX support | 2014-12-08 | 5 | -0/+278 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #264 from Subv/files | 2014-12-08 | 1 | -3/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Kernel/File: Fixed file read/write hwtests | 2014-12-08 | 1 | -3/+6 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #260 from archshift/opendir | 2014-12-08 | 7 | -3/+40 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Make OpenDirectory fail if the directory doesn't exist | 2014-12-07 | 7 | -3/+40 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #245 from rohit-n/null-nullptr | 2014-12-07 | 1 | -6/+6 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Change NULLs to nullptrs. | 2014-12-03 | 1 | -6/+6 | ||
| * | | | | | | Merge pull request #250 from Subv/cbranch_2 | 2014-12-04 | 3 | -4/+31 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Threads: Remove a redundant function. | 2014-12-04 | 1 | -9/+1 | ||
| | * | | | | | | Threads: Implemented a sequential thread id | 2014-12-04 | 2 | -4/+19 | ||
| | * | | | | | | SVC: Implemented GetThreadId. | 2014-12-04 | 3 | -4/+24 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #222 from archshift/renamexyz | 2014-12-04 | 8 | -38/+229 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Updated archive.cpp functions for proper error handling | 2014-12-03 | 5 | -94/+41 | ||
| | * | | | | | | Implemented RenameDirectory in FS:USER | 2014-11-24 | 8 | -1/+123 | ||
| | * | | | | | | Implemented RenameFile in FS:USER | 2014-11-24 | 8 | -1/+123 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #248 from lioncash/kernel | 2014-12-04 | 2 | -10/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | kernel: Shorten GetCount | 2014-12-03 | 1 | -6/+3 | ||
| | * | | | | | | kernel: Make some functions const | 2014-12-03 | 2 | -4/+4 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #249 from lioncash/enum | 2014-12-04 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | mem_map: Make enum for addresses use u32 as the underlying type | 2014-12-03 | 1 | -1/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #247 from lioncash/const | 2014-12-03 | 2 | -4/+4 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hid_user: Pass by reference with PadButtonPress/PadButtonRelease | 2014-12-03 | 2 | -4/+4 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #238 from archshift/dsp | 2014-12-03 | 2 | -26/+47 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add stub for ConvertProcessFromDspDram | 2014-12-03 | 2 | -26/+47 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterS... | 2014-12-03 | 1 | -3/+72 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #231 from purpasmart96/serv_ac_wifi_status | 2014-12-03 | 1 | -1/+19 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | AC_U: Added a stub for GetWifiStatus | 2014-12-02 | 1 | -1/+19 | ||
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #219 from Subv/ptm | 2014-12-03 | 1 | -1/+18 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | PTM_U: Implemented the GetShellState function. | 2014-11-30 | 1 | -1/+18 | ||
| * | | | | | Merge pull request #224 from bunnei/dsp-service-improvements | 2014-11-30 | 2 | -26/+107 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | DSP: Added stubs for several commonly used DSP service functions. | 2014-11-30 | 1 | -25/+106 | ||
| | * | | | | | DSP: Fixed typo in port name. | 2014-11-30 | 1 | -1/+1 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #214 from Subv/master | 2014-11-30 | 1 | -2/+86 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString. | 2014-11-29 | 1 | -2/+86 | ||
| * | | | | | | Merge pull request #225 from bunnei/fix-release-mutex | 2014-11-30 | 1 | -8/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Mutex: Changed behavior to always release mutex for all threads. | 2014-11-26 | 1 | -8/+7 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #226 from bunnei/svc-and-thread-fixes | 2014-11-30 | 2 | -1/+6 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Thread: Check that thread is actually in "wait state" when verifying wait. | 2014-11-26 | 1 | -1/+1 | ||
| | * | | | | | | SVC: Add debug log to ArbitrateAddress. | 2014-11-26 | 1 | -0/+2 | ||
| | * | | | | | | SVC: SleepThread should yield to the next ready thread. | 2014-11-26 | 1 | -0/+3 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #235 from yuriks/dyncom-map | 2014-11-30 | 1 | -33/+15 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | dyncom: Use unordered_map rather than the terrible 2-level bb_map | 2014-11-29 | 1 | -33/+15 | ||
| | | |/ / / / | |/| | | | | ||||||
| * / | | | | | arm_dyncom_interpreter: Get rid of unused var warnings | 2014-11-29 | 1 | -4/+2 | ||
| |/ / / / / | ||||||
| * | | / / | Fixed formatting and switch statement warnings | 2014-11-27 | 7 | -11/+13 | ||
| | |_|/ / |/| | | | ||||||
| * | | | | Remove unused includes to common/thread.h | 2014-11-25 | 1 | -2/+0 | ||
| |/ / / | ||||||
| * | | | Use pointers instead of passing handles around in some functions. | 2014-11-24 | 1 | -19/+15 | ||
| * | | | Remove duplicated docs/update them for changed parameters. | 2014-11-24 | 10 | -88/+0 | ||
| * | | | HLE: Revamp error handling throrough the HLE code | 2014-11-24 | 23 | -310/+689 | ||
| * | | | Change some SkyEye defines to const ints | 2014-11-24 | 2 | -34/+16 | ||