summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Logging in CoreGravatar Chin2015-01-195-483/+157
* Merge pull request #383 from zhuowei/shared_pageGravatar bunnei2015-01-185-0/+116
|\
| * Add some support for the shared page (currently 3d slider is implemented)Gravatar Zhuowei Zhang2015-01-155-0/+116
* | dyncom: Handle the ARM A2 encoding of STRT/LDRTGravatar Lioncash2015-01-171-10/+24
* | dyncom: Handle the ARM A2 encoding of LDRBT/STRBT.Gravatar Lioncash2015-01-161-17/+15
* | APT: Fix typo in setting return code for NotifyToWaitGravatar bunnei2015-01-151-1/+1
* | DSP: Removed useless spam log for SignalInterruptGravatar bunnei2015-01-151-5/+2
* | Merge pull request #482 from yuriks/fix-vblankGravatar bunnei2015-01-155-102/+91
|\ \
| * | GPU: Fix buffer overrun in Display TransfersGravatar Yuri Kunde Schlesner2015-01-141-9/+12
| * | GSP: Fix appending of interrupts to the shared memory bufferGravatar Yuri Kunde Schlesner2015-01-142-17/+12
| * | GPU: Do periodic VBlank updates using CoreTimingGravatar Yuri Kunde Schlesner2015-01-143-51/+44
| * | GPU: Correct wrong default framebuffer address for sub-screen.Gravatar Yuri Kunde Schlesner2015-01-141-2/+2
| * | GSP: Update framebuffer info on all interruptsGravatar Yuri Kunde Schlesner2015-01-141-12/+13
| * | GPU: Fire GPU interrupts at the correct places.Gravatar Yuri Kunde Schlesner2015-01-142-21/+18
* | | Merge pull request #481 from Subv/hm_bGravatar bunnei2015-01-141-7/+21
|\ \ \
| * | | APT: Fixed the comment style in some variablesGravatar Sebastian Valle2015-01-141-2/+2
| * | | APTU: Stubbed NotifyToWait, taken from 3dmoo.Gravatar Subv2015-01-131-7/+21
| |/ /
* | | Merge pull request #480 from Subv/arb_2Gravatar bunnei2015-01-143-4/+21
|\ \ \ | |/ / |/| |
| * | AddrArbiter: Implement arbitration types 3 and 4.Gravatar Subv2015-01-133-4/+21
* | | Services: Added some missing services.Gravatar Subv2015-01-139-1/+364
|/ /
* | vfp: Remove dead codeGravatar Lioncash2015-01-121-50/+14
* | dyncom: Fix 32-bit ASR shifts for immediatesGravatar Lioncash2015-01-121-5/+3
* | dyncom: Remove unused flag macrosGravatar Lioncash2015-01-121-15/+3
* | Merge pull request #472 from lioncash/overflowGravatar bunnei2015-01-123-147/+175
|\ \
| * | dyncom: Get rid of unnecessary outer-scope variables in InterpreterMainLoopGravatar Lioncash2015-01-121-97/+108
| * | dyncom: Fix overflow flag setting for ADD/RSB/RSC/SUB/SBCGravatar Lioncash2015-01-121-38/+41
| * | dyncom: Add a helper function for addition with a carryGravatar Lioncash2015-01-123-12/+26
* | | Fix building on MinGWGravatar darkf2015-01-111-0/+13
|/ /
* | dyncom: Fix ADC overflow flag settingGravatar Lioncash2015-01-111-8/+12
* | Merge pull request #456 from Subv/waitsync1Gravatar bunnei2015-01-111-3/+2
|\ \
| * | SVC: Wake up the thread after the delay in WaitSync1Gravatar Subv2015-01-111-3/+2
* | | dyncom: Fix conditional execution of MSRGravatar Lioncash2015-01-111-29/+31
* | | Merge pull request #466 from Subv/wakeGravatar bunnei2015-01-111-0/+3
|\ \ \ | |/ / |/| |
| * | Thread: Prevent waking a thread multiple times.Gravatar Subv2015-01-111-0/+3
* | | Stubbed y2r:u IsBusyConversionGravatar archshift2015-01-101-1/+16
* | | Added Archive ID to fs:USER debug logs involving opening the archive.Gravatar archshift2015-01-101-3/+3
* | | Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-109-33/+22
* | | Kernel: Start using boost::intrusive_ptr for lifetime managementGravatar Yuri Kunde Schlesner2015-01-0912-90/+95
* | | Kernel: Don't re-assign object's handle when duplicating oneGravatar Yuri Kunde Schlesner2015-01-092-2/+3
|/ /
* | Merge pull request #444 from yuriks/handle-reform2Gravatar bunnei2015-01-0924-374/+329
|\ \
| * | Thread: Fix nullptr access in a logging functionGravatar Yuri Kunde Schlesner2015-01-091-1/+2
| * | Thread: Rename thread_queue => thread_listGravatar Yuri Kunde Schlesner2015-01-091-6/+6
| * | Thread: Reduce use of Handles and move some funcs to inside the class.Gravatar Yuri Kunde Schlesner2015-01-0911-302/+222
| * | Kernel: Move Thread's definition to the header fileGravatar Yuri Kunde Schlesner2015-01-093-53/+67
| * | Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-0917-32/+52
* | | Merge pull request #436 from kevinhartman/system-coreGravatar bunnei2015-01-091-0/+5
|\ \ \ | |/ / |/| |
| * | Warn if a new thread is intended to be run on the system CPU core until we im...Gravatar Kevin Hartman2015-01-071-0/+5
* | | Merge pull request #255 from Subv/cbranch_3Gravatar bunnei2015-01-088-5/+234
|\ \ \
| * | | SVC: Implemented the Timer service calls.Gravatar Subv2015-01-088-5/+234
* | | | Core: Fixed a crash and removed some unused variables.Gravatar Subv2015-01-082-8/+2