summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-04Merge pull request #408 from Subv/mutexbunnei
Mutex: Add the calling thread to the waiting list when needed
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-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
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-02Merge pull request #385 from bunnei/dyncom-ldrex-strex-h-dbunnei
dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH
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-02Merge pull request #389 from lioncash/fmtbunnei
soc_u: Fix a missing formatting argument
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
2015-01-02Merge pull request #377 from Yllodra/misc-changesTony Wasserka
Qt: Letter cases and single window mode
2015-01-01dyncom: Implement SXTAB16 and SXTB16Lioncash
2015-01-01Merge pull request #358 from neobrain/pica_progress2bunnei
pica_progress followups
2015-01-01Merge pull request #379 from lioncash/shbunnei
dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX
2015-01-01Merge pull request #378 from lioncash/s8bunnei
dyncom: Implement SADD8/SSUB8