aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-12dyncom: Remove unused flag macrosLioncash
2015-01-12Merge pull request #461 from archshift/callstackbunnei
2015-01-12Merge pull request #472 from lioncash/overflowbunnei
2015-01-12dyncom: Get rid of unnecessary outer-scope variables in InterpreterMainLoopLioncash
2015-01-12dyncom: Fix overflow flag setting for ADD/RSB/RSC/SUB/SBCLioncash
2015-01-11Qt Callstack: Clear the callstack every time it's updatedarchshift
2015-01-12dyncom: Add a helper function for addition with a carryLioncash
2015-01-11Fix building on MinGWdarkf
2015-01-11dyncom: Fix ADC overflow flag settingLioncash
2015-01-11Merge pull request #456 from Subv/waitsync1bunnei
2015-01-11Merge pull request #467 from lioncash/msrbunnei
2015-01-11dyncom: Fix conditional execution of MSRLioncash
2015-01-11Merge pull request #437 from Kingcom/DebugModeTony Wasserka
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and Deb...Kingcom
2015-01-11Merge pull request #466 from Subv/wakebunnei
2015-01-11Thread: Prevent waking a thread multiple times.Subv
2015-01-11Merge pull request #457 from Subv/qtbunnei
2015-01-11SVC: Wake up the thread after the delay in WaitSync1Subv
2015-01-10Stubbed y2r:u IsBusyConversionarchshift
2015-01-10Added Archive ID to fs:USER debug logs involving opening the archive.archshift
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2015-01-10citra-qt: Add explicit casts to prevent some warnings.Subv
2015-01-10citra-qt: Fixed some Qt errors on initializationSubv
2015-01-10Merge pull request #455 from yuriks/handle-reform3bunnei
2015-01-10Merge pull request #342 from uppfinnarn/masterbunnei
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner
2015-01-09Kernel: Don't re-assign object's handle when duplicating oneYuri Kunde Schlesner
2015-01-09Merge pull request #444 from yuriks/handle-reform2bunnei
2015-01-09Merge pull request #436 from kevinhartman/system-corebunnei
2015-01-09Use -pthread where and only where neededJohannes Ekberg
2015-01-09Generic PLATFORM_LIBRARIES varJohannes Ekberg
2015-01-09Thread: Fix nullptr access in a logging functionYuri Kunde Schlesner
2015-01-09Thread: Rename thread_queue => thread_listYuri Kunde Schlesner
2015-01-09Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner
2015-01-09Kernel: Move Thread's definition to the header fileYuri Kunde Schlesner
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-08Merge pull request #255 from Subv/cbranch_3bunnei
2015-01-08Core: Fixed a crash and removed some unused variables.Subv
2015-01-08SVC: Implemented the Timer service calls.Subv
2015-01-08DynCom: Add a comment to GetTicks.Subv
2015-01-08Timing: Use CoreTiming::GetTicks to keep track of ticks.Subv
2015-01-08Merge pull request #443 from Subv/sleep_threadbunnei
2015-01-08SVC: Fixed SleepThread.Subv
2015-01-08Merge pull request #446 from lioncash/umaalbunnei
2015-01-08dyncom: Fix UMAALLioncash
2015-01-07Merge pull request #441 from Kingcom/CallStackbunnei
2015-01-07Threads: Use a dummy idle thread when no other are ready.Subv
2015-01-07Merge pull request #404 from bunnei/more-frame-synch-fixesbunnei
2015-01-07GSP: Toggle active framebuffer each framebunnei
2015-01-07Merge pull request #431 from yuriks/thread-queue-cleanupbunnei