aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle
Commit message (Collapse)AuthorAge
* core: Eliminate some unused variable warningsGravatar Lioncash2015-07-29
|
* core: Fix missing prototype warningsGravatar Lioncash2015-07-29
|
* Merge pull request #1009 from lioncash/tableGravatar Yuri Kunde Schlesner2015-07-29
|\ | | | | am_net: Update function table data
| * am_net: Add missing function to the function tableGravatar Lioncash2015-07-29
| |
| * am_net: Add correct function name to the function tableGravatar Lioncash2015-07-29
| |
* | Merge pull request #982 from Subv/homeGravatar bunnei2015-07-29
|\ \ | |/ |/| Service/APT: Return proper parameters in GetLockHandle.
* | Merge pull request #899 from zawata/Winsock-DeprecationGravatar bunnei2015-07-28
|\ \ | | | | | | SOC:U : Fix WinSock function deprecation
* \ \ Merge pull request #873 from jroweboy/input_arrayGravatar Tony Wasserka2015-07-28
|\ \ \ | | | | | | | | Move input values into an array.
| * | | Move input values into an arrayGravatar James Rowe2015-07-27
| | | |
* | | | dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-25
|/ / /
* | | Merge pull request #888 from zawata/Warning-Fixes-2Gravatar Yuri Kunde Schlesner2015-07-25
|\ \ \ | | | | | | | | Core\HLE : Fix Warning
| | | * Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ↵Gravatar Subv2015-07-23
| | | | | | | | | | | | | | | | applet when called.
| | | * Service/APT: Return proper parameters in GetLockHandle.Gravatar Subv2015-07-23
| | | | | | | | | | | | | | | | | | | | Documented some APT functions This allows applets to boot.
* | | | Merge pull request #983 from yuriks/null-memory-fillGravatar Yuri Kunde Schlesner2015-07-23
|\ \ \ \ | | | | | | | | | | GSP: Don't try to write memory fill registers if start address is 0
| * | | | GSP: Don't try to write memory fill registers if start address is 0Gravatar Yuri Kunde Schlesner2015-07-23
| | |_|/ | |/| | | | | | | | | | | | | | Verified to be what GSP does via REing. Fixes invalid virt->phys translation error spam in some games.
* / | | Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv2015-07-23
|/ / / | | | | | | | | | | | | | | | * IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip
* | | 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
* | | | | Merge pull request #957 from Subv/hwtest_crashGravatar bunnei2015-07-21
|\ \ \ \ \ | | | | | | | | | | | | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.
* | | | | | dyncom: Pass SVC immediates directly.Gravatar Lioncash2015-07-21
| | | | | | | | | | | | | | | | | | | | | | | | Previously it would just re-read the already decoded instruction and extract the immediate value.
| | | * | | 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
| |/ / / |/| | |
| * | | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.Gravatar Subv2015-07-20
|/ / / | | | | | | | | | They'll be reset if needed during the next svcWaitSynchronization call (if there's any pending)
* | | Merge pull request #939 from Subv/queryprocmemGravatar bunnei2015-07-20
|\ \ \ | | | | | | | | Kernel/SVC: Implemented svcQueryProcessMemory
* \ \ \ Merge pull request #946 from archshift/update-frduGravatar bunnei2015-07-19
|\ \ \ \ | | | | | | | | | | Add more frd:u unknown service commands from 3dbrew
| | | | * SOC:U : Update deprecated function gethostbyname() to getaddrinfo()Gravatar zawata2015-07-19
| | | | |
* | | | | 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
|/ / / /
| * / / Kernel/SVC: Implemented svcQueryProcessMemoryGravatar Subv2015-07-17
|/ / /
* | | Merge pull request #938 from Subv/querymemGravatar Yuri Kunde Schlesner2015-07-17
|\ \ \ | | | | | | | | Kernel/SVC: Implemented svcQueryMemory.
| * | | Kernel/SVC: Implemented svcQueryMemory.Gravatar Subv2015-07-17
| | | |
| | * | Core\HLE : Fix WarningGravatar zawata2015-07-17
| | |/ | | | | | | | | | "signed/unsigned mismatch"
* | / 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).
* | Merge pull request #921 from linkmauve/fix-appletGravatar bunnei2015-07-12
|\ \ | | | | | | Fix applet includes using iwyu
* | | Kernel: Add CodeSet case to Object::IsWaitableGravatar Yuri Kunde Schlesner2015-07-12
| | |
| * | Core: Fix applet includes using iwyu.Gravatar Emmanuel Gil Peyrot2015-07-12
|/ /
* | Merge pull request #823 from Subv/applets_drawingGravatar bunnei2015-07-11
|\ \ | | | | | | Library applet support (swkbd for now)
| * | 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.
* | | Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-11
| | | | | | | | | | | | | | | | | | The code now properly configures the process image to match the loaded binary segments (code, rodata, data) instead of just blindly allocating a large chunk of dummy memory.
* | | Kernel: Remove unused member from EventGravatar Yuri Kunde Schlesner2015-07-11
| | |
| * | 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
| | |
| * | Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | |