summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2032 from bunnei/qt-graphicsGravatar bunnei2016-08-313-0/+12
|\
| * system: Add a function to see if the emulator is running.Gravatar bunnei2016-08-292-0/+11
| * config: Add a setting for graphics V-Sync.Gravatar bunnei2016-08-291-0/+1
* | configure_audio: User-configuratble option to enable/disable audio stretchingGravatar MerryMage2016-08-312-0/+2
* | Merge pull request #2023 from yuriks/autobase-bcfntGravatar bunnei2016-08-303-30/+68
|\ \ | |/ |/|
| * Auto-detect original shared_font.bin memory baseGravatar Yuri Kunde Schlesner2016-08-273-30/+68
* | Merge pull request #1948 from wwylele/cro++Gravatar Yuri Kunde Schlesner2016-08-2814-99/+3041
|\ \
| * | LDR: Implement CROGravatar wwylele2016-08-279-99/+3013
| * | ARM: add ClearInstructionCache functionGravatar wwylele2016-08-273-0/+11
| * | Memory: add ReadCString functionGravatar wwylele2016-08-272-0/+17
| |/
* | Merge pull request #1987 from Lectem/ipcdescriptorsGravatar Yuri Kunde Schlesner2016-08-275-22/+110
|\ \ | |/ |/|
| * fix #1942 and adds a few IPC functions for descriptorsGravatar Lectem2016-08-025-22/+110
* | dyncom: Read-after-write in SMLAGravatar MerryMage2016-08-221-2/+4
* | Dyncom: Correct implementation of STM for R15Gravatar MerryMage2016-08-141-3/+4
|/
* Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000Gravatar bunnei2016-07-285-22/+31
|\
| * Correct APT::0x00550040 and APT::0x00560000 functionGravatar JamePeng2016-07-155-22/+31
* | Instead of segfaulting, log an error to remind the user to dump the shared fo...Gravatar Henrik Rydgard2016-07-281-0/+7
* | Merge pull request #1959 from MerryMage/revsh-upstreamGravatar bunnei2016-07-281-4/+13
|\ \
| * | dyncom: Fix translation of thumb REVSHGravatar MerryMage2016-07-281-4/+13
* | | CoreTiming: avoid overflowGravatar wwylele2016-07-231-1/+1
* | | HLE: implement system timeGravatar wwylele2016-07-232-2/+60
| |/ |/|
* | Merge pull request #1894 from wwylele/set-config-blockGravatar Yuri Kunde Schlesner2016-07-096-37/+253
|\ \
| * | Service::CFG/FS: add and refactor out utilities for front-endGravatar wwylele2016-07-034-15/+146
| * | Service::CFG: move known block ID to an enumGravatar wwylele2016-07-031-11/+25
| * | Service::CFG: add SetConfigInfoBlk4Gravatar wwylele2016-07-034-8/+73
| * | Service::CFG: add missing languageGravatar wwylele2016-07-021-1/+2
| * | Service::CFG: name sound output modesGravatar wwylele2016-07-022-2/+7
| |/
* | Merge pull request #1940 from JamePeng/fix-archive-error-codeGravatar bunnei2016-07-062-10/+15
|\ \
| * | Fix the errorcode of archive handleGravatar JamePeng2016-07-052-10/+15
* | | Merge pull request #1921 from Subv/fs_funcsGravatar Sebastian Valle2016-07-051-11/+42
|\ \ \
| * | | HLE/FS: Document some command parameters and implemented command 0x08560240 (...Gravatar Subv2016-07-031-11/+42
* | | | HLE/Applets: Implement ErrEula appletGravatar mailwl2016-07-045-0/+118
| |/ / |/| |
* | | Result: fix and update ErrorModuleGravatar wwylele2016-06-301-6/+19
| |/ |/|
* | Merge pull request #1869 from wwylele/dont-be-lazyGravatar Yuri Kunde Schlesner2016-06-281-2/+6
|\ \
| * | Switch context on the same thread if necessaryGravatar wwylele2016-05-301-2/+6
* | | Merge pull request #1867 from mailwl/srv-updateGravatar bunnei2016-06-282-15/+125
|\ \ \
| * | | Fix parameter name in EnableNotificationGravatar mailwl2016-05-312-2/+6
| * | | Fix mistakes, add output header codesGravatar mailwl2016-05-311-8/+24
| * | | remove ugly functionGravatar mailwl2016-05-311-35/+3
| * | | srv: Update according 3dbrewGravatar mailwl2016-05-311-15/+137
| |/ /
* | | Merge pull request #1877 from wwylele/wait-fix-timeoutGravatar bunnei2016-06-181-0/+49
|\ \ \
| * | | 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
|\ \ \