summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-01EmuThread: Remove unused filename attribute.bunnei
2015-05-01Qt: Move EmuThread ownership from render window to main window.bunnei
2015-04-29Merge pull request #717 from linkmauve/useless-autobunnei
2015-04-29VideoCore: Remove a superfluous auto variable declaration in debug_utils.Emmanuel Gil Peyrot
2015-04-28Merge pull request #715 from purpasmart96/configmem_typo_fixYuri Kunde Schlesner
2015-04-28ConfigMem: Remove duplicate retail bitpurpasmart96
2015-04-28Merge pull request #692 from purpasmart96/log_improvementsbunnei
2015-04-27Services/Loader: Use more sensible log formats for certain functionspurpasmart96
2015-04-24Merge pull request #710 from lioncash/staticarchshift
2015-04-24ptm_sysm: Add static specifier to IsLegacyPowerOffLioncash
2015-04-20Merge pull request #706 from lioncash/unusedbunnei
2015-04-20dyncom: Remove more unused/unnecessary codeLioncash
2015-04-19Merge pull request #704 from citra-emu/archshift-patch-1bunnei
2015-04-19Merge pull request #703 from lioncash/cruftbunnei
2015-04-18Add "or any later version" qualifier to the GPLv2 statement in the readmearchshift
2015-04-17dyncom: Remove unused/unnecessary VFP cruftLioncash
2015-04-17Merge pull request #691 from rohit-n/sign-comparebunnei
2015-04-17Merge pull request #699 from yuriks/event-use-lambdabunnei
2015-04-16Common: thread.h cleanupsYuri Kunde Schlesner
2015-04-14Merge pull request #696 from yuriks/interface-deinlinebunnei
2015-04-14Merge pull request #697 from linkmauve/clang<3bunnei
2015-04-14Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.Emmanuel Gil Peyrot
2015-04-14citra-qt: Use std::abs() to get the right absolute function for s64.Emmanuel Gil Peyrot
2015-04-14Kernel: Use the correct format string for u64 hex.Emmanuel Gil Peyrot
2015-04-14Headers: Add some forgotten overrides, thanks clang!Emmanuel Gil Peyrot
2015-04-14De-inline functions from Interface, removing them from service.hYuri Kunde Schlesner
2015-04-09Merge pull request #683 from bunnei/thread-prioritybunnei
2015-04-09SVC: Assert on unsupported CreateThread processor ID.bunnei
2015-04-09Silence some -Wsign-compare warnings.Rohit Nirmal
2015-04-09SVC: Update various SVCs to cause a reschedule.bunnei
2015-04-09Kernel: Implemented priority inheritance for mutexes.bunnei
2015-04-09Thread: Implement priority boost for starved threads.bunnei
2015-04-09SVC: Reschedule on svcCreateThread.bunnei
2015-04-09APT: (Subv) Fix bug where start event was being incorrectly signaled.bunnei
2015-04-09Kernel: Fixed default thread priority.bunnei
2015-04-09Merge pull request #690 from Zaneo/sharedmemorybunnei
2015-04-08Initialize base address to 0x0Gareth Higgins
2015-04-08Merge pull request #689 from lioncash/formatTony Wasserka
2015-04-07Merge pull request #688 from lioncash/unusedbunnei
2015-04-07Merge pull request #676 from purpasmart96/ir_service_refcbunnei
2015-04-07gpu: Fix a missing format specifierLioncash
2015-04-07dyncom: Remove unnecessary enum and typedefLioncash
2015-04-06Merge pull request #686 from lioncash/vfpbunnei
2015-04-06vfp: Make the FPSID values match the MPCoreLioncash
2015-04-06vfp: Get rid of the VFP_OFFSET macroLioncash
2015-04-06Merge pull request #685 from lioncash/cpregsbunnei
2015-04-06Merge pull request #684 from lioncash/uninitYuri Kunde Schlesner
2015-04-06core: Migrate 3DS-specific CP15 register setting into InitLioncash
2015-04-06arm_interface: Support retrieval/storage to CP15 registersLioncash
2015-04-06Move CP15 enum definitions into their own enum.Lioncash