aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | 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.
| | | | | | * | MemMap: Updated memory map to subtract base address instead of mask.Gravatar bunnei2014-12-03
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - More readable, a little less error prone. Conflicts: src/core/mem_map.h src/core/mem_map_funcs.cpp
| | * | | | | AC_U: Added a stub for GetWifiStatusGravatar purpasmart962014-12-02
| | | | | | |
| | | | * | | CMake: Place all the built files in BUILD_DIR/bin/<Configuration> when ↵Gravatar Subv2014-12-01
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | compiling with MSVC
| | | * | | 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
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #234 from lioncash/unusedGravatar bunnei2014-11-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | arm_dyncom_interpreter: Get rid of unused var warnings
| | | | | | | * | | | | | 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
|/ / / / / / / / /
* | | | | | | | | Merge pull request #227 from vaguilar/fix-warningsGravatar bunnei2014-11-28
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Fixed formatting and switch statement warnings
| * | | | | | | | Fixed formatting and switch statement warningsGravatar vaguilar2014-11-27
|/ / / / / / / /
* | | | | | | | Merge pull request #223 from linkmauve/remove-threadGravatar bunnei2014-11-26
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Remove unused includes to common/thread.h
| | * | | | | | 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
|/ / / / /
| | | | * Log the cmd_buff arguments when citra comes across an unimplemented functionGravatar archshift2014-11-24
| |_|_|/ |/| | |
| | | * Implemented RenameDirectory in FS:USERGravatar archshift2014-11-24
| | | |
| | | * Implemented RenameFile in FS:USERGravatar archshift2014-11-24
| |_|/ |/| |
* | | Merge pull request #147 from yuriks/error-codesGravatar bunnei2014-11-24
|\ \ \ | | | | | | | | Error codes
| * | | 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.
* \ \ \ Merge pull request #220 from yuriks/patch-1Gravatar bunnei2014-11-23
|\ \ \ \ | |_|_|/ |/| | | Add comment style notes to CONTRIBUTING.md
| * | | Update CONTRIBUTING.mdGravatar Yuri Kunde Schlesner2014-11-23
| | | |
| * | | Add comment style notes to CONTRIBUTING.mdGravatar Yuri Kunde Schlesner2014-11-23
|/ / / | | | | | | Closes #215
* | | Merge pull request #190 from purpasmart96/more_servicesGravatar bunnei2014-11-23
|\ \ \ | | | | | | | | Add more services and general fixes
| | * | 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