aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #249 from lioncash/enumGravatar bunnei2014-12-04
|\ | | | | mem_map: Make enum for addresses use u32 as the underlying type
* \ Merge pull request #247 from lioncash/constGravatar bunnei2014-12-03
|\ \ | | | | | | hid_user: Pass by reference with PadButtonPress/PadButtonRelease
| | * mem_map: Make enum for addresses use u32 as the underlying typeGravatar Lioncash2014-12-03
| | |
* | | Merge pull request #238 from archshift/dspGravatar bunnei2014-12-03
|\ \ \ | | | | | | | | Add stub for ConvertProcessFromDspDram
| * | | Add stub for ConvertProcessFromDspDramGravatar archshift2014-12-03
| | |/ | |/| | | | | | | Should theoretically push retail stuff further along
| | * hid_user: Pass by reference with PadButtonPress/PadButtonReleaseGravatar Lioncash2014-12-03
| | |
* | | PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & ↵Gravatar purpasmart962014-12-03
| |/ |/| | | | | GetAdapterState
* | Merge pull request #236 from rohit-n/sign-compareGravatar bunnei2014-12-03
|\ \ | | | | | | Silence a few -Wsign-compare warnings.
* \ \ Merge pull request #231 from purpasmart96/serv_ac_wifi_statusGravatar bunnei2014-12-03
|\ \ \ | | | | | | | | AC_U: Added a stub for GetWifiStatus
* \ \ \ Merge pull request #219 from Subv/ptmGravatar bunnei2014-12-03
|\ \ \ \ | |_|_|/ |/| | | PTM_U: Implemented the GetShellState function.
| | * | AC_U: Added a stub for GetWifiStatusGravatar purpasmart962014-12-02
| | | |
| | | * Silence a few -Wsign-compare warnings.Gravatar Rohit Nirmal2014-11-30
| | | |
* | | | Merge pull request #237 from vaguilar/fix-viewportGravatar bunnei2014-11-30
|\ \ \ \ | | | | | | | | | | Fixed viewport error caused by rounding
* \ \ \ \ Merge pull request #224 from bunnei/dsp-service-improvementsGravatar bunnei2014-11-30
|\ \ \ \ \ | | | | | | | | | | | | Dsp service improvements
* \ \ \ \ \ Merge pull request #214 from Subv/masterGravatar bunnei2014-11-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString
* \ \ \ \ \ \ Merge pull request #196 from archshift/settingsGravatar bunnei2014-11-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merge Config::ReadXYZs
| | | * | | | | DSP: Added stubs for several commonly used DSP service functions.Gravatar bunnei2014-11-30
| | | | | | | |
| | | * | | | | DSP: Fixed typo in port name.Gravatar bunnei2014-11-30
| | | | | | | |
| | | | | * | | PTM_U: Implemented the GetShellState function.Gravatar Subv2014-11-30
| | | | | | | |
| | | | * | | | Fixed viewport error caused by roundingGravatar vaguilar2014-11-30
| | | | | |_|/ | | | | |/| |
* | | | | | | Merge pull request #225 from bunnei/fix-release-mutexGravatar bunnei2014-11-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Mutex: Changed behavior to always release mutex for all threads.
* \ \ \ \ \ \ \ Merge pull request #226 from bunnei/svc-and-thread-fixesGravatar bunnei2014-11-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Svc and thread fixes
* \ \ \ \ \ \ \ \ Merge pull request #228 from linkmauve/glfw-errorGravatar bunnei2014-11-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | GLFW: Add an error callback before calling glfwInit()
* \ \ \ \ \ \ \ \ \ Merge pull request #235 from yuriks/dyncom-mapGravatar bunnei2014-11-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | dyncom: Use unordered_map rather than the terrible 2-level bb_map
| | | | | | * | | | | CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString.Gravatar Subv2014-11-29
| | | | | | | |/ / / | | | | | | |/| | |
| | * | | | / | | | GLFW: Add an error callback before calling glfwInit()Gravatar Emmanuel Gil Peyrot2014-11-29
| | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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().
| * / | | | | | | dyncom: Use unordered_map rather than the terrible 2-level bb_mapGravatar Yuri Kunde Schlesner2014-11-29
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems (probably just placebo/wishful thinking) to make it slightly faster. Also reduces memory usage and makes shutdown when debugging from MSVC fast.
* / / / / / / / arm_dyncom_interpreter: Get rid of unused var warningsGravatar Lioncash2014-11-29
|/ / / / / / /
* | | | | | / Fixed formatting and switch statement warningsGravatar vaguilar2014-11-27
| |_|_|_|_|/ |/| | | | |
| * | | | | Thread: Check that thread is actually in "wait state" when verifying wait.Gravatar bunnei2014-11-26
| | | | | |
| * | | | | SVC: Add debug log to ArbitrateAddress.Gravatar bunnei2014-11-26
| | | | | |
| * | | | | SVC: SleepThread should yield to the next ready thread.Gravatar bunnei2014-11-26
| | |_|/ / | |/| | |
| | * | | Mutex: Changed behavior to always release mutex for all threads.Gravatar bunnei2014-11-26
| |/ / /
* / / / Remove unused includes to common/thread.hGravatar Emmanuel Gil Peyrot2014-11-25
|/ / /
* | | Use pointers instead of passing handles around in some functions.Gravatar Yuri Kunde Schlesner2014-11-24
| | |
* | | Remove duplicated docs/update them for changed parameters.Gravatar Yuri Kunde Schlesner2014-11-24
| | |
* | | HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All service calls in the CTR OS return result codes indicating the success or failure of the call. Previous to this commit, Citra's HLE emulation of services and the kernel universally either ignored errors or returned dummy -1 error codes. This commit makes an initial effort to provide an infrastructure for error reporting and propagation which can be use going forward to make HLE calls accurately return errors as the original system. A few parts of the code have been updated to use the new system where applicable. One part of this effort is the definition of the `ResultCode` type, which provides facilities for constructing and parsing error codes in the structured format used by the CTR. The `ResultVal` type builds on `ResultCode` by providing a container for values returned by function that can report errors. It enforces that correct error checking will be done on function returns by preventing the use of the return value if the function returned an error code. Currently this change is mostly internal since errors are still suppressed on the ARM<->HLE border, as a temporary compatibility hack. As functionality is implemented and tested this hack can be eventually removed.
* | | Change some SkyEye defines to const intsGravatar Yuri Kunde Schlesner2014-11-24
| | | | | | | | | | | | | | | This prevents them from interfering with other constants defined in different namespaces.
* | | Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-23
|\ \ \ | |_|/ |/| | Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.
| * | Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-23
| | |
* | | Add more services and some fixes, along with more "override"Gravatar purpasmart962014-11-20
| | | | | | | | | | | | in the service's headers
* | | Merge pull request #211 from linkmauve/masterGravatar bunnei2014-11-19
|\ \ \ | | | | | | | | Remove trailing spaces from the entire project
* \ \ \ Merge pull request #208 from lioncash/staticsGravatar bunnei2014-11-19
|\ \ \ \ | | | | | | | | | | Add static to some variables
| | * | | Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-19
| | | | |
| | * | | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| |/ / / |/| | | | | | | | | | | or generated
| * | | Add static to some variablesGravatar Lioncash2014-11-18
| | | |
* | | | Merge pull request #165 from neobrain/viewport-scalingGravatar bunnei2014-11-18
|\ \ \ \ | | | | | | | | | | Stretch emulation output to render window and be display density independent
| | | | * Merge Config::ReadXYZsGravatar archshift2014-11-18
| | | | |
* | | | | Merge pull request #207 from lioncash/docsGravatar Tony Wasserka2014-11-18
|\ \ \ \ \ | | | | | | | | | | | | Fix documentation of parameters
* \ \ \ \ \ Merge pull request #209 from lioncash/warnGravatar Tony Wasserka2014-11-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | directory_sdmc: Fix a signed/unsigned mismatch comparison