| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add some support for the shared page (currently 3d slider is implemented) | 2015-01-15 | 5 | -0/+116 | |
| | | |||||
| * | Merge pull request #441 from Kingcom/CallStack | 2015-01-07 | 1 | -0/+3 | |
| |\ | | | | | Add check for valid address to call stack | ||||
| | * | citra-qt: Add check for valid address to call stack | 2015-01-07 | 1 | -0/+3 | |
| | | | |||||
| * | | Threads: Use a dummy idle thread when no other are ready. | 2015-01-07 | 4 | -2/+47 | |
| | | | | | | | | | This thread will not actually execute instructions, it will only advance the timing/events and try to yield immediately to the next ready thread, if there aren't any ready threads then it will be rescheduled and start its job again. | ||||
| * | | Merge pull request #404 from bunnei/more-frame-synch-fixes | 2015-01-07 | 2 | -2/+8 | |
| |\ \ | | | | | | | GPU: Toggle active framebuffer each frame | ||||
| | * | | GSP: Toggle active framebuffer each frame | 2015-01-07 | 2 | -2/+8 | |
| | |/ | |||||
| * | | Merge pull request #431 from yuriks/thread-queue-cleanup | 2015-01-07 | 2 | -145/+75 | |
| |\ \ | | | | | | | Common: Clean up ThreadQueueList | ||||
| | * | | Common: Clean up ThreadQueueList | 2015-01-07 | 2 | -145/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Replace all the C-style complicated buffer management with a std::deque. In addition to making the code easier to understand it also adds support for non-POD IdTypes. Also clean the rest of the code to follow our code style. | ||||
| * | | | Merge pull request #442 from lioncash/smul | 2015-01-07 | 1 | -10/+7 | |
| |\ \ \ | | | | | | | | | dyncom: Fix SMULWB/SMULWT | ||||
| | * | | | dyncom: Fix SMULWB/SMULWT | 2015-01-07 | 1 | -10/+7 | |
| | |/ / | | | | | | | | | | Wasn't doing proper sign-extension | ||||
| * | | | Merge pull request #425 from Subv/coretiming | 2015-01-07 | 6 | -418/+380 | |
| |\ \ \ | | | | | | | | | Ported the CoreTiming namespace from PPSSPP | ||||
| | * | | | CoreTiming: Ported the CoreTiming namespace from PPSSPP | 2015-01-07 | 6 | -418/+380 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing. | ||||
| * | | | | Fix double-free in Service manager during shutdown | 2015-01-07 | 2 | -25/+4 | |
| | |/ / |/| | | | | | | | | Fixes #423. | ||||
| * | | | Merge pull request #438 from lioncash/swp | 2015-01-07 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | dyncom: Fix SWPB | ||||
| | * | | | dyncom: Fix SWPB | 2015-01-07 | 1 | -0/+1 | |
| | | | | | |||||
| * | | | | Merge pull request #434 from lioncash/sm | 2015-01-07 | 1 | -1/+56 | |
| |\ \ \ \ | |/ / / |/| | | | dyncom: Move over SMLALXY | ||||
| | * | | | dyncom: Move over SMLALXY | 2015-01-07 | 1 | -1/+56 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #421 from linkmauve/remove-dead-platforms | 2015-01-06 | 5 | -101/+2 | |
| |\ \ \ | | | | | | | | | Remove dead platform #ifdefs to make the code more readable. | ||||
| | * | | | Common: Remove dead platform #ifdefs to make the code more readable. | 2015-01-06 | 5 | -101/+2 | |
| | |/ / | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Merge pull request #376 from Subv/arc_reorder | 2015-01-06 | 14 | -66/+93 | |
| |\ \ \ | |/ / |/| | | Archives: Change the folder layout of some archives. | ||||
| | * | | Archives/Exdata: Don't set concrete_mount_point in the ctor | 2015-01-06 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Archives: Changed the unimplemented archives comment. | 2015-01-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | It now refers to me as the PoC | ||||
| | * | | 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 | |
| | | | | | | | | | | | | | Each archive now takes a mount point of either NAND or SDMC, and builds its own directory structure there, trying to simulate an HLE-friendly hardware layout | ||||
| | * | | SaveDataCheck: Move the files to nand/title | 2015-01-03 | 2 | -2/+3 | |
| | | | | | | | | | | | | | under /nand/title/high/low/content/00000000.app.romfs | ||||
| | * | | Archives: Change the folder layout of some archives. | 2015-01-02 | 6 | -24/+27 | |
| | | | | | | | | | | | | | This is to better represent the hardware layout, they are still aren't quite accurate, but this better and will help a bit when implementing the other archives like NAND-RO and NAND-RW | ||||
| * | | | Merge pull request #402 from chrisvj/master | 2015-01-06 | 30 | -45/+45 | |
| |\ \ \ | | | | | | | | | Renamed all .hxx headers to .h | ||||
| | * | | | 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... | ||||
| | * | | | Added exclusive reservation granule from ARMv7 spec to dyncom to protect ↵ | 2015-01-05 | 2 | -16/+18 | |
| | | | | | | | | | | | | | | | | | LDR/STREX. | ||||
| * | | | | Merge pull request #419 from linkmauve/no-x86-specifics | 2015-01-05 | 1 | -13/+3 | |
| |\ \ \ \ | | | | | | | | | | | Remove x86 specifics | ||||
| | * | | | | 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 | ||||
| | * | | | | | 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. | ||||
| | * | | | | | 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 | ||||
| | * | | | | | | dyncom: Partially emulate BXJ | 2015-01-05 | 1 | -8/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just in case some game studio let the intern write inline assembly or something. | ||||
| * | | | | | | | Merge pull request #416 from bunnei/fake-dsp-interrupt | 2015-01-05 | 3 | -5/+28 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | DSP: Signal (faked) interrupt on every frame. | ||||
| | * | | | | | | DSP: Signal (faked) interrupt on every frame. | 2015-01-05 | 3 | -5/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Hack to work around games checking that the DSP event has been signaled by a real DSP interrupt. | ||||
| * | | | | | | | dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATT | 2015-01-05 | 1 | -1/+2 | |
| | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | Easy skyeye todo fix. | ||||
| * | | | | | | Merge pull request #418 from lioncash/qd | 2015-01-05 | 4 | -25/+117 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | dyncom: Implement QADD/QSUB/QDADD/QDSUB | ||||
| | * | | | | | 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. | ||||
| | * | | | | | | AddressArbiter: Ported arbitration type 2 from 3dmoo. | 2015-01-03 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Thanks 3dmoo!) | ||||
| * | | | | | | | Merge pull request #415 from Dante38490/master | 2015-01-04 | 2 | -1/+3 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Loader: Add support for loading NCCH ROMs with the .3DS extension | ||||
| | * | | | | | | | Fix correct espace | 2015-01-05 | 1 | -2/+2 | |
| | | | | | | | | | |||||