summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-01-05Merge pull request #272 from rohit-n/sign-comparebunnei
Silence some -Wsign-compare warnings.
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-05dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATTLioncash
Easy skyeye todo fix.
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-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-04Frontends: Shutdown core when emulation is stoppedYuri Kunde Schlesner
2015-01-03FileSys: Fix crash bug in DiskFile exposed by #400Yuri Kunde Schlesner
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-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-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
2015-01-02dyncom: Implement SMMLA/SMMUL/SMMLSLioncash
2015-01-02IVFCArchive: Use a critical log to notify of invalid operations.Subv
2015-01-02SaveDataCheck: Remove unneeded constructor from a classSubv
2015-01-02Archives: Added some documentation to IVFCArchiveSubv
2015-01-02Archives: Reduced duplicate code in RomFS and SaveCheck.Subv
Fixed a few warnings and cleaned up the code
2015-01-02SaveDataCheck: Preliminary work in this archive.Subv
This allows Steel Diver to boot further, some files are needed. This is still not ready and needs a big cleanup, this will possibly be delayed until the way we handle archives is fixed (with factory classes instead of ahead-of-time creation of archives)
2015-01-02Merge pull request #391 from lioncash/pedanticbunnei
archive/elf: Minor misc changes.
2015-01-02dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHbunnei
2015-01-02Merge pull request #390 from lioncash/wutbunnei
dyncom: Remove dead function InterpreterInitInstLength
2015-01-02Merge pull request #388 from lioncash/smbunnei
dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD
2015-01-02elf: Make DidRelocate constLioncash
2015-01-02archive: Fix initializer list orderLioncash
2015-01-02dyncom: Remove dead function InterpreterInitInstLengthLioncash
Technically eliminates two memory leaks as well.
2015-01-02soc_u: Fix a missing formatting argumentLioncash
2015-01-02armemu: Fix missing Q flag check for SMLSD.Lioncash
2015-01-02dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash
2015-01-02Merge pull request #382 from lioncash/sxbunnei
dyncom: Implement SXTAB16 and SXTB16