Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-05 | Merge pull request #272 from rohit-n/sign-compare | bunnei | |
Silence some -Wsign-compare warnings. | |||
2015-01-05 | Merge pull request #422 from lioncash/bxj | bunnei | |
dyncom: Partially emulate BXJ | |||
2015-01-05 | dyncom: Partially emulate BXJ | Lioncash | |
Just in case some game studio let the intern write inline assembly or something. | |||
2015-01-05 | Merge pull request #416 from bunnei/fake-dsp-interrupt | bunnei | |
DSP: Signal (faked) interrupt on every frame. | |||
2015-01-05 | dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATT | Lioncash | |
Easy skyeye todo fix. | |||
2015-01-05 | Merge pull request #418 from lioncash/qd | bunnei | |
dyncom: Implement QADD/QSUB/QDADD/QDSUB | |||
2015-01-05 | dyncom: Implement QADD/QSUB/QDADD/QDSUB | Lioncash | |
2015-01-05 | DSP: 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-05 | Merge pull request #407 from Subv/arbiter | bunnei | |
AddressArbiter: Ported arbitration type 2 from 3dmoo. | |||
2015-01-04 | Merge pull request #415 from Dante38490/master | bunnei | |
Loader: Add support for loading NCCH ROMs with the .3DS extension | |||
2015-01-04 | Merge pull request #408 from Subv/mutex | bunnei | |
Mutex: Add the calling thread to the waiting list when needed | |||
2015-01-05 | Fix correct espace | Dante38490 | |
2015-01-05 | Add support load 3DS room | Dante38490 | |
2015-01-04 | Merge pull request #386 from archshift/y2ru | bunnei | |
Stub the y2r:u service | |||
2015-01-04 | Merge pull request #406 from chrisvj/license-headers | bunnei | |
citra-qt: Added license headers to files. | |||
2015-01-04 | Mutex: Add the calling thread to the waiting list when needed | Subv | |
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-04 | citra-qt: Added license headers to files. | chrisvj | |
2015-01-04 | skyeye: Remove duplicate typedefs | Lioncash | |
citra already has its own typedefs like this. | |||
2015-01-04 | Frontends: Shutdown core when emulation is stopped | Yuri Kunde Schlesner | |
2015-01-03 | FileSys: Fix crash bug in DiskFile exposed by #400 | Yuri Kunde Schlesner | |
2015-01-03 | Stub the y2r:u service | archshift | |
2015-01-03 | FileSys: Fix a few memory leaks | Yuri Kunde Schlesner | |
2015-01-03 | AddressArbiter: Ported arbitration type 2 from 3dmoo. | Subv | |
(Thanks 3dmoo!) | |||
2015-01-03 | Merge pull request #396 from bunnei/default-dyncom | bunnei | |
Core: Change default CPU to dyncom. | |||
2015-01-03 | Merge pull request #398 from lioncash/sm | bunnei | |
dyncom: Implement SMLAW | |||
2015-01-03 | dyncom: Implement SMLAW | Lioncash | |
2015-01-03 | VFP: Minor cleanup, functionally the same. | bunnei | |
2015-01-02 | Merge pull request #395 from lioncash/rev | bunnei | |
dyncom: Implement REVSH | |||
2015-01-02 | dyncom: Implement REVSH | Lioncash | |
Also joins the REV ops into one common place. | |||
2015-01-02 | Core: Change default CPU to dyncom. | bunnei | |
2015-01-02 | dyncom: Implement SMLALD/SMLSLD | Lioncash | |
2015-01-02 | Merge pull request #381 from Subv/savedatacheck | bunnei | |
Implemented the SaveDataCheck archive | |||
2015-01-02 | Merge pull request #392 from lioncash/sm | bunnei | |
dyncom: Implement SMMLA/SMMUL/SMMLS | |||
2015-01-02 | dyncom: Implement SMMLA/SMMUL/SMMLS | Lioncash | |
2015-01-02 | IVFCArchive: Use a critical log to notify of invalid operations. | Subv | |
2015-01-02 | SaveDataCheck: Remove unneeded constructor from a class | Subv | |
2015-01-02 | Archives: Added some documentation to IVFCArchive | Subv | |
2015-01-02 | Archives: Reduced duplicate code in RomFS and SaveCheck. | Subv | |
Fixed a few warnings and cleaned up the code | |||
2015-01-02 | SaveDataCheck: 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-02 | Merge pull request #391 from lioncash/pedantic | bunnei | |
archive/elf: Minor misc changes. | |||
2015-01-02 | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH | bunnei | |
2015-01-02 | Merge pull request #390 from lioncash/wut | bunnei | |
dyncom: Remove dead function InterpreterInitInstLength | |||
2015-01-02 | Merge pull request #388 from lioncash/sm | bunnei | |
dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | |||
2015-01-02 | elf: Make DidRelocate const | Lioncash | |
2015-01-02 | archive: Fix initializer list order | Lioncash | |
2015-01-02 | dyncom: Remove dead function InterpreterInitInstLength | Lioncash | |
Technically eliminates two memory leaks as well. | |||
2015-01-02 | soc_u: Fix a missing formatting argument | Lioncash | |
2015-01-02 | armemu: Fix missing Q flag check for SMLSD. | Lioncash | |
2015-01-02 | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash | |
2015-01-02 | Merge pull request #382 from lioncash/sx | bunnei | |
dyncom: Implement SXTAB16 and SXTB16 |