summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Kernel: Properly initialize and shutdown all modules.Gravatar bunnei2015-05-014-9/+20
| * | | | | HW: Properly initialize and shutdown all modules.Gravatar bunnei2015-05-013-3/+8
| * | | | | Services: Initialize all state variables at bootup.Gravatar bunnei2015-05-018-22/+38
| * | | | | Memory: Properly cleanup & shutdown.Gravatar bunnei2015-05-013-38/+60
| * | | | | Qt: Create emu thread on bootup, kill it on shutdown.Gravatar bunnei2015-05-013-31/+44
| * | | | | EmuThread: Remove unused filename attribute.Gravatar bunnei2015-05-013-18/+2
| * | | | | Qt: Move EmuThread ownership from render window to main window.Gravatar bunnei2015-05-016-69/+57
|/ / / / /
* | | | | Merge pull request #717 from linkmauve/useless-autoGravatar bunnei2015-04-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | VideoCore: Remove a superfluous auto variable declaration in debug_utils.Gravatar Emmanuel Gil Peyrot2015-04-291-1/+1
* | | | | Merge pull request #715 from purpasmart96/configmem_typo_fixGravatar Yuri Kunde Schlesner2015-04-281-1/+0
|\ \ \ \ \
| * | | | | ConfigMem: Remove duplicate retail bitGravatar purpasmart962015-04-281-1/+0
|/ / / / /
* | | | | Merge pull request #692 from purpasmart96/log_improvementsGravatar bunnei2015-04-284-22/+59
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Services/Loader: Use more sensible log formats for certain functionsGravatar purpasmart962015-04-274-22/+59
* | | | | Merge pull request #710 from lioncash/staticGravatar archshift2015-04-241-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ptm_sysm: Add static specifier to IsLegacyPowerOffGravatar Lioncash2015-04-241-1/+1
|/ / / /
* | | | Merge pull request #706 from lioncash/unusedGravatar bunnei2015-04-205-95/+1
|\ \ \ \
| * | | | dyncom: Remove more unused/unnecessary codeGravatar Lioncash2015-04-205-95/+1
|/ / / /
* | | | Merge pull request #704 from citra-emu/archshift-patch-1Gravatar bunnei2015-04-191-1/+1
|\ \ \ \
| * | | | Add "or any later version" qualifier to the GPLv2 statement in the readmeGravatar archshift2015-04-181-1/+1
* | | | | Merge pull request #703 from lioncash/cruftGravatar bunnei2015-04-197-823/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | dyncom: Remove unused/unnecessary VFP cruftGravatar Lioncash2015-04-177-823/+15
* | | | | Merge pull request #691 from rohit-n/sign-compareGravatar bunnei2015-04-172-4/+4
|\ \ \ \ \
| * | | | | Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-04-092-4/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #699 from yuriks/event-use-lambdaGravatar bunnei2015-04-171-65/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Common: thread.h cleanupsGravatar Yuri Kunde Schlesner2015-04-161-65/+16
|/ / / /
* | | | Merge pull request #696 from yuriks/interface-deinlineGravatar bunnei2015-04-143-50/+49
|\ \ \ \
| * | | | De-inline functions from Interface, removing them from service.hGravatar Yuri Kunde Schlesner2015-04-143-50/+49
| | |/ / | |/| |
* | | | Merge pull request #697 from linkmauve/clang<3Gravatar bunnei2015-04-148-45/+43
|\ \ \ \ | |/ / / |/| | |
| * | | Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.Gravatar Emmanuel Gil Peyrot2015-04-142-39/+36
| * | | citra-qt: Use std::abs() to get the right absolute function for s64.Gravatar Emmanuel Gil Peyrot2015-04-141-1/+2
| * | | Kernel: Use the correct format string for u64 hex.Gravatar Emmanuel Gil Peyrot2015-04-141-1/+1
| * | | Headers: Add some forgotten overrides, thanks clang!Gravatar Emmanuel Gil Peyrot2015-04-144-4/+4
|/ / /
* | | Merge pull request #683 from bunnei/thread-priorityGravatar bunnei2015-04-099-41/+147
|\ \ \
| * | | SVC: Assert on unsupported CreateThread processor ID.Gravatar bunnei2015-04-091-3/+9
| * | | SVC: Update various SVCs to cause a reschedule.Gravatar bunnei2015-04-092-6/+22
| * | | Kernel: Implemented priority inheritance for mutexes.Gravatar bunnei2015-04-093-4/+22
| * | | Thread: Implement priority boost for starved threads.Gravatar bunnei2015-04-095-28/+92
| * | | SVC: Reschedule on svcCreateThread.Gravatar bunnei2015-04-091-0/+2
| * | | APT: (Subv) Fix bug where start event was being incorrectly signaled.Gravatar bunnei2015-04-091-6/+7
| * | | Kernel: Fixed default thread priority.Gravatar bunnei2015-04-092-5/+4
|/ / /
* | | Merge pull request #690 from Zaneo/sharedmemoryGravatar bunnei2015-04-091-0/+1
|\ \ \ | |/ / |/| |
| * | Initialize base address to 0x0Gravatar Gareth Higgins2015-04-081-0/+1
|/ /
* | Merge pull request #689 from lioncash/formatGravatar Tony Wasserka2015-04-081-1/+1
|\ \
| * | gpu: Fix a missing format specifierGravatar Lioncash2015-04-071-1/+1
* | | Merge pull request #688 from lioncash/unusedGravatar bunnei2015-04-075-50/+30
|\ \ \
| * | | dyncom: Remove unnecessary enum and typedefGravatar Lioncash2015-04-075-50/+30
| |/ /
* | | Merge pull request #676 from purpasmart96/ir_service_refcGravatar bunnei2015-04-0711-59/+188
|\ \ \ | |/ / |/| |
| * | IR: Move The IR services to their own folder and implement "GetHandles"Gravatar purpasmart962015-04-0311-59/+188
* | | Merge pull request #686 from lioncash/vfpGravatar bunnei2015-04-066-71/+76
|\ \ \
| * | | vfp: Make the FPSID values match the MPCoreGravatar Lioncash2015-04-061-7/+7