| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-06 | Common: Remove dead platform #ifdefs to make the code more readable. | Emmanuel Gil Peyrot | |
| Symbian, Xbox, Blackberry and iOS got removed. FreeBSD and Android kept due to them potentially being able to run Citra in the future. The iOS specific part also got removed from PPSSPP in order to fix a bug there. | |||
| 2015-01-06 | Merge pull request #402 from chrisvj/master | bunnei | |
| Renamed all .hxx headers to .h | |||
| 2015-01-06 | Merge pull request #417 from kevinhartman/exclusive-tag-fix | bunnei | |
| Added exclusive reservation granule from ARMv7 spec to dyncom... | |||
| 2015-01-06 | citra-qt: Renamed all .hxx headers to .h | chrisvj | |
| 2015-01-05 | Merge pull request #419 from linkmauve/no-x86-specifics | bunnei | |
| Remove x86 specifics | |||
| 2015-01-05 | Merge pull request #413 from purpasmart96/serv_clean | bunnei | |
| Services: Clean up a few things and add a few function names | |||
| 2015-01-05 | Added exclusive reservation granule from ARMv7 spec to dyncom to protect ↵ | Kevin Hartman | |
| LDR/STREX. | |||
| 2015-01-05 | Merge pull request #272 from rohit-n/sign-compare | bunnei | |
| Silence some -Wsign-compare warnings. | |||
| 2015-01-05 | Services: Clean up a few things and add a few function names | purpasmart96 | |
| 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 | Common: Use std::abs instead of abs, using abs with cmath fails on some systems. | Emmanuel Gil Peyrot | |
| 2015-01-05 | dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATT | Lioncash | |
| Easy skyeye todo fix. | |||
| 2015-01-05 | Common: Remove the unused x86-specific 128-bit float type. | Emmanuel Gil Peyrot | |
| 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. | |||
