aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2015-09-14Fix narrowing conversion warningYuri Kunde Schlesner
2015-09-14Service/CFG: Move several private types from the header to the cppYuri Kunde Schlesner
2015-09-14Service/CFG: Clean up default block creationYuri Kunde Schlesner
2015-09-14GSP: Implement command 0x05, used for flushing cachesYuri Kunde Schlesner
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash
2015-09-10General: Fix up doxygen commentsLioncash
2015-09-03Add cam:u service function names to its function tablearchshift
2015-08-26Core: Improve APT Shared Font hackYuri Kunde Schlesner
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-22Merge pull request #1025 from yuriks/heap-managementYuri Kunde Schlesner
2015-08-16GPU: Implement TextureCopy-mode display transfersYuri Kunde Schlesner
2015-08-16APT: Adjust shared font hack so it works with the new linear heap codeYuri Kunde Schlesner
2015-08-16Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner
2015-07-29core: Eliminate some unused variable warningsLioncash
2015-07-29core: Fix missing prototype warningsLioncash
2015-07-29Merge pull request #1009 from lioncash/tableYuri Kunde Schlesner
2015-07-29am_net: Add missing function to the function tableLioncash
2015-07-29am_net: Add correct function name to the function tableLioncash
2015-07-29Merge pull request #982 from Subv/homebunnei
2015-07-28Merge pull request #899 from zawata/Winsock-Deprecationbunnei
2015-07-27Move input values into an arrayJames Rowe
2015-07-23Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...Subv
2015-07-23Service/APT: Return proper parameters in GetLockHandle.Subv
2015-07-23Merge pull request #983 from yuriks/null-memory-fillYuri Kunde Schlesner
2015-07-23GSP: Don't try to write memory fill registers if start address is 0Yuri Kunde Schlesner
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Subv
2015-07-21Merge pull request #962 from Subv/am_appbunnei
2015-07-21Merge pull request #966 from Subv/logbunnei
2015-07-21Services/Logging: Log more useful information when some operations fail.Subv
2015-07-21Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv
2015-07-20Services/CFG: Added some missing functions to cfg:sSubv
2015-07-19Merge pull request #946 from archshift/update-frdubunnei
2015-07-19SOC:U : Update deprecated function gethostbyname() to getaddrinfo()zawata
2015-07-19Change trace/unimplemented service call logs to use hexarchshift
2015-07-19Add more frd:u unknown service commands from 3dbrewarchshift
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner
2015-07-13Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner
2015-07-13Add CiTrace recording support.Tony Wasserka
2015-07-12Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot
2015-07-11Applets: Reworked how the Applet update event is handled.Subv
2015-07-11Applets: Add infrastructure to allow custom drawing and input handling in App...Subv
2015-07-11HLE/APT: Initial HLE support for applets.Subv
2015-07-10Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup soc:U includes.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-27Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLAT...Emmanuel Gil Peyrot
2015-06-25Services/SOC: Added command headers to some of the soc commands.Subv