aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #434 from lioncash/smGravatar bunnei2015-01-07
|\ | | | | dyncom: Move over SMLALXY
| * dyncom: Move over SMLALXYGravatar Lioncash2015-01-07
| |
* | Merge pull request #421 from linkmauve/remove-dead-platformsGravatar bunnei2015-01-06
|\ \ | | | | | | Remove dead platform #ifdefs to make the code more readable.
* \ \ Merge pull request #376 from Subv/arc_reorderGravatar bunnei2015-01-06
|\ \ \ | |_|/ |/| | Archives: Change the folder layout of some archives.
| * | Archives/Exdata: Don't set concrete_mount_point in the ctorGravatar Subv2015-01-06
| | |
| * | Archives: Changed the unimplemented archives comment.Gravatar Subv2015-01-06
| | | | | | | | | | | | It now refers to me as the PoC
| * | Archives: Addressed some commentsGravatar Subv2015-01-06
| | |
| | * Common: Remove dead platform #ifdefs to make the code more readable.Gravatar Emmanuel Gil Peyrot2015-01-06
| |/ |/| | | | | | | | | 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 #402 from chrisvj/masterGravatar bunnei2015-01-06
|\ \ | | | | | | Renamed all .hxx headers to .h
* \ \ Merge pull request #417 from kevinhartman/exclusive-tag-fixGravatar bunnei2015-01-06
|\ \ \ | | | | | | | | Added exclusive reservation granule from ARMv7 spec to dyncom...
| | * | citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-06
| |/ / |/| |
* | | Merge pull request #419 from linkmauve/no-x86-specificsGravatar bunnei2015-01-05
|\ \ \ | | | | | | | | Remove x86 specifics
* \ \ \ Merge pull request #413 from purpasmart96/serv_cleanGravatar bunnei2015-01-05
|\ \ \ \ | | | | | | | | | | Services: Clean up a few things and add a few function names
| | | * | Added exclusive reservation granule from ARMv7 spec to dyncom to protect ↵Gravatar Kevin Hartman2015-01-05
| | | | | | | | | | | | | | | | | | | | LDR/STREX.
* | | | | Merge pull request #272 from rohit-n/sign-compareGravatar bunnei2015-01-05
|\ \ \ \ \ | | | | | | | | | | | | Silence some -Wsign-compare warnings.
| | * | | | Services: Clean up a few things and add a few function namesGravatar purpasmart962015-01-05
| | | | | |
| | | | | * SaveDataCheck: Fixed a typoGravatar Subv2015-01-05
| | | | | |
* | | | | | Merge pull request #422 from lioncash/bxjGravatar bunnei2015-01-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | dyncom: Partially emulate BXJ
| * | | | | | dyncom: Partially emulate BXJGravatar Lioncash2015-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Just in case some game studio let the intern write inline assembly or something.
* | | | | | | Merge pull request #416 from bunnei/fake-dsp-interruptGravatar bunnei2015-01-05
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | DSP: Signal (faked) interrupt on every frame.
* | | | | | | Merge pull request #420 from lioncash/qflagGravatar bunnei2015-01-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATT
| | | | | * | | Common: Use std::abs instead of abs, using abs with cmath fails on some systems.Gravatar Emmanuel Gil Peyrot2015-01-05
| | | | | | | |
| * | | | | | | dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATTGravatar Lioncash2015-01-05
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Easy skyeye todo fix.
| | | | * / / 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
| | | | | | |
| | * | | | | DSP: Signal (faked) interrupt on every frame.Gravatar bunnei2015-01-05
| |/ / / / / |/| | | | | | | | | | | | | | | | | - Hack to work around games checking that the DSP event has been signaled by a real DSP interrupt.
* | | | | | 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.
| | | | | | * Archives: Make SYSTEM_ID and SDCARD_ID stringsGravatar Subv2015-01-04
| | | | | | |
* | | | | | | 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
|/ / / / / / /
| | | | | | * Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/titleGravatar Subv2015-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | under /nand/title/high/low/content/00000000.app.romfs
* | | | | | | 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.