summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Thread: update timeout when rerunning WaitSynchGravatar wwylele2016-06-041-0/+49
| |/ /
* | | Merge pull request #1898 from archshift/interpreter-split-take2Gravatar bunnei2016-06-165-2727/+2729
|\ \ \ | |_|/ |/| |
| * | Make arm_dyncom_trans* into a fully fledged compilation unitGravatar archshift2016-06-124-53/+73
| * | arm_dyncom_interpreter: slightly change AllocBuffer to be intuitiveGravatar archshift2016-06-121-15/+15
| * | arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT funcGravatar archshift2016-06-102-39/+19
| * | arm_dyncom_interpreter: rename operation functions to fit style guideGravatar archshift2016-06-102-34/+34
| * | arm_dyncom_interpreter: Rename anonymous enum to TransExtDataGravatar archshift2016-06-104-166/+164
| * | arm_dyncom_interpreter.cpp: #include translation info from inc filesGravatar archshift2016-06-103-2648/+2652
* | | Merge pull request #1842 from Subv/portsGravatar bunnei2016-06-118-3/+178
|\ \ \
| * | | Kernel/SVC: Implemented svcCreatePort.Gravatar Subv2016-06-116-3/+41
| * | | Kernel: Added ClientPort and ServerPort classes.Gravatar Subv2016-06-056-2/+139
* | | | hid: add missing headerGravatar wwylele2016-06-111-0/+2
* | | | Merge pull request #1789 from wwylele/input-refactorGravatar bunnei2016-06-103-40/+53
|\ \ \ \
| * | | | fixup! fixup! Refactor input systemGravatar wwylele2016-05-151-1/+1
| * | | | implement circle pad modifierGravatar wwylele2016-05-151-1/+5
| * | | | Refactor input subsystemGravatar wwylele2016-05-153-40/+49
* | | | | Revert "Split huge interpreter source file into translation info and interpre...Gravatar archshift2016-06-105-2731/+2727
* | | | | arm_dyncom_interpreter: rename operation functions to fit style guideGravatar archshift2016-06-082-42/+42
* | | | | arm_dyncom_interpreter.cpp: Split by translation and interpreter logicGravatar archshift2016-06-085-2727/+2731
| |_|/ / |/| | |
* | | | gdbstub: E0 should be E00Gravatar shinyquagsire232016-06-081-1/+1
* | | | service: Add other DLP servicesGravatar Lioncash2016-06-0410-23/+150
| |/ / |/| |
* | | gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueueGravatar mailwl2016-06-012-15/+22
| |/ |/|
* | Merge pull request #1692 from Subv/rm_getpointer2Gravatar bunnei2016-05-2917-138/+454
|\ \
| * | Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ...Gravatar Subv2016-05-282-2/+60
| * | Memory: Make ReadBlock and WriteBlock accept void pointers.Gravatar Subv2016-05-285-21/+19
| * | SOC_U: Remove usage of GetPointerGravatar Subv2016-05-281-27/+73
| * | SSL_C: Remove use of Memory::GetPointerGravatar MerryMage2016-05-281-4/+3
| * | GSP_GPU: Remove use of Memory::GetPointerGravatar MerryMage2016-05-281-33/+50
| * | Memory: CopyBlockGravatar MerryMage2016-05-282-2/+43
| * | DSP_DSP: Remove use of Memory::GetPointerGravatar MerryMage2016-05-281-7/+10
| * | FS/Archive: Remove use of Memory::GetPointerGravatar MerryMage2016-05-281-7/+14
| * | CFG: Remove use of Memory::GetPointerGravatar MerryMage2016-05-211-6/+10
| * | APT: Remove use of Memory::GetPointerGravatar MerryMage2016-05-215-35/+36
| * | Kernel/Thread: Remove use of Memory::GetPointerGravatar MerryMage2016-05-211-1/+1
| * | Applets/swkdb: Remove use of Memory::GetPointerGravatar MerryMage2016-05-211-1/+1
| * | Memory: ZeroBlockGravatar MerryMage2016-05-212-0/+39
| * | FileSys/Path: Replace Memory::GetPointer with Memory::ReadBlockGravatar MerryMage2016-05-211-6/+6
| * | Memory: ReadBlock/WriteBlockGravatar MerryMage2016-05-213-4/+81
| * | Memory: IsValidVirtualAddress/IsValidPhysicalAddressGravatar MerryMage2016-05-213-0/+26
* | | Merge pull request #1756 from wwylele/config-cleanupGravatar bunnei2016-05-281-29/+13
|\ \ \
| * | | clean up config blockGravatar wwylele2016-05-031-29/+13
* | | | Merge pull request #1568 from JayFoxRox/fix-printfGravatar Mat M2016-05-263-26/+61
|\ \ \ \
| * | | | Fix ftoi behaviourGravatar Jannik Vogel2016-05-162-22/+53
| * | | | Respect fpscr in ftoizGravatar Jannik Vogel2016-05-162-4/+4
| * | | | Disable VFP3 instructionsGravatar Jannik Vogel2016-05-161-0/+4
* | | | | Merge pull request #1810 from JayFoxRox/fix-float-exceptionsGravatar bunnei2016-05-263-91/+130
|\ \ \ \ \
| * | | | | Remove `exceptions` parameter from `normaliseround` VFP functionsGravatar Jannik Vogel2016-05-183-28/+57
| * | | | | Fix exception propagation for VFP single precisionGravatar Jannik Vogel2016-05-182-33/+38
| * | | | | Fix exception propagation for VFP double precisionGravatar Jannik Vogel2016-05-182-34/+39
| | |_|/ / | |/| | |
* | | | | Merge pull request #1855 from MerryMage/memory-headers-20160526Gravatar Mat M2016-05-262-1/+2
|\ \ \ \ \