aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Mutex: Changed behavior to always release mutex for all threads.Gravatar bunnei2014-11-26
|
* 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 #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
* \ \ \ \ Merge pull request #210 from lioncash/typedefGravatar Tony Wasserka2014-11-18
|\ \ \ \ \ | | | | | | | | | | | | system: Get rid of an unnecessary enum typedef
| * | | | | system: Get rid of an unnecessary enum typedefGravatar Lioncash2014-11-18
| | |_|/ / | |/| | |
| | * | | directory_sdmc: Fix a signed/unsigned mismatch comparisonGravatar Lioncash2014-11-18
| |/ / /
| | * / Fix documentation of parametersGravatar Lioncash2014-11-18
| |/ /
* / / Remove extraneous semicolonsGravatar Lioncash2014-11-18
|/ /
* / core: Mark some hle functions as staticGravatar Lioncash2014-11-17
|/ | | | These functions are not referred to by their linkage name outside of the translation unit, so they can be marked as static.
* Archive: Fixed to not destroy archive handle on close.Gravatar bunnei2014-11-17
|
* Archive: Fixed close archive before freeing.Gravatar bunnei2014-11-17
|
* FS_User: Support FileSye::Path in a more generic way.Gravatar bunnei2014-11-17
| | | | added a todo to kernel archive
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-17
|
* FileSys: Added DebugStr method to Path class.Gravatar bunnei2014-11-17
|
* Merge pull request #201 from archshift/bossGravatar bunnei2014-11-17
|\ | | | | Add missing boss:U service
| * Add missing boss:U service, needed according to Nintendo Zone logs.Gravatar archshift2014-11-17
| |
* | mem_map: Add missing prototype for Write64Gravatar Lioncash2014-11-16
|/
* Merge pull request #159 from SeannyM/enable_logGravatar Tony Wasserka2014-11-15
|\ | | | | Add support for disabling log from settings
* \ Merge pull request #193 from lioncash/fmtGravatar bunnei2014-11-15
|\ \ | | | | | | Fix two format strings.
* \ \ Merge pull request #194 from lioncash/virtGravatar bunnei2014-11-15
|\ \ \ | | | | | | | | ARM_Interface: Make destructor virtual
| * | | ARM_Interface: Make destructor virtualGravatar Lioncash2014-11-14
| | | | | | | | | | | | | | | | Fixes some warnings on OSX.
| | * | Fix two format strings.Gravatar Lioncash2014-11-14
| |/ / |/| |
* | | Merge pull request #183 from archshift/lowpathGravatar bunnei2014-11-12
|\ \ \ | | | | | | | | Add support for UTF-16 strings for LowPaths in FS:USER
| * | | Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-12
| | | |
* | | | Merge pull request #188 from bunnei/apt-fixesGravatar bunnei2014-11-12
|\ \ \ \ | | | | | | | | | | APT_U: Various improvements and bug fixes.
| * | | | APT_U: Added stub for function AppletUtility.Gravatar bunnei2014-11-11
| | | | |
| * | | | APT_U: Set a valid parameter buffer size in GlanceParameter.Gravatar bunnei2014-11-11
| | | | | | | | | | | | | | | | | | | | - Also Clarified GlanceParameter/ReceiveParameter documentation.
| * | | | APT_U: Release service lock on initialization.Gravatar bunnei2014-11-11
| | | | |
| * | | | APT_U: Fixes for GetLockHandle to boot system titles.Gravatar bunnei2014-11-11
| | | | | | | | | | | | | | | | | | | | - Also added comment to GetLockHandle function.
* | | | | ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).Gravatar bunnei2014-11-11
| | | | | | | | | | | | | | | | | | | | - Fixes single stepping in debugger.
* | | | | Core: Changed RunLoop iterations to 1000 (slightly better performance).Gravatar bunnei2014-11-11
| | | | |
* | | | | ARM: Removed unnecessary goto with each instruction.Gravatar bunnei2014-11-11
| | | | |
* | | | | ARM: Fixed several dyncom bugs.Gravatar bunnei2014-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed NZCVT flags to properly save state when function returns. - Fixed counter to keep track of the actual number of instructions executed. - Fixed single-step mode to only execute one instruction at a time. - DefaultIni: Removed comment that no longer applied to dyncom.
* | | | | Add FRD:U service and functionsGravatar archshift2014-11-10
|/ / / /
| * / / Add support for UTF-16 strings for LowPaths in FS:USERGravatar archshift2014-11-10
|/ / /
| | * Add support for disabling log from settingsGravatar Sean2014-11-03
| | |
* | | Fix compilation errorsGravatar Sean Maas2014-11-02
| | |
* | | Merge pull request #163 from archshift/create-directoryGravatar bunnei2014-11-02
|\ \ \ | | | | | | | | Added CreateDirectory function to service/fs.cpp, and in Archive.