aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel
Commit message (Expand)AuthorAge
* Mutex: Properly lock the mutex when a thread enters itGravatar Subv2014-12-05
* Merge pull request #250 from Subv/cbranch_2Gravatar bunnei2014-12-04
|\
* \ Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-04
|\ \
| | * Threads: Remove a redundant function.Gravatar Subv2014-12-04
| | * Threads: Implemented a sequential thread idGravatar Subv2014-12-04
| * | Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-03
| | * SVC: Implemented GetThreadId.Gravatar Subv2014-12-04
* | | kernel: Shorten GetCountGravatar Lioncash2014-12-03
* | | kernel: Make some functions constGravatar Lioncash2014-12-03
| |/ |/|
* | Merge pull request #225 from bunnei/fix-release-mutexGravatar bunnei2014-11-30
|\ \
* | | Thread: Check that thread is actually in "wait state" when verifying wait.Gravatar bunnei2014-11-26
| * | Mutex: Changed behavior to always release mutex for all threads.Gravatar bunnei2014-11-26
|/ /
| * Implemented RenameDirectory in FS:USERGravatar archshift2014-11-24
| * Implemented RenameFile in FS:USERGravatar archshift2014-11-24
|/
* 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
* Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-23
|\
| * Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-23
* | Merge pull request #211 from linkmauve/masterGravatar bunnei2014-11-19
|\ \
* \ \ Merge pull request #208 from lioncash/staticsGravatar bunnei2014-11-19
|\ \ \
| | * | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
| |/ / |/| |
| * | Add static to some variablesGravatar Lioncash2014-11-18
| |/
* / Remove extraneous semicolonsGravatar Lioncash2014-11-18
|/
* 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
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-17
* Fix two format strings.Gravatar Lioncash2014-11-14
* Added CreateDirectory function to service/fs.cpp, and in Archive.Gravatar archshift2014-11-02
* Fix some warningsGravatar Sean2014-10-29
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
* FileSys: split the constructor into an Open method, in order to notify the op...Gravatar Emmanuel Gil Peyrot2014-10-06
* FileSys/Kernel: Implement SetSize service call for File objects.Gravatar Emmanuel Gil Peyrot2014-10-06
* Use the citra user path for the sdmc directoryGravatar archshift2014-09-21
* Kernel: Implement the Close command for Archive, File and Directory.Gravatar Emmanuel Gil Peyrot2014-09-17
* Kernel: Add a Directory object and a getter for it from an Archive object.Gravatar Emmanuel Gil Peyrot2014-09-17
* Kernel: Add a File object and a getter for it from an Archive object.Gravatar Emmanuel Gil Peyrot2014-09-17
* Core: Get rid of unnecessary switch statement in KernelGravatar Lioncash2014-09-14
* core: Prune redundant includesGravatar archshift2014-09-08
* Threading: Fix thread starting to execute first instruction correctly.Gravatar bunnei2014-08-28
* Added FS functions to Archive and Archive_RomFSGravatar archshift2014-08-22
* Core: Use std::array for managing kernel object spaceGravatar Lioncash2014-08-19
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-17
* Thread: Added more descriptive comment to WaitCurrentThread.Gravatar bunnei2014-08-06
* AddressArbiter: Removed unnecessary HLE::Reschedule.Gravatar bunnei2014-08-05
* AddressArbiter: Fixed bug with break statements missing from case statements.Gravatar bunnei2014-08-05
* Kernel: Updated Event and Mutex to specify handle that they are blocking for.Gravatar bunnei2014-08-05
* Kernel: Added preliminary support for address arbiters.Gravatar bunnei2014-07-08
* Thread: Added functions to resume threads from address arbitration.Gravatar bunnei2014-07-08