summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-07dyncom: Move over SMLALXYLioncash
2015-01-06Merge pull request #402 from chrisvj/masterbunnei
Renamed all .hxx headers to .h
2015-01-06Merge pull request #417 from kevinhartman/exclusive-tag-fixbunnei
Added exclusive reservation granule from ARMv7 spec to dyncom...
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj
2015-01-05Merge pull request #419 from linkmauve/no-x86-specificsbunnei
Remove x86 specifics
2015-01-05Merge pull request #413 from purpasmart96/serv_cleanbunnei
Services: Clean up a few things and add a few function names
2015-01-05Added exclusive reservation granule from ARMv7 spec to dyncom to protect ↵Kevin Hartman
LDR/STREX.
2015-01-05Merge pull request #272 from rohit-n/sign-comparebunnei
Silence some -Wsign-compare warnings.
2015-01-05Services: Clean up a few things and add a few function namespurpasmart96
2015-01-05Merge pull request #422 from lioncash/bxjbunnei
dyncom: Partially emulate BXJ
2015-01-05dyncom: Partially emulate BXJLioncash
Just in case some game studio let the intern write inline assembly or something.
2015-01-05Merge pull request #416 from bunnei/fake-dsp-interruptbunnei
DSP: Signal (faked) interrupt on every frame.
2015-01-05Merge pull request #420 from lioncash/qflagbunnei
dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATT
2015-01-05Common: Use std::abs instead of abs, using abs with cmath fails on some systems.Emmanuel Gil Peyrot
2015-01-05dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATTLioncash
Easy skyeye todo fix.
2015-01-05Common: Remove the unused x86-specific 128-bit float type.Emmanuel Gil Peyrot
2015-01-05Merge pull request #418 from lioncash/qdbunnei
dyncom: Implement QADD/QSUB/QDADD/QDSUB
2015-01-05dyncom: Implement QADD/QSUB/QDADD/QDSUBLioncash
2015-01-05DSP: Signal (faked) interrupt on every frame.bunnei
- Hack to work around games checking that the DSP event has been signaled by a real DSP interrupt.
2015-01-05Merge pull request #407 from Subv/arbiterbunnei
AddressArbiter: Ported arbitration type 2 from 3dmoo.
2015-01-04Merge pull request #415 from Dante38490/masterbunnei
Loader: Add support for loading NCCH ROMs with the .3DS extension
2015-01-04Merge pull request #408 from Subv/mutexbunnei
Mutex: Add the calling thread to the waiting list when needed
2015-01-05Fix correct espaceDante38490
2015-01-05Add support load 3DS roomDante38490
2015-01-04Merge pull request #386 from archshift/y2rubunnei
Stub the y2r:u service
2015-01-04Merge pull request #406 from chrisvj/license-headersbunnei
citra-qt: Added license headers to files.
2015-01-04Merge pull request #405 from lioncash/typebunnei
skyeye: Remove duplicate typedefs
2015-01-04Mutex: Add the calling thread to the waiting list when neededSubv
This will happen when the mutex is already owned by another thread. Should fix some issues with games being stuck due to waiting threads not being awoken.
2015-01-04citra-qt: Added license headers to files.chrisvj
2015-01-04skyeye: Remove duplicate typedefsLioncash
citra already has its own typedefs like this.
2015-01-04Merge pull request #403 from yuriks/shutdown-systembunnei
Frontends: Shutdown core when emulation is stopped
2015-01-04Frontends: Shutdown core when emulation is stoppedYuri Kunde Schlesner
2015-01-03Merge pull request #401 from yuriks/filesys-leakbunnei
FileSys: Fix crash bug in DiskFile exposed by #400
2015-01-03FileSys: Fix crash bug in DiskFile exposed by #400Yuri Kunde Schlesner
2015-01-03Merge pull request #400 from yuriks/filesys-leakbunnei
FileSys: Fix a few memory leaks
2015-01-03Stub the y2r:u servicearchshift
2015-01-03FileSys: Fix a few memory leaksYuri Kunde Schlesner
2015-01-03AddressArbiter: Ported arbitration type 2 from 3dmoo.Subv
(Thanks 3dmoo!)
2015-01-03Merge pull request #396 from bunnei/default-dyncombunnei
Core: Change default CPU to dyncom.
2015-01-03Merge pull request #398 from lioncash/smbunnei
dyncom: Implement SMLAW
2015-01-03dyncom: Implement SMLAWLioncash
2015-01-03Merge pull request #397 from bunnei/vfp-cleanupbunnei
VFP: Minor cleanup, functionally the same.
2015-01-03VFP: Minor cleanup, functionally the same.bunnei
2015-01-02Merge pull request #395 from lioncash/revbunnei
dyncom: Implement REVSH
2015-01-02dyncom: Implement REVSHLioncash
Also joins the REV ops into one common place.
2015-01-02Core: Change default CPU to dyncom.bunnei
2015-01-02Merge pull request #394 from lioncash/smbunnei
dyncom: Implement SMLALD/SMLSLD
2015-01-02dyncom: Implement SMLALD/SMLSLDLioncash
2015-01-02Merge pull request #381 from Subv/savedatacheckbunnei
Implemented the SaveDataCheck archive
2015-01-02Merge pull request #392 from lioncash/smbunnei
dyncom: Implement SMMLA/SMMUL/SMMLS