| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #236 from rohit-n/sign-compare | 2014-12-03 | 3 | -6/+6 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Silence a few -Wsign-compare warnings. | 2014-11-30 | 3 | -6/+6 | ||
| * | | | | | | 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 #237 from vaguilar/fix-viewport | 2014-11-30 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fixed viewport error caused by rounding | 2014-11-30 | 1 | -2/+2 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | 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 #196 from archshift/settings | 2014-11-30 | 4 | -59/+26 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Merge Config::ReadXYZs | 2014-11-18 | 4 | -59/+26 | ||
| * | | | | | | | 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 #228 from linkmauve/glfw-error | 2014-11-30 | 1 | -2/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | GLFW: Add an error callback before calling glfwInit() | 2014-11-29 | 1 | -2/+6 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | 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 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #234 from lioncash/unused | 2014-11-30 | 1 | -4/+2 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | arm_dyncom_interpreter: Get rid of unused var warnings | 2014-11-29 | 1 | -4/+2 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #227 from vaguilar/fix-warnings | 2014-11-28 | 7 | -11/+13 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | Fixed formatting and switch statement warnings | 2014-11-27 | 7 | -11/+13 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #223 from linkmauve/remove-thread | 2014-11-26 | 2 | -3/+0 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Remove unused includes to common/thread.h | 2014-11-25 | 2 | -3/+0 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #147 from yuriks/error-codes | 2014-11-24 | 24 | -428/+697 | ||
| |\ \ \ \ | ||||||
| | * | | | | 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 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #191 from archshift/deletexyz | 2014-11-23 | 8 | -26/+194 | ||
| |\ \ \ \ | ||||||
| | * | | | | Added DeleteFile and DeleteDirectory functions to FS:USER and the archives. | 2014-11-23 | 8 | -26/+194 | ||
| * | | | | | Merge pull request #220 from yuriks/patch-1 | 2014-11-23 | 1 | -3/+12 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Update CONTRIBUTING.md | 2014-11-23 | 1 | -1/+1 | ||
| | * | | | | Add comment style notes to CONTRIBUTING.md | 2014-11-23 | 1 | -3/+12 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #190 from purpasmart96/more_services | 2014-11-23 | 26 | -17/+464 | ||
| |\ \ \ \ | ||||||
| | * | | | | Add more services and some fixes, along with more "override" | 2014-11-20 | 26 | -17/+464 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #211 from linkmauve/master | 2014-11-19 | 84 | -460/+460 | ||
| |\ \ \ \ | ||||||
| | * | | | | Remove tabs in all files except in skyeye imports and in generated GL code | 2014-11-19 | 14 | -169/+169 | ||
| | * | | | | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ... | 2014-11-19 | 75 | -296/+296 | ||
| * | | | | | Merge pull request #208 from lioncash/statics | 2014-11-19 | 5 | -69/+69 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Add static to some variables | 2014-11-18 | 5 | -69/+69 | ||
| * | | | | | Merge pull request #212 from archshift/idea | 2014-11-18 | 1 | -1/+5 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Update gitignore to exclude project/editor files | 2014-11-18 | 1 | -1/+5 | ||