summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Memory: Added necessary headers and removed unnecessary headerGravatar MerryMage2016-05-262-1/+2
| |/ / / /
* | | | | Merge pull request #1817 from linkmauve/smdh-stuffGravatar bunnei2016-05-2510-105/+198
|\ \ \ \ \
| * | | | | Loader: Split SMDH into its own header and import helpers from QGameListGravatar Emmanuel Gil Peyrot2016-05-214-47/+138
| * | | | | CitraQt: Simplify the game list loader codeGravatar Emmanuel Gil Peyrot2016-05-212-14/+12
| * | | | | Loader: Add a GetFileType method to get the type of a loaded fileGravatar Emmanuel Gil Peyrot2016-05-214-0/+30
| * | | | | Loader, Frontends: Refactor loader creation and game loadingGravatar Emmanuel Gil Peyrot2016-05-214-47/+21
| |/ / / /
* | | | | New3DS: Minor style cleanup to #1520.Gravatar bunnei2016-05-242-3/+3
* | | | | Merge pull request #1520 from JamePeng/checknew3dsGravatar bunnei2016-05-249-10/+138
|\ \ \ \ \
| * | | | | Implement CheckNew3DS and CheckNew3DSAppGravatar JamePeng2016-04-209-10/+138
* | | | | | SVC::WaitSynchronizationN: Reschedule at the endGravatar wwylele2016-05-211-2/+3
| |/ / / / |/| | | |
* | | | | Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSDGravatar Jannik Vogel2016-05-181-4/+8
* | | | | Update ACT:U and create ACT:A (#1809)Gravatar AndrĂ¡s Domonkos2016-05-175-0/+56
* | | | | Merge pull request #1800 from JayFoxRox/set-fpscrGravatar bunnei2016-05-173-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Set fpscr for new threadsGravatar Jannik Vogel2016-05-173-0/+6
* | | | | DSP_DSP: Remove GetHeadphoneStatus logspam (#1799)Gravatar Maribel2016-05-151-2/+2
| |_|_|/ |/| | |
* | | | Memory: Fixed a regression caused by #1695 and #1689.Gravatar Subv2016-05-141-0/+3
|/ / /
* | | Merge pull request #1689 from Subv/shmemGravatar bunnei2016-05-1318-128/+417
|\ \ \
| * | | HLE/Applets: Give each applet its own block of heap memory, and use that when...Gravatar Subv2016-05-125-5/+44
| * | | Kernel: Account for automatically-allocated shared memories in the amount of ...Gravatar Subv2016-05-121-0/+5
| * | | APT: Move the shared font loading and relocation functions to their own subdi...Gravatar Subv2016-05-124-66/+167
| * | | Kernel/SharedMemory: Log an error when Map fails.Gravatar Subv2016-05-121-1/+10
| * | | Kernel: Implemented shared memory permissions.Gravatar Subv2016-05-124-9/+50
| * | | APT: Implement relocating the shared font to its true address.Gravatar Subv2016-05-121-9/+74
| * | | Kernel/Memory: Remove the Shared Memory region from the legacy memory map.Gravatar Subv2016-05-121-1/+0
| * | | Kernel/SharedMemory: Properly implemented shared memory support.Gravatar Subv2016-05-1210-118/+147
| * | | Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Gravatar Subv2016-05-122-2/+3
* | | | Merge pull request #1695 from Subv/tls_allocGravatar bunnei2016-05-125-28/+74
|\ \ \ \
| * | | | Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Gravatar Subv2016-05-075-28/+74
* | | | | gdbstub: Silence missing prototype warningsGravatar Lioncash2016-05-101-3/+3
* | | | | dyncom: Reset the context into user mode correctlyGravatar Lioncash2016-05-091-1/+1
| |/ / / |/| | |
* | | | Merge pull request #1766 from Subv/log_cpuGravatar bunnei2016-05-083-0/+10
|\ \ \ \
| * | | | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Gravatar Subv2016-05-073-0/+10
| |/ / /
* | | | Merge pull request #1718 from alex-laties/fixup-type-conversionsGravatar bunnei2016-05-075-29/+29
|\ \ \ \
| * | | | fixup simple type conversions where possibleGravatar Alexander Laties2016-05-075-29/+29
* | | | | Merge pull request #1761 from Subv/applets_fbGravatar bunnei2016-05-075-23/+44
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk...Gravatar Subv2016-05-075-23/+44
| | |_|/ | |/| |
* | | | fix:return proper errorGravatar wwylele2016-05-061-2/+3
* | | | Merge pull request #1762 from bunnei/globalGravatar bunnei2016-05-054-8/+21
|\ \ \ \
| * | | | HLE: Rename RescheduleIsPending to IsReschedulePending.Gravatar bunnei2016-05-053-3/+3
| * | | | hle: Get rid of global access to g_rescheduleGravatar Lioncash2016-03-214-8/+21
* | | | | Merge pull request #1700 from wwylele/gamelist-iconGravatar bunnei2016-05-056-23/+149
|\ \ \ \ \
| * | | | | add icon & title to game listGravatar wwylele2016-05-046-23/+149
* | | | | | Layout Mii parameters input/output, and return success as result of applet workGravatar mailwl2016-05-052-0/+49
| |_|/ / / |/| | | |
* | | | | Merge pull request #1732 from wwylele/config00170000Gravatar bunnei2016-05-022-13/+4
|\ \ \ \ \
| * | | | | remove duplicated function declarationGravatar wwylele2016-05-011-13/+0
| * | | | | add config block 0x00170000Gravatar wwylele2016-04-291-0/+4
| |/ / / /
* | | | | VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-304-2/+4
* | | | | LCD: Remove unneeded #undef with no matching #define.Gravatar Emmanuel Gil Peyrot2016-04-301-2/+0
* | | | | Merge pull request #1729 from MerryMage/null-sinkGravatar bunnei2016-04-302-0/+8
|\ \ \ \ \
| * | | | | Audio: Add sink selection to configuration filesGravatar MerryMage2016-04-302-0/+8
| |/ / / /