summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-257-61/+55
| | | |
* | | | dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-2510-41/+57
| | | |
* | | | dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonGravatar Lioncash2015-07-253-2/+2
|/ / /
* | | Merge pull request #989 from lioncash/externGravatar Yuri Kunde Schlesner2015-07-251-25/+25
|\ \ \ | | | | | | | | armdefs: Remove unnecessary extern keywords
| * | | armdefs: Remove unnecessary extern keywordsGravatar Lioncash2015-07-251-25/+25
| | | |
* | | | loader: Remove unnecessary else usagesGravatar Lioncash2015-07-251-9/+9
|/ / /
* | | Merge pull request #888 from zawata/Warning-Fixes-2Gravatar Yuri Kunde Schlesner2015-07-252-3/+3
|\ \ \ | | | | | | | | Core\HLE : Fix Warning
| * | | Core\HLE : Fix WarningGravatar zawata2015-07-172-3/+3
| |/ / | | | | | | | | | "signed/unsigned mismatch"
* | | Merge pull request #892 from zawata/another-warning-fixesGravatar Yuri Kunde Schlesner2015-07-252-2/+2
|\ \ \ | | | | | | | | Yet More Warning Fixes
| * | | Core : Change variable typeGravatar zawata2015-07-191-1/+1
| | | | | | | | | | | | | | | | and fix various warnings
| * | | Core : Fix Conversion WarningsGravatar zawata2015-07-191-1/+1
| | | |
* | | | Merge pull request #983 from yuriks/null-memory-fillGravatar Yuri Kunde Schlesner2015-07-231-13/+18
|\ \ \ \ | | | | | | | | | | 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-231-13/+18
| | |_|/ | |/| | | | | | | | | | | | | | 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-232-0/+11
|/ / / | | | | | | | | | | | | | | | * 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-213-3/+33
|\ \ \ | | | | | | | | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.
| * | | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Gravatar Subv2015-07-213-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver
* | | | Merge pull request #966 from Subv/logGravatar bunnei2015-07-211-4/+8
|\ \ \ \ | | | | | | | | | | Services/Logging: Log more useful information when some operations fail.
| * | | | Services/Logging: Log more useful information when some operations fail.Gravatar Subv2015-07-211-4/+8
| |/ / / | | | | | | | | | | | | Namely OpenFileDirectly, OpenDirectory and OpenArchive
* | | | Merge pull request #957 from Subv/hwtest_crashGravatar bunnei2015-07-211-0/+8
|\ \ \ \ | | | | | | | | | | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.
| * | | | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.Gravatar Subv2015-07-201-0/+8
| |/ / / | | | | | | | | | | | | They'll be reset if needed during the next svcWaitSynchronization call (if there's any pending)
* | | | dyncom: Pass SVC immediates directly.Gravatar Lioncash2015-07-213-6/+6
| | | | | | | | | | | | | | | | Previously it would just re-read the already decoded instruction and extract the immediate value.
* | | | Services/CFG: Added some missing functions to cfg:sGravatar Subv2015-07-201-1/+3
|/ / /
* | | Merge pull request #939 from Subv/queryprocmemGravatar bunnei2015-07-202-6/+28
|\ \ \ | | | | | | | | Kernel/SVC: Implemented svcQueryProcessMemory
| * | | Kernel/SVC: Implemented svcQueryProcessMemoryGravatar Subv2015-07-172-6/+28
| | | |
* | | | Merge pull request #951 from Subv/bit5Gravatar bunnei2015-07-192-12/+31
|\ \ \ \ | | | | | | | | | | GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.
| * | | | GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.Gravatar Subv2015-07-192-12/+31
| | | | | | | | | | | | | | | | | | | | It tells the GPU to not swizzle/de-swizzle the input during the transfer.
* | | | | Merge pull request #946 from archshift/update-frduGravatar bunnei2015-07-191-1/+12
|\ \ \ \ \ | | | | | | | | | | | | Add more frd:u unknown service commands from 3dbrew
| * | | | | Add more frd:u unknown service commands from 3dbrewGravatar archshift2015-07-191-1/+12
| | |_|/ / | |/| | |
* | | | | dyncom: Properly retrieve the PC value in BX if used.Gravatar Lioncash2015-07-191-3/+5
| |/ / / |/| | |
* | | | Change trace/unimplemented service call logs to use hexGravatar archshift2015-07-191-1/+1
|/ / / | | | | | | | | | Changes the log to use hex in the parameter list instead of decimal.
* / / Dyncom: Support for a missing ARMv6 Thumb MOV encodingGravatar Yuri Kunde Schlesner2015-07-181-10/+4
|/ /
* | Merge pull request #938 from Subv/querymemGravatar Yuri Kunde Schlesner2015-07-172-4/+24
|\ \ | | | | | | Kernel/SVC: Implemented svcQueryMemory.
| * | Kernel/SVC: Implemented svcQueryMemory.Gravatar Subv2015-07-172-4/+24
| | |
* | | Merge pull request #937 from yuriks/codeset-leakGravatar bunnei2015-07-1712-8/+45
|\ \ \ | |/ / |/| | Ensure all kernel objects are released during shutdown
| * | Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-1712-8/+45
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | arm_dyncom_interpreter: Simplify assignment in SMLAWGravatar Lioncash2015-07-161-1/+1
|/ / | | | | | | Also a side-benefit of not having implementation-defined behavior.
* | Merge pull request #918 from yuriks/romfsGravatar bunnei2015-07-1617-97/+111
|\ \ | | | | | | Do not load entire RomFS to memory, read from the file as needed instead (rebased)
| * | Loader: Fix variable type and remove unused variableGravatar Yuri Kunde Schlesner2015-07-131-2/+1
| | |
| * | Archive: Correct a few incorrect types in function signaturesGravatar Yuri Kunde Schlesner2015-07-136-22/+22
| | | | | | | | | | | | Buffer lengths should be size_t, and file offsets should be u64.
| * | Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner2015-07-1310-50/+50
| | |
| * | FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut2015-07-139-32/+47
| | |
* | | Merge pull request #904 from aroulin/y2r-narrowing-warningGravatar archshift2015-07-131-1/+1
|\ \ \ | |/ / |/| | Y2R: Fix narrowing warning
| * | Y2R: Fix narrowing warningGravatar aroulin2015-07-121-1/+1
| | |
* | | CiTrace: Clean up initialization method.Gravatar Tony Wasserka2015-07-132-70/+46
| | |
* | | CiTrace: Record default vertex attributes.Gravatar Tony Wasserka2015-07-134-43/+57
| | |
* | | Add CiTrace recording support.Gravatar Tony Wasserka2015-07-137-1/+419
| | | | | | | | | | | | | | | | | | 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).
* | | GPU: Be robust against nullptr addresses; properly reset busy bits in the ↵Gravatar Tony Wasserka2015-07-131-27/+34
| | | | | | | | | | | | trigger registers.
* | | HW: Fix a stupid issue which led to unknown register reads/writes.Gravatar Tony Wasserka2015-07-131-0/+30
| | |
* | | Merge pull request #921 from linkmauve/fix-appletGravatar bunnei2015-07-127-7/+32
|\ \ \ | | | | | | | | Fix applet includes using iwyu
| * | | Core: Fix applet includes using iwyu.Gravatar Emmanuel Gil Peyrot2015-07-127-7/+32
| |/ /