summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-19* Remove -fpermissivePhillip Stephens
2014-05-19Merge pull request #2 from archshift/issue-7-fixbunnei
Fixes issues with building Citra on OSX
2014-05-19common_types: Changed BasicRect back to Rect, in the common namespacearchshift
Only Rect is in the namespace for now; the rest of common should be added in the future
2014-05-19CMakeLists: Fixed GLEW include var name, compile flag varsarchshift
After adding FindGLEW.cmake to externals, the variable call for the GLEW include path needed to be revised. Append flags on OSX, rather than overwrite them. I realized that GCC_COMPILE_FLAGS was changed to CMAKE_CXX_FLAGS mistakenly, so both were changed to a more platform-independent name.
2014-05-19Improved clarity and whitespacearchshift
Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5.
2014-05-19CMakeLists: rename HEADS, improved commentsarchshift
Changes for clarity of comments, removed redundant compiler flags.
2014-05-19Indent fixesarchshift
2014-05-18updated Travis-CI image/link in readme for new project repobunnei
2014-05-17Indent fixesarchshift
2014-05-17Fixed vfp issuesarchshift
2014-05-17updated how we call ARM core to make things much fasterbunnei
2014-05-16Updated cmakelistsarchshift
2014-05-16Merge remote-tracking branch 'upstream/master' into issue-7-fixarchshift
2014-05-16Added FindGLEW to cmake-modulesarchshift
2014-05-16Merge pull request #17 from bunnei/arm-vfpbunnei
ARM VFP support - integrated from SkyEye
2014-05-16same fix as last commit - just for vfpsingle.cppbunnei
2014-05-16another VFP fix for GCCbunnei
2014-05-16fixed VFP DBG log for GCCbunnei
2014-05-16fixed typo in CMakeLists.txtbunnei
2014-05-16- reenabled MCR and MRC functions now that VFP is attachedbunnei
- removed HLE::CallMCR function (was pointless)
2014-05-16- removed unused stubbed out codebunnei
- fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
2014-05-16added maverick.cpp to ARM core from skyeyebunnei
2014-05-16fixed includesbunnei
2014-05-16enabled CP_ACCESS_ALLOWEDbunnei
2014-05-16fixed include pathbunnei
2014-05-16removed undefined function ARMul_ConsolePrintbunnei
2014-05-16added missing armcopro from skyeyebunnei
2014-05-15added missing skyeye mmu codebunnei
2014-05-15fixed armmmu importsbunnei
2014-05-15- moved mmu to arm/interpreter folderbunnei
- added initial VFP code from skyeye
2014-05-08Merge pull request #15 from bunnei/hle-servicesbunnei
Various fixes/improvements to HLE of 3DS services, mostly cleans up GSP call decoding
2014-05-08removed unknown fields from GX_CmdBufferHeaderbunnei
2014-05-08removed incorrect dolphin copyright linebunnei
2014-05-08Merge pull request #16 from Sethpaien/masterbunnei
Update FlipFramebuffer - makes converting the raw framebuffer slightly faster
2014-05-08Update FlipFramebufferSethpaien
Less calculations + fix
2014-05-07fixed include of common in bit_field.hbunnei
2014-05-07logger fix for linuxbunnei
2014-05-07removed unnecessary log messagebunnei
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionbunnei
- added a helper function for getting command buffer for services - fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue)
2014-05-07added kernel memory to mem_mapbunnei
2014-05-07added GSP to loggersbunnei
2014-05-07added BitField to commonbunnei
2014-05-06- added debug logging to syscall.cppbunnei
- added stubbed HLE syscall functions for svc_GetResourceLimit and svc_GetResourceLimitCurrentValues
2014-05-06added mem_map read for config_membunnei
2014-05-06added config_mem module for HLE of firmware configuration memory settingsbunnei
2014-05-06- disable strict alignment on LDRD/STRDbunnei
- handle RD in STREX/STREXB
2014-05-06- added better SVC loggingbunnei
- added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
2014-05-06commented out useless debug logs that just spammed consolebunnei
2014-05-01- added CallMCR function to coprocessor HLE modulebunnei
- moved instruction decoding to coprocessor HLE module
2014-05-01fixed include in coprocessor.cppbunnei