summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* dyncom: Fix SMULWB/SMULWTGravatar Lioncash2015-01-071-10/+7
* Merge pull request #438 from lioncash/swpGravatar bunnei2015-01-071-0/+1
|\
| * dyncom: Fix SWPBGravatar Lioncash2015-01-071-0/+1
* | Merge pull request #434 from lioncash/smGravatar bunnei2015-01-071-1/+56
|\ \ | |/ |/|
| * dyncom: Move over SMLALXYGravatar Lioncash2015-01-071-1/+56
* | Merge pull request #421 from linkmauve/remove-dead-platformsGravatar bunnei2015-01-065-101/+2
|\ \
| * | Common: Remove dead platform #ifdefs to make the code more readable.Gravatar Emmanuel Gil Peyrot2015-01-065-101/+2
| |/
* | Merge pull request #376 from Subv/arc_reorderGravatar bunnei2015-01-0614-66/+93
|\ \ | |/ |/|
| * Archives/Exdata: Don't set concrete_mount_point in the ctorGravatar Subv2015-01-061-1/+1
| * Archives: Changed the unimplemented archives comment.Gravatar Subv2015-01-061-1/+1
| * Archives: Addressed some commentsGravatar Subv2015-01-065-15/+15
| * SaveDataCheck: Fixed a typoGravatar Subv2015-01-051-1/+1
| * Archives: Make SYSTEM_ID and SDCARD_ID stringsGravatar Subv2015-01-046-9/+11
| * Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-0313-47/+68
| * SaveDataCheck: Move the files to nand/titleGravatar Subv2015-01-032-2/+3
| * Archives: Change the folder layout of some archives.Gravatar Subv2015-01-026-24/+27
* | Merge pull request #402 from chrisvj/masterGravatar bunnei2015-01-0630-45/+45
|\ \
| * | citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-0630-45/+45
* | | Merge pull request #417 from kevinhartman/exclusive-tag-fixGravatar bunnei2015-01-062-16/+18
|\ \ \ | |/ / |/| |
| * | Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/...Gravatar Kevin Hartman2015-01-052-16/+18
* | | Merge pull request #419 from linkmauve/no-x86-specificsGravatar bunnei2015-01-051-13/+3
|\ \ \
| * | | Common: Use std::abs instead of abs, using abs with cmath fails on some systems.Gravatar Emmanuel Gil Peyrot2015-01-051-2/+3
| * | | Common: Remove the unused x86-specific 128-bit float type.Gravatar Emmanuel Gil Peyrot2015-01-051-11/+0
* | | | Merge pull request #413 from purpasmart96/serv_cleanGravatar bunnei2015-01-057-33/+36
|\ \ \ \
| * | | | Services: Clean up a few things and add a few function namesGravatar purpasmart962015-01-057-33/+36
* | | | | Merge pull request #272 from rohit-n/sign-compareGravatar bunnei2015-01-054-16/+16
|\ \ \ \ \
| * | | | | Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-01-014-16/+16
* | | | | | Merge pull request #422 from lioncash/bxjGravatar bunnei2015-01-051-8/+25
|\ \ \ \ \ \
| * | | | | | dyncom: Partially emulate BXJGravatar Lioncash2015-01-051-8/+25
* | | | | | | Merge pull request #416 from bunnei/fake-dsp-interruptGravatar bunnei2015-01-053-5/+28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DSP: Signal (faked) interrupt on every frame.Gravatar bunnei2015-01-053-5/+28
* | | | | | | dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATTGravatar Lioncash2015-01-051-1/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #418 from lioncash/qdGravatar bunnei2015-01-054-25/+117
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | dyncom: Implement QADD/QSUB/QDADD/QDSUBGravatar Lioncash2015-01-054-25/+117
* | | | | | Merge pull request #407 from Subv/arbiterGravatar bunnei2015-01-051-0/+11
|\ \ \ \ \ \
| * | | | | | AddressArbiter: Ported arbitration type 2 from 3dmoo.Gravatar Subv2015-01-031-0/+11
* | | | | | | Merge pull request #415 from Dante38490/masterGravatar bunnei2015-01-042-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix correct espaceGravatar Dante384902015-01-051-2/+2
| * | | | | | | Add support load 3DS roomGravatar Dante384902015-01-052-1/+3
* | | | | | | | Merge pull request #408 from Subv/mutexGravatar bunnei2015-01-041-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Mutex: Add the calling thread to the waiting list when neededGravatar Subv2015-01-041-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #386 from archshift/y2ruGravatar bunnei2015-01-044-0/+72
|\ \ \ \ \ \ \
| * | | | | | | Stub the y2r:u serviceGravatar archshift2015-01-034-0/+72
* | | | | | | | Merge pull request #406 from chrisvj/license-headersGravatar bunnei2015-01-0418-0/+72
|\ \ \ \ \ \ \ \
| * | | | | | | | citra-qt: Added license headers to files.Gravatar chrisvj2015-01-0418-0/+72
| | |/ / / / / / | |/| | | | | |
* / | | | | | | skyeye: Remove duplicate typedefsGravatar Lioncash2015-01-044-41/+17
|/ / / / / / /
* | | | | | | Frontends: Shutdown core when emulation is stoppedGravatar Yuri Kunde Schlesner2015-01-042-0/+5
* | | | | | | FileSys: Fix crash bug in DiskFile exposed by #400Gravatar Yuri Kunde Schlesner2015-01-031-4/+0
* | | | | | | FileSys: Fix a few memory leaksGravatar Yuri Kunde Schlesner2015-01-032-6/+7
* | | | | | | Merge pull request #396 from bunnei/default-dyncomGravatar bunnei2015-01-033-4/+4
|\ \ \ \ \ \ \