aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-19Merge pull request #4 from archshift/patch-1bunnei
README: Update wiki links
2014-05-19README: Update wiki linksarchshift
2014-05-19apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a ↵bunnei
magic value in other places) so that I can track how it propagates through the app code
2014-05-19thread: added declaration for __KernelReschedule to be used by syscall modulebunnei
2014-05-19VFP: disable DBG messages because they spam the console with unimportant ↵bunnei
skyeye junk
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-18Merge pull request #13 from archshift/masterbunnei
Use runtime arguments to specify boot filename.
2014-05-18renamed "session" to "handle"bunnei
2014-05-18- renamed NewHandle to CreateHandlebunnei
- updated CreateHandle/DeleteHandle to use KernelObject's
2014-05-18fix warningbunnei
2014-05-18- updated service(s) to be KernelObject'sbunnei
- various cleanups
2014-05-18updated Travis-CI image/link in readme for new project repobunnei
2014-05-18renamed "UID" to "Handle" where appropriatebunnei
2014-05-18- moved Handle/Result definitions to kernel.hbunnei
- added ResetType enum
2014-05-18- added stub for CreateEventbunnei
- changed some stubbed SVCs to return unique handle names for debugging purposes
2014-05-17added stubbed function for WaitSynchronizationNbunnei
2014-05-17Indent fixesarchshift
2014-05-17Fixed vfp issuesarchshift
2014-05-17ignore thumbemu 0xDEADCODE debugging catch on MCRbunnei
2014-05-17changed a commentbunnei
2014-05-17cleanups to SVC CreateThreadbunnei
2014-05-17Merge branch 'master' into threadingbunnei
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-17- added enum ThreadProcessorIdbunnei
- reorganized some kernel thread functions - added placeholder __KernelWaitThread_Synchronization function
2014-05-17added MIN, MAX, and CLAMP macros to common_funcsbunnei
2014-05-16- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTHbunnei
- added KERNEL_DEFAULT_STACK_SIZE definition (0x4000)
2014-05-16added stubbed GetProcSemaphore - does nothing but avoids an exceptionbunnei
2014-05-16add kernel.* and thread.* to VS filtersbunnei
2014-05-16updated APT_U::GetLockHandle to return a valid handlebunnei
2014-05-16Merge master into threading to add support for VFPbunnei
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