aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei
2014-10-25Don’t fail on empty filename in OpenFileDirectly, return the archive handle...Emmanuel Gil Peyrot
2014-10-07Merge pull request #128 from purpasmart96/masterbunnei
2014-10-07APT: Added a stub for the "GlanceParameter" function.purpasmart96
2014-10-06FileSys: split the constructor into an Open method, in order to notify the op...Emmanuel Gil Peyrot
2014-10-06FileSys/Kernel: Implement SetSize service call for File objects.Emmanuel Gil Peyrot
2014-10-04Added some more names to the function tablepurpasmart96
2014-09-30added "StoreDataCache" to the function tablepurpasmart96
2014-09-21Use the citra user path for the sdmc directoryarchshift
2014-09-17Kernel: Implement the Close command for Archive, File and Directory.Emmanuel Gil Peyrot
2014-09-17FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.Emmanuel Gil Peyrot
2014-09-17Kernel: Add a Directory object and a getter for it from an Archive object.Emmanuel Gil Peyrot
2014-09-17Kernel: Add a File object and a getter for it from an Archive object.Emmanuel Gil Peyrot
2014-09-14Core: Get rid of unnecessary switch statement in KernelLioncash
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman
2014-09-11Created structure for PAD.Kevin Hartman
2014-09-11Merge pull request #99 from archshift/ext-checkbunnei
2014-09-08core: Prune redundant includesarchshift
2014-09-08Added string_util to common, small changes in loader.cpparchshift
2014-09-06core: Pass string by reference in FetchFromPortName and DeleteServiceLioncash
2014-08-28Threading: Fix thread starting to execute first instruction correctly.bunnei
2014-08-28srv::Initialize: Return "success" status code.bunnei
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with...Tony Wasserka
2014-08-25GSP: Update framebuffer information when necessary.Tony Wasserka
2014-08-25GSP: Implement SetBufferSwap.Tony Wasserka
2014-08-25GSP: Add a helper function for convenience.Tony Wasserka
2014-08-22Added FS functions to Archive and Archive_RomFSarchshift
2014-08-19Core: Use std::array for managing kernel object spaceLioncash
2014-08-18Merge pull request #55 from lioncash/stringbunnei
2014-08-18SVC: Added support for svc_GetSystemTick.bunnei
2014-08-17Core: Alter the kernel string functions to use std::string instead of const c...Lioncash
2014-08-17Core: Fix a formatting error in svc.cppLioncash
2014-08-12Merge pull request #39 from bunnei/hid-minor-improvementsbunnei
2014-08-12HID: Added new function entries from 3dbrew to FunctionTable.bunnei
2014-08-12Pica/GPU: Change hardware registers to use physical addresses rather than vir...Tony Wasserka
2014-08-12GSP: Fix a major regression introduced in ffda035c, due to which no display t...Tony Wasserka
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
2014-08-07HID: Implemented HID_User::GetIPCHandles service function.bunnei
2014-08-07SVC: Fixed typo with MapMemoryBlock DEBUG_LOG call.bunnei
2014-08-06Thread: Added more descriptive comment to WaitCurrentThread.bunnei
2014-08-06GSP: Cleaned up command buffer decoding.bunnei
2014-08-05GSP: Added reinitialization of other state objects.bunnei
2014-08-05GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei
2014-08-05GSP: Removed unnecessary GX_FinishCommand function.bunnei
2014-08-05GSP: Implements preliminary command synchronization via GPU interrupts.bunnei
2014-08-05AddressArbiter: Removed unnecessary HLE::Reschedule.bunnei
2014-08-05AddressArbiter: Fixed bug with break statements missing from case statements.bunnei
2014-08-05SRV: Updated GetProcSemaphore to create an event instead of a mutex.bunnei
2014-08-05SVC: Removed ArbitrateAddress log message that spams to much.bunnei