| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Archives: Addressed some comments | 2015-01-06 | 5 | -15/+15 | ||
| | * | | SaveDataCheck: Fixed a typo | 2015-01-05 | 1 | -1/+1 | ||
| | * | | Archives: Make SYSTEM_ID and SDCARD_ID strings | 2015-01-04 | 6 | -9/+11 | ||
| | * | | Archives: Changed the way paths are built for the archives. | 2015-01-03 | 13 | -47/+68 | ||
| | * | | SaveDataCheck: Move the files to nand/title | 2015-01-03 | 2 | -2/+3 | ||
| | * | | Archives: Change the folder layout of some archives. | 2015-01-02 | 6 | -24/+27 | ||
| * | | | Merge pull request #402 from chrisvj/master | 2015-01-06 | 30 | -45/+45 | ||
| |\ \ \ | ||||||
| | * | | | citra-qt: Renamed all .hxx headers to .h | 2015-01-06 | 30 | -45/+45 | ||
| * | | | | Merge pull request #417 from kevinhartman/exclusive-tag-fix | 2015-01-06 | 2 | -16/+18 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/... | 2015-01-05 | 2 | -16/+18 | ||
| * | | | | Merge pull request #419 from linkmauve/no-x86-specifics | 2015-01-05 | 1 | -13/+3 | ||
| |\ \ \ \ | ||||||
| | * | | | | Common: Use std::abs instead of abs, using abs with cmath fails on some systems. | 2015-01-05 | 1 | -2/+3 | ||
| | * | | | | Common: Remove the unused x86-specific 128-bit float type. | 2015-01-05 | 1 | -11/+0 | ||
| * | | | | | Merge pull request #413 from purpasmart96/serv_clean | 2015-01-05 | 7 | -33/+36 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Services: Clean up a few things and add a few function names | 2015-01-05 | 7 | -33/+36 | ||
| * | | | | | | Merge pull request #272 from rohit-n/sign-compare | 2015-01-05 | 4 | -16/+16 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | Silence some -Wsign-compare warnings. | 2015-01-01 | 4 | -16/+16 | ||
| * | | | | | | Merge pull request #422 from lioncash/bxj | 2015-01-05 | 1 | -8/+25 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | dyncom: Partially emulate BXJ | 2015-01-05 | 1 | -8/+25 | ||
| * | | | | | | | Merge pull request #416 from bunnei/fake-dsp-interrupt | 2015-01-05 | 3 | -5/+28 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | DSP: Signal (faked) interrupt on every frame. | 2015-01-05 | 3 | -5/+28 | ||
| * | | | | | | | dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATT | 2015-01-05 | 1 | -1/+2 | ||
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #418 from lioncash/qd | 2015-01-05 | 4 | -25/+117 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | dyncom: Implement QADD/QSUB/QDADD/QDSUB | 2015-01-05 | 4 | -25/+117 | ||
| * | | | | | | Merge pull request #407 from Subv/arbiter | 2015-01-05 | 1 | -0/+11 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | AddressArbiter: Ported arbitration type 2 from 3dmoo. | 2015-01-03 | 1 | -0/+11 | ||
| * | | | | | | | Merge pull request #415 from Dante38490/master | 2015-01-04 | 2 | -1/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix correct espace | 2015-01-05 | 1 | -2/+2 | ||
| | * | | | | | | | Add support load 3DS room | 2015-01-05 | 2 | -1/+3 | ||
| * | | | | | | | | Merge pull request #408 from Subv/mutex | 2015-01-04 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Mutex: Add the calling thread to the waiting list when needed | 2015-01-04 | 1 | -2/+2 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #386 from archshift/y2ru | 2015-01-04 | 4 | -0/+72 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Stub the y2r:u service | 2015-01-03 | 4 | -0/+72 | ||
| * | | | | | | | | Merge pull request #406 from chrisvj/license-headers | 2015-01-04 | 18 | -0/+72 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | citra-qt: Added license headers to files. | 2015-01-04 | 18 | -0/+72 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * / | | | | | | | skyeye: Remove duplicate typedefs | 2015-01-04 | 4 | -41/+17 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Frontends: Shutdown core when emulation is stopped | 2015-01-04 | 2 | -0/+5 | ||
| * | | | | | | | FileSys: Fix crash bug in DiskFile exposed by #400 | 2015-01-03 | 1 | -4/+0 | ||
| * | | | | | | | FileSys: Fix a few memory leaks | 2015-01-03 | 2 | -6/+7 | ||
| * | | | | | | | Merge pull request #396 from bunnei/default-dyncom | 2015-01-03 | 3 | -4/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Core: Change default CPU to dyncom. | 2015-01-02 | 3 | -4/+4 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #398 from lioncash/sm | 2015-01-03 | 1 | -1/+43 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | dyncom: Implement SMLAW | 2015-01-03 | 1 | -1/+43 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * / | | | | | VFP: Minor cleanup, functionally the same. | 2015-01-03 | 1 | -2587/+2476 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #395 from lioncash/rev | 2015-01-02 | 1 | -45/+45 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | dyncom: Implement REVSH | 2015-01-02 | 1 | -45/+45 | ||
| | |/ / / / | ||||||
| * / / / / | dyncom: Implement SMLALD/SMLSLD | 2015-01-02 | 1 | -3/+72 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #381 from Subv/savedatacheck | 2015-01-02 | 17 | -319/+279 | ||
| |\ \ \ \ | ||||||
| | * | | | | IVFCArchive: Use a critical log to notify of invalid operations. | 2015-01-02 | 1 | -9/+9 | ||
| | * | | | | SaveDataCheck: Remove unneeded constructor from a class | 2015-01-02 | 1 | -2/+0 | ||