aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service
Commit message (Collapse)AuthorAge
* Service/APT: Return proper parameters in GetLockHandle.Gravatar Subv2015-07-23
| | | | | Documented some APT functions This allows applets to boot.
* Merge pull request #962 from Subv/am_appGravatar bunnei2015-07-21
|\ | | | | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.
* \ Merge pull request #966 from Subv/logGravatar bunnei2015-07-21
|\ \ | | | | | | Services/Logging: Log more useful information when some operations fail.
| * | Services/Logging: Log more useful information when some operations fail.Gravatar Subv2015-07-21
| | | | | | | | | | | | Namely OpenFileDirectly, OpenDirectory and OpenArchive
| | * Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Gravatar Subv2015-07-21
| |/ | | | | | | | | | | Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver
* / Services/CFG: Added some missing functions to cfg:sGravatar Subv2015-07-20
|/
* Merge pull request #946 from archshift/update-frduGravatar bunnei2015-07-19
|\ | | | | Add more frd:u unknown service commands from 3dbrew
* | Change trace/unimplemented service call logs to use hexGravatar archshift2015-07-19
| | | | | | | | Changes the log to use hex in the parameter list instead of decimal.
| * Add more frd:u unknown service commands from 3dbrewGravatar archshift2015-07-19
|/
* Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-17
| | | | | | | | This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications.
* Archive: Correct a few incorrect types in function signaturesGravatar Yuri Kunde Schlesner2015-07-13
| | | | Buffer lengths should be size_t, and file offsets should be u64.
* Add CiTrace recording support.Gravatar Tony Wasserka2015-07-13
| | | | | | This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still).
* Core: Fix applet includes using iwyu.Gravatar Emmanuel Gil Peyrot2015-07-12
|
* Applets: Reworked how the Applet update event is handled.Gravatar Subv2015-07-11
| | | | Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method.
* Applets: Add infrastructure to allow custom drawing and input handling in ↵Gravatar Subv2015-07-11
| | | | Applets.
* HLE/APT: Initial HLE support for applets.Gravatar Subv2015-07-11
| | | | Currently only the SWKBD is emulated, and there's currently no way to ask the user for input, so it always returns "Subv" as the text.
* Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-10
|\ | | | | Cleanup includes, mostly in common
| * Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| |
| * Core: Cleanup soc:U includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| |
| * Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| |
| * CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| |
| * Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| |
| * Services: Use the standard _WIN32 define in soc:U instead of our own ↵Gravatar Emmanuel Gil Peyrot2015-06-27
| | | | | | | | EMU_PLATFORM.
* | Services/SOC: Added command headers to some of the soc commands.Gravatar Subv2015-06-25
|/
* Add helpers to create IPC command buffer headers and descriptorsGravatar Yuri Kunde Schlesner2015-06-22
|
* Merge pull request #860 from yuriks/y2r-colorGravatar Yuri Kunde Schlesner2015-06-21
|\ | | | | Color support for Y2R
| * Y2R: Rework conversion process, enabling support for all formatsGravatar Yuri Kunde Schlesner2015-06-21
| |
| * Y2R: Re-organize how params are stored. Support SetConversionParamsGravatar Yuri Kunde Schlesner2015-06-20
| |
* | Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-11
|/
* ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Gravatar Subv2015-06-01
| | | | Organize the ExtSaveData folders as they are stored in the console.
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* hid: Get rid of undefined behaviorGravatar Lioncash2015-05-27
| | | | Modifying a variable twice across a sequence point.
* Service/GSP: Implemented ImportDisplayCaptureInfo.Gravatar Subv2015-05-25
|
* y2r_u: Remove unused variable in StartConversionGravatar Lioncash2015-05-23
|
* Merge pull request #801 from purpasmart96/hid_stubsGravatar bunnei2015-05-22
|\ | | | | HID: Stub DisableAccelerometer and DisableGyroscopeLow
| * HID: Stub DisableAccelerometer and DisableGyroscopeLowGravatar purpasmart962015-05-22
| |
* | Flush for y2r (moflex)Gravatar tfarley2015-05-22
| |
* | OpenGL rendererGravatar tfarley2015-05-22
|/
* Service::Y2R: Support for grayscale decoding of specific formatsGravatar Yuri Kunde Schlesner2015-05-22
| | | | | | | | | | | | Implements unrotated planar YUV 4:2:0 -> RGB24 conversions in Y2R. Currently only the Y (luma) channel is used, so the results don't contain color. This will be added in a later PR at some point. This is enough to get all currently know Moflex videos to decode. (Some don't display on-screen due to seemingly unrelated reasons.) Thanks to @archshift for doing the initial implementation which I cleaned up and then fixed the 8x8 block mode.
* y2r_u: Stub StartConversion to prevent moflex games from hanging.Gravatar bunnei2015-05-20
|
* Merge pull request #766 from purpasmart96/cfg_service_updateGravatar bunnei2015-05-18
|\ | | | | CFG: Update the cfg service to be like other integrated services
| * CFG: Update the cfg service to be like other integrated servicesGravatar purpasmart962015-05-15
| |
* | APT/FS: Remove asserts that were causing false positivesGravatar purpasmart962015-05-15
| |
* | Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
|/ | | | | | | memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
* PTM: Changed the way the ptm services are handled to be like theGravatar purpasmart962015-05-11
| | | | IR, HID, and APT services.
* NWM_UDS: Fix a typo in the nwm service port nameGravatar purpasmart962015-05-11
|
* fixup! GSP: Small tweaks to shared memory initializationGravatar Yuri Kunde Schlesner2015-05-10
|
* GSP: Small tweaks to shared memory initializationGravatar Yuri Kunde Schlesner2015-05-10
|
* Kernel: Capture SharedMemory attributes at creation, not when mappingGravatar Yuri Kunde Schlesner2015-05-10
|
* Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-09
|