summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-05Fix correct espaceDante38490
2015-01-05Add support load 3DS roomDante38490
2015-01-04Merge pull request #386 from archshift/y2rubunnei
2015-01-04Merge pull request #406 from chrisvj/license-headersbunnei
2015-01-04Merge pull request #405 from lioncash/typebunnei
2015-01-04Mutex: Add the calling thread to the waiting list when neededSubv
2015-01-04citra-qt: Added license headers to files.chrisvj
2015-01-04skyeye: Remove duplicate typedefsLioncash
2015-01-04Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv
2015-01-04Merge pull request #403 from yuriks/shutdown-systembunnei
2015-01-04Frontends: Shutdown core when emulation is stoppedYuri Kunde Schlesner
2015-01-03Archives: Changed the way paths are built for the archives.Subv
2015-01-03SaveDataCheck: Move the files to nand/titleSubv
2015-01-03Merge pull request #401 from yuriks/filesys-leakbunnei
2015-01-03FileSys: Fix crash bug in DiskFile exposed by #400Yuri Kunde Schlesner
2015-01-03Merge pull request #400 from yuriks/filesys-leakbunnei
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
2015-01-03Merge pull request #396 from bunnei/default-dyncombunnei
2015-01-03Merge pull request #398 from lioncash/smbunnei
2015-01-03dyncom: Implement SMLAWLioncash
2015-01-03Merge pull request #397 from bunnei/vfp-cleanupbunnei
2015-01-03VFP: Minor cleanup, functionally the same.bunnei
2015-01-02Merge pull request #395 from lioncash/revbunnei
2015-01-02dyncom: Implement REVSHLioncash
2015-01-02Core: Change default CPU to dyncom.bunnei
2015-01-02Merge pull request #394 from lioncash/smbunnei
2015-01-02dyncom: Implement SMLALD/SMLSLDLioncash
2015-01-02Archives: Change the folder layout of some archives.Subv
2015-01-02Merge pull request #381 from Subv/savedatacheckbunnei
2015-01-02Merge pull request #392 from lioncash/smbunnei
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
2015-01-02SaveDataCheck: Preliminary work in this archive.Subv
2015-01-02Merge pull request #391 from lioncash/pedanticbunnei
2015-01-02Merge pull request #385 from bunnei/dyncom-ldrex-strex-h-dbunnei
2015-01-02dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHbunnei
2015-01-02Merge pull request #390 from lioncash/wutbunnei
2015-01-02Merge pull request #388 from lioncash/smbunnei
2015-01-02Merge pull request #389 from lioncash/fmtbunnei
2015-01-02elf: Make DidRelocate constLioncash
2015-01-02archive: Fix initializer list orderLioncash
2015-01-02dyncom: Remove dead function InterpreterInitInstLengthLioncash
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