Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-19 | common_types: Changed BasicRect back to Rect, in the common namespace | archshift | |
Only Rect is in the namespace for now; the rest of common should be added in the future | |||
2014-05-19 | CMakeLists: Fixed GLEW include var name, compile flag vars | archshift | |
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-19 | Improved clarity and whitespace | archshift | |
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-19 | CMakeLists: rename HEADS, improved comments | archshift | |
Changes for clarity of comments, removed redundant compiler flags. | |||
2014-05-19 | Indent fixes | archshift | |
2014-05-17 | Indent fixes | archshift | |
2014-05-17 | Fixed vfp issues | archshift | |
2014-05-16 | Updated cmakelists | archshift | |
2014-05-16 | Merge remote-tracking branch 'upstream/master' into issue-7-fix | archshift | |
2014-05-16 | Added FindGLEW to cmake-modules | archshift | |
2014-05-16 | Merge pull request #17 from bunnei/arm-vfp | bunnei | |
ARM VFP support - integrated from SkyEye | |||
2014-05-16 | same fix as last commit - just for vfpsingle.cpp | bunnei | |
2014-05-16 | another VFP fix for GCC | bunnei | |
2014-05-16 | fixed VFP DBG log for GCC | bunnei | |
2014-05-16 | fixed typo in CMakeLists.txt | bunnei | |
2014-05-16 | - reenabled MCR and MRC functions now that VFP is attached | bunnei | |
- removed HLE::CallMCR function (was pointless) | |||
2014-05-16 | - removed unused stubbed out code | bunnei | |
- fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's | |||
2014-05-16 | added maverick.cpp to ARM core from skyeye | bunnei | |
2014-05-16 | fixed includes | bunnei | |
2014-05-16 | enabled CP_ACCESS_ALLOWED | bunnei | |
2014-05-16 | fixed include path | bunnei | |
2014-05-16 | removed undefined function ARMul_ConsolePrint | bunnei | |
2014-05-16 | added missing armcopro from skyeye | bunnei | |
2014-05-15 | added missing skyeye mmu code | bunnei | |
2014-05-15 | fixed armmmu imports | bunnei | |
2014-05-15 | - moved mmu to arm/interpreter folder | bunnei | |
- added initial VFP code from skyeye | |||
2014-05-08 | Merge pull request #15 from bunnei/hle-services | bunnei | |
Various fixes/improvements to HLE of 3DS services, mostly cleans up GSP call decoding | |||
2014-05-08 | removed unknown fields from GX_CmdBufferHeader | bunnei | |
2014-05-08 | removed incorrect dolphin copyright line | bunnei | |
2014-05-08 | Merge pull request #16 from Sethpaien/master | bunnei | |
Update FlipFramebuffer - makes converting the raw framebuffer slightly faster | |||
2014-05-08 | Update FlipFramebuffer | Sethpaien | |
Less calculations + fix | |||
2014-05-07 | fixed include of common in bit_field.h | bunnei | |
2014-05-07 | logger fix for linux | bunnei | |
2014-05-07 | removed unnecessary log message | bunnei | |
2014-05-07 | - removed HLE mem "hack" and replaced with kernel mem region | bunnei | |
- 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-07 | added kernel memory to mem_map | bunnei | |
2014-05-07 | added GSP to loggers | bunnei | |
2014-05-07 | added BitField to common | bunnei | |
2014-05-06 | - added debug logging to syscall.cpp | bunnei | |
- added stubbed HLE syscall functions for svc_GetResourceLimit and svc_GetResourceLimitCurrentValues | |||
2014-05-06 | added mem_map read for config_mem | bunnei | |
2014-05-06 | added config_mem module for HLE of firmware configuration memory settings | bunnei | |
2014-05-06 | - disable strict alignment on LDRD/STRD | bunnei | |
- handle RD in STREX/STREXB | |||
2014-05-06 | - added better SVC logging | bunnei | |
- added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs | |||
2014-05-06 | commented out useless debug logs that just spammed console | bunnei | |
2014-05-01 | - added CallMCR function to coprocessor HLE module | bunnei | |
- moved instruction decoding to coprocessor HLE module | |||
2014-05-01 | fixed include in coprocessor.cpp | bunnei | |
2014-05-01 | renamed hle "mrc" module to "coprocessor" | bunnei | |
2014-05-01 | - added some function wrappers for HLE | bunnei | |
- added stub for SVC CreateAddressArbiter - added OutputDebugString SVC | |||
2014-04-30 | Support for C++11 on OSX | archshift | |
2014-04-30 | - added option to load a code.bin file extracted from a CXI file | bunnei | |
- updated load launcher.dat function to use ARM11 format hack |