summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-12Merge pull request #470 from archshift/masterbunnei
Pica/VertexShader: Implement JMPC/JMPU/CALLC/CALLU.
2015-01-12Pica/VertexShader: Implement JMPC/JMPU/CALLC/CALLU.Tony Wasserka
2015-01-12Merge pull request #476 from lioncash/asrbunnei
dyncom: Fix 32-bit ASR shifts for immediates
2015-01-12dyncom: Fix 32-bit ASR shifts for immediatesLioncash
2015-01-12Merge pull request #475 from lioncash/cleanupbunnei
dyncom: Remove unused flag macros
2015-01-12dyncom: Remove unused flag macrosLioncash
2015-01-12Merge pull request #461 from archshift/callstackbunnei
Qt Callstack: Clear the callstack every time it's updated
2015-01-12Merge pull request #472 from lioncash/overflowbunnei
dyncom: Fix some more V-flag setting ops. Plus some cleanup.
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
Also cleans up CMN, and CMP.
2015-01-11Qt Callstack: Clear the callstack every time it's updatedarchshift
This fixes the issue that old members of the callstack would stick around, even when the callstack shortened.
2015-01-12Merge pull request #452 from darkf/mingwagainbunnei
Fix MinGW build, again
2015-01-12dyncom: Add a helper function for addition with a carryLioncash
2015-01-11Fix building on MinGWdarkf
2015-01-11Merge pull request #468 from lioncash/adcbunnei
dyncom: Fix ADC overflow flag setting
2015-01-11Added AppVeyor build statusbunnei
2015-01-11dyncom: Fix ADC overflow flag settingLioncash
2015-01-11Merge pull request #456 from Subv/waitsync1bunnei
SVC: Wake up the thread after the delay in WaitSync1
2015-01-11Merge pull request #467 from lioncash/msrbunnei
dyncom: Fix conditional execution of MSR
2015-01-11dyncom: Fix conditional execution of MSRLioncash
2015-01-11Merge pull request #437 from Kingcom/DebugModeTony Wasserka
Replace OnCpuStepped signal
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Kingcom
DebugModeLeft
2015-01-11Merge pull request #465 from chinhodado/appveyorbunnei
Add appveyor.yml for AppVeyor support
2015-01-11Merge pull request #466 from Subv/wakebunnei
Thread: Prevent waking a thread multiple times.
2015-01-11AppVeyor: Use shallow clonechinhodado
2015-01-11Thread: Prevent waking a thread multiple times.Subv
If a thread was woken up by something, cancel the wakeup timeout.
2015-01-11Add appveyor.ymlChin
2015-01-11Merge pull request #457 from Subv/qtbunnei
citra-qt: Fixed some Qt errors on initialization
2015-01-11SVC: Wake up the thread after the delay in WaitSync1Subv
2015-01-11Merge pull request #462 from archshift/isbusybunnei
Stubbed y2r:u IsBusyConversion
2015-01-10Stubbed y2r:u IsBusyConversionarchshift
There is no documentation available on this function, but we set the result to false as a stub. This allows Super Little Acorns to move all the way in game with pp3c.
2015-01-11Merge pull request #459 from archshift/logsbunnei
Small additions and fixes to logging
2015-01-11Merge pull request #460 from chinhodado/revert-319-travis-apt-cachebunnei
Revert "Travis: Enable caching of dependencies"
2015-01-10Revert "Travis: Enable caching of dependencies"chinhodado
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 ↵archshift
trace logs under release for performance.
2015-01-10Merge pull request #458 from yuriks/cmake-debugbunnei
CMake: Consistently set _DEBUG and NDEBUG in all platforms
2015-01-10citra-qt: Add explicit casts to prevent some warnings.Subv
2015-01-10CMake: Consistently set _DEBUG and NDEBUG in all platformsYuri Kunde Schlesner
2015-01-10citra-qt: Fixed some Qt errors on initializationSubv
2015-01-10Merge pull request #455 from yuriks/handle-reform3bunnei
Kernel Lifetime Reform Pt. 3
2015-01-10Fix Windows buildbunnei
2015-01-10Merge pull request #342 from uppfinnarn/masterbunnei
Build improvements
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 #454 from chinhodado/patch-1bunnei
Cleanup: Remove redundant /Oi flag
2015-01-09Merge pull request #444 from yuriks/handle-reform2bunnei
Kernel Lifetime Reform Pt. 2
2015-01-09Merge pull request #436 from kevinhartman/system-corebunnei
Warn if a new thread is intended to be run on the system CPU core
2015-01-09Cleanup: Remove redundant /Oi flagchinhodado
`/Oi` is included in `/Ox` already
2015-01-09Merge pull request #453 from yuriks/vs-parallelbunnei
CMake: Enable VS parallel builds for a good reduction in compile times