summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | added initial kernel/thread modulesGravatar bunnei2014-05-097-0/+548
| * | | added kernel logger to commonGravatar bunnei2014-05-092-3/+5
* | | | Merge branch 'master' of https://github.com/bunnei/citraGravatar bunnei2014-05-2219-61/+220
|\ \ \ \
| * \ \ \ Merge pull request #2 from archshift/issue-7-fixGravatar bunnei2014-05-1919-61/+220
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | common_types: Changed BasicRect back to Rect, in the common namespaceGravatar archshift2014-05-193-7/+9
| | * | | Improved clarity and whitespaceGravatar archshift2014-05-194-4/+6
| | * | | CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-195-10/+10
| | * | | Indent fixesGravatar archshift2014-05-191-31/+31
| | * | | Fixed vfp issuesGravatar archshift2014-05-174-10/+10
| | * | | Updated cmakelistsGravatar archshift2014-05-162-6/+13
| | * | | Merge remote-tracking branch 'upstream/master' into issue-7-fixGravatar archshift2014-05-1661-496/+15074
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Support for C++11 on OSXGravatar archshift2014-04-301-2/+2
| | * | | Fixed indentsGravatar archshift2014-04-308-68/+66
| | * | | Reverse debugging changesGravatar archshift2014-04-302-3/+1
| | * | | Linux supportGravatar archshift2014-04-302-2/+7
| | * | | TGA dumps work, courtesy of @bunneiGravatar archshift2014-04-303-37/+39
| | * | | Merge commit upstream/master into issue-7-fixGravatar archshift2014-04-303-22/+43
| | |\ \ \
| | * | | | Sets OGL version for Qt; will only work with Qt5Gravatar archshift2014-04-301-6/+10
| | * | | | OpenGL 3+ on OSX with GLFWGravatar archshift2014-04-302-1/+10
| | * | | | A bit of Cmake loveGravatar archshift2014-04-303-9/+46
| | * | | | Some more experimentationGravatar archshift2014-04-292-4/+4
| | * | | | Merge commit upstream/master into issue-7-fixGravatar archshift2014-04-283-6/+12
| | |\ \ \ \
| | * | | | | IT'S ALIVE!Gravatar archshift2014-04-284-5/+71
| | * | | | | Fix complaints about functions that could not be foundGravatar archshift2014-04-271-1/+1
| | * | | | | Problematic class with no current implementationGravatar archshift2014-04-271-2/+2
| | * | | | | Problematic template functionsGravatar archshift2014-04-271-15/+0
| | * | | | | Xcode complains that the class name is redundant.Gravatar archshift2014-04-271-1/+1
| | * | | | | Rect to BasicRectGravatar archshift2014-04-273-7/+7
| | * | | | | add missing bswap functionsGravatar bunnei2014-04-271-0/+44
* | | | | | | Merge pull request #13 from archshift/masterGravatar bunnei2014-05-181-1/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed indentsGravatar archshift2014-05-041-7/+7
| * | | | | | Check arg count before attempting to access it.Gravatar archshift2014-05-011-1/+8
| * | | | | | Use runtime arguments to specify boot filename.Gravatar archshift2014-05-011-1/+1
* | | | | | | updated how we call ARM core to make things much fasterGravatar bunnei2014-05-178-30/+44
| |_|_|_|/ / |/| | | | |
* | | | | | same fix as last commit - just for vfpsingle.cppGravatar bunnei2014-05-161-2/+2
* | | | | | another VFP fix for GCCGravatar bunnei2014-05-161-2/+2
* | | | | | fixed VFP DBG log for GCCGravatar bunnei2014-05-161-1/+1
* | | | | | fixed typo in CMakeLists.txtGravatar bunnei2014-05-161-1/+1
* | | | | | - reenabled MCR and MRC functions now that VFP is attachedGravatar bunnei2014-05-164-116/+94
* | | | | | - removed unused stubbed out codeGravatar bunnei2014-05-165-33/+27
* | | | | | added maverick.cpp to ARM core from skyeyeGravatar bunnei2014-05-164-1/+1212
* | | | | | fixed includesGravatar bunnei2014-05-161-2/+2
* | | | | | enabled CP_ACCESS_ALLOWEDGravatar bunnei2014-05-161-6/+4
* | | | | | fixed include pathGravatar bunnei2014-05-161-1/+1
* | | | | | removed undefined function ARMul_ConsolePrintGravatar bunnei2014-05-161-1/+1
* | | | | | added missing armcopro from skyeyeGravatar bunnei2014-05-166-251/+1098
* | | | | | added missing skyeye mmu codeGravatar bunnei2014-05-1512-44/+3333
* | | | | | fixed armmmu importsGravatar bunnei2014-05-151-5/+5
* | | | | | - moved mmu to arm/interpreter folderGravatar bunnei2014-05-1516-1/+8791
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #15 from bunnei/hle-servicesGravatar bunnei2014-05-0835-385/+857
|\ \ \ \ \