aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Common: Remove the unused x86-specific 128-bit float type.Gravatar Emmanuel Gil Peyrot2015-01-05
|
* Merge pull request #418 from lioncash/qdGravatar bunnei2015-01-05
|\ | | | | dyncom: Implement QADD/QSUB/QDADD/QDSUB
| * dyncom: Implement QADD/QSUB/QDADD/QDSUBGravatar Lioncash2015-01-05
| |
* | Merge pull request #407 from Subv/arbiterGravatar bunnei2015-01-05
|\ \ | | | | | | AddressArbiter: Ported arbitration type 2 from 3dmoo.
* \ \ Merge pull request #415 from Dante38490/masterGravatar bunnei2015-01-04
|\ \ \ | | | | | | | | Loader: Add support for loading NCCH ROMs with the .3DS extension
* \ \ \ Merge pull request #408 from Subv/mutexGravatar bunnei2015-01-04
|\ \ \ \ | | | | | | | | | | Mutex: Add the calling thread to the waiting list when needed
| | * | | Fix correct espaceGravatar Dante384902015-01-05
| | | | |
| | * | | Add support load 3DS roomGravatar Dante384902015-01-05
| |/ / / |/| | |
* | | | Merge pull request #386 from archshift/y2ruGravatar bunnei2015-01-04
|\ \ \ \ | | | | | | | | | | Stub the y2r:u service
* \ \ \ \ Merge pull request #406 from chrisvj/license-headersGravatar bunnei2015-01-04
|\ \ \ \ \ | | | | | | | | | | | | citra-qt: Added license headers to files.
* \ \ \ \ \ Merge pull request #405 from lioncash/typeGravatar bunnei2015-01-04
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | skyeye: Remove duplicate typedefs
| | | | * | Mutex: Add the calling thread to the waiting list when neededGravatar Subv2015-01-04
| |_|_|/ / |/| | | | | | | | | | | | | | 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.
| | * | | citra-qt: Added license headers to files.Gravatar chrisvj2015-01-04
| |/ / / |/| | |
| * | | skyeye: Remove duplicate typedefsGravatar Lioncash2015-01-04
|/ / / | | | | | | | | | citra already has its own typedefs like this.
* | | Merge pull request #403 from yuriks/shutdown-systemGravatar bunnei2015-01-04
|\ \ \ | | | | | | | | Frontends: Shutdown core when emulation is stopped
| * | | Frontends: Shutdown core when emulation is stoppedGravatar Yuri Kunde Schlesner2015-01-04
|/ / /
* | | Merge pull request #401 from yuriks/filesys-leakGravatar bunnei2015-01-03
|\ \ \ | | | | | | | | FileSys: Fix crash bug in DiskFile exposed by #400
| * | | FileSys: Fix crash bug in DiskFile exposed by #400Gravatar Yuri Kunde Schlesner2015-01-03
| | | |
* | | | Merge pull request #400 from yuriks/filesys-leakGravatar bunnei2015-01-03
|\| | | | | | | | | | | FileSys: Fix a few memory leaks
| | * | Stub the y2r:u serviceGravatar archshift2015-01-03
| | | |
| * | | FileSys: Fix a few memory leaksGravatar Yuri Kunde Schlesner2015-01-03
|/ / /
| | * AddressArbiter: Ported arbitration type 2 from 3dmoo.Gravatar Subv2015-01-03
| | | | | | | | | | | | (Thanks 3dmoo!)
* | | Merge pull request #396 from bunnei/default-dyncomGravatar bunnei2015-01-03
|\ \ \ | | | | | | | | Core: Change default CPU to dyncom.
* \ \ \ Merge pull request #398 from lioncash/smGravatar bunnei2015-01-03
|\ \ \ \ | | | | | | | | | | dyncom: Implement SMLAW
| * | | | dyncom: Implement SMLAWGravatar Lioncash2015-01-03
| | |_|/ | |/| |
* | | | Merge pull request #397 from bunnei/vfp-cleanupGravatar bunnei2015-01-03
|\ \ \ \ | |/ / / |/| | | VFP: Minor cleanup, functionally the same.
| * | | VFP: Minor cleanup, functionally the same.Gravatar bunnei2015-01-03
|/ / /
* | | Merge pull request #395 from lioncash/revGravatar bunnei2015-01-02
|\ \ \ | | | | | | | | dyncom: Implement REVSH
| * | | dyncom: Implement REVSHGravatar Lioncash2015-01-02
| | | | | | | | | | | | | | | | Also joins the REV ops into one common place.
| | * | Core: Change default CPU to dyncom.Gravatar bunnei2015-01-02
| |/ /
* | | Merge pull request #394 from lioncash/smGravatar bunnei2015-01-02
|\ \ \ | |/ / |/| | dyncom: Implement SMLALD/SMLSLD
| * | dyncom: Implement SMLALD/SMLSLDGravatar Lioncash2015-01-02
|/ /
* | Merge pull request #381 from Subv/savedatacheckGravatar bunnei2015-01-02
|\ \ | | | | | | Implemented the SaveDataCheck archive
* \ \ Merge pull request #392 from lioncash/smGravatar bunnei2015-01-02
|\ \ \ | | | | | | | | dyncom: Implement SMMLA/SMMUL/SMMLS
| * | | dyncom: Implement SMMLA/SMMUL/SMMLSGravatar Lioncash2015-01-02
| | | |
| | * | IVFCArchive: Use a critical log to notify of invalid operations.Gravatar Subv2015-01-02
| | | |
| | * | SaveDataCheck: Remove unneeded constructor from a classGravatar Subv2015-01-02
| | | |
| | * | Archives: Added some documentation to IVFCArchiveGravatar Subv2015-01-02
| | | |
| | * | Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-02
| | | | | | | | | | | | | | | | Fixed a few warnings and cleaned up the code
| | * | SaveDataCheck: Preliminary work in this archive.Gravatar Subv2015-01-02
| |/ / |/| | | | | | | | | | | | | | 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)
* | | Merge pull request #391 from lioncash/pedanticGravatar bunnei2015-01-02
|\ \ \ | | | | | | | | archive/elf: Minor misc changes.
* \ \ \ Merge pull request #385 from bunnei/dyncom-ldrex-strex-h-dGravatar bunnei2015-01-02
|\ \ \ \ | |_|/ / |/| | | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH
| * | | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHGravatar bunnei2015-01-02
|/ / /
* | | Merge pull request #390 from lioncash/wutGravatar bunnei2015-01-02
|\ \ \ | | | | | | | | dyncom: Remove dead function InterpreterInitInstLength
* \ \ \ Merge pull request #388 from lioncash/smGravatar bunnei2015-01-02
|\ \ \ \ | | | | | | | | | | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD
* \ \ \ \ Merge pull request #389 from lioncash/fmtGravatar bunnei2015-01-02
|\ \ \ \ \ | |_|_|_|/ |/| | | | soc_u: Fix a missing formatting argument
| | | | * elf: Make DidRelocate constGravatar Lioncash2015-01-02
| | | | |
| | | | * archive: Fix initializer list orderGravatar Lioncash2015-01-02
| |_|_|/ |/| | |
| | | * dyncom: Remove dead function InterpreterInitInstLengthGravatar Lioncash2015-01-02
| |_|/ |/| | | | | | | | Technically eliminates two memory leaks as well.
| * | soc_u: Fix a missing formatting argumentGravatar Lioncash2015-01-02
|/ /