aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/bunnei/citraGravatar bunnei2014-05-22
|\
| * Merge pull request #2 from archshift/issue-7-fixGravatar bunnei2014-05-19
| |\ | | | | | | Fixes issues with building Citra on OSX
| | * common_types: Changed BasicRect back to Rect, in the common namespaceGravatar archshift2014-05-19
| | | | | | | | | | | | Only Rect is in the namespace for now; the rest of common should be added in the future
| | * Improved clarity and whitespaceGravatar archshift2014-05-19
| | | | | | | | | | | | 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.
| | * CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-19
| | | | | | | | | | | | Changes for clarity of comments, removed redundant compiler flags.
| | * Indent fixesGravatar archshift2014-05-19
| | |
* | | Merge pull request #13 from archshift/masterGravatar bunnei2014-05-18
|\ \ \ | |/ / |/| | Use runtime arguments to specify boot filename.
| | * Fixed vfp issuesGravatar archshift2014-05-17
| | |
* | | updated how we call ARM core to make things much fasterGravatar bunnei2014-05-17
| | |
| | * Updated cmakelistsGravatar archshift2014-05-16
| | |
| | * Merge remote-tracking branch 'upstream/master' into issue-7-fixGravatar archshift2014-05-16
| | |\ | |_|/ |/| |
* | | same fix as last commit - just for vfpsingle.cppGravatar bunnei2014-05-16
| | |
* | | another VFP fix for GCCGravatar bunnei2014-05-16
| | |
* | | fixed VFP DBG log for GCCGravatar bunnei2014-05-16
| | |
* | | fixed typo in CMakeLists.txtGravatar bunnei2014-05-16
| | |
* | | - reenabled MCR and MRC functions now that VFP is attachedGravatar bunnei2014-05-16
| | | | | | | | | | | | - removed HLE::CallMCR function (was pointless)
* | | - removed unused stubbed out codeGravatar bunnei2014-05-16
| | | | | | | | | | | | | | | - fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
* | | added maverick.cpp to ARM core from skyeyeGravatar bunnei2014-05-16
| | |
* | | fixed includesGravatar bunnei2014-05-16
| | |
* | | enabled CP_ACCESS_ALLOWEDGravatar bunnei2014-05-16
| | |
* | | fixed include pathGravatar bunnei2014-05-16
| | |
* | | removed undefined function ARMul_ConsolePrintGravatar bunnei2014-05-16
| | |
* | | added missing armcopro from skyeyeGravatar bunnei2014-05-16
| | |
* | | added missing skyeye mmu codeGravatar bunnei2014-05-15
| | |
* | | fixed armmmu importsGravatar bunnei2014-05-15
| | |
* | | - moved mmu to arm/interpreter folderGravatar bunnei2014-05-15
| | | | | | | | | | | | - added initial VFP code from skyeye
* | | Merge pull request #15 from bunnei/hle-servicesGravatar bunnei2014-05-08
|\ \ \ | | | | | | | | Various fixes/improvements to HLE of 3DS services, mostly cleans up GSP call decoding
| * | | removed unknown fields from GX_CmdBufferHeaderGravatar bunnei2014-05-08
| | | |
| * | | removed incorrect dolphin copyright lineGravatar bunnei2014-05-08
| | | |
* | | | Update FlipFramebufferGravatar Sethpaien2014-05-08
| | | | | | | | | | | | Less calculations + fix
| * | | fixed include of common in bit_field.hGravatar bunnei2014-05-07
| | | |
| * | | logger fix for linuxGravatar bunnei2014-05-07
| | | |
| * | | removed unnecessary log messageGravatar bunnei2014-05-07
| | | |
| * | | - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-07
| | | | | | | | | | | | | | | | | | | | - 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)
| * | | added kernel memory to mem_mapGravatar bunnei2014-05-07
| | | |
| * | | added GSP to loggersGravatar bunnei2014-05-07
| | | |
| * | | added BitField to commonGravatar bunnei2014-05-07
| | | |
| * | | - added debug logging to syscall.cppGravatar bunnei2014-05-06
| | | | | | | | | | | | | | | | - added stubbed HLE syscall functions for svc_GetResourceLimit and svc_GetResourceLimitCurrentValues
| * | | added mem_map read for config_memGravatar bunnei2014-05-06
| | | |
| * | | added config_mem module for HLE of firmware configuration memory settingsGravatar bunnei2014-05-06
| | | |
| * | | - disable strict alignment on LDRD/STRDGravatar bunnei2014-05-06
| | | | | | | | | | | | | | | | - handle RD in STREX/STREXB
| * | | - added better SVC loggingGravatar bunnei2014-05-06
| | | | | | | | | | | | | | | | - added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
| * | | commented out useless debug logs that just spammed consoleGravatar bunnei2014-05-06
| | | |
| | * | Fixed indentsGravatar archshift2014-05-04
| | | |
| | * | Check arg count before attempting to access it.Gravatar archshift2014-05-01
| | | |
| * | | - added CallMCR function to coprocessor HLE moduleGravatar bunnei2014-05-01
| | | | | | | | | | | | | | | | - moved instruction decoding to coprocessor HLE module
| * | | fixed include in coprocessor.cppGravatar bunnei2014-05-01
| | | |
| * | | renamed hle "mrc" module to "coprocessor"Gravatar bunnei2014-05-01
| | | |
| * | | - added some function wrappers for HLEGravatar bunnei2014-05-01
| | | | | | | | | | | | | | | | | | | | - added stub for SVC CreateAddressArbiter - added OutputDebugString SVC
| | * | Use runtime arguments to specify boot filename.Gravatar archshift2014-05-01
| | | |