Age | Commit message (Collapse) | Author |
|
Added 'this' reference to num_instructions field so it's properly updated
|
|
before the method was affecting the local method parameter rather than the class field
|
|
Add initial kernel HLE, includes thread creation and context switching
|
|
|
|
|
|
|
|
|
|
|
|
delay time to 100 instructions
|
|
attempting to connect to its port
|
|
|
|
"reason" argument
|
|
arg parameter to SVC CreateThread
|
|
|
|
|
|
CreateThread, added correct CPSR reset
|
|
|
|
|
|
checked when NULL
|
|
messages to include newly created handles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
that uses it)
|
|
|
|
and added some comments
|
|
|
|
|
|
with style guide
|
|
switching
|
|
|
|
|
|
- cleaned up Kernel code a bit (moved stuff into namespace, fixed whitespace issues)
- added handle types for all different CTROS handles
|
|
README: Update wiki links
|
|
|
|
magic value in other places) so that I can track how it propagates through the app code
|
|
|
|
skyeye junk
|
|
Fixes issues with building Citra on OSX
|
|
Only Rect is in the namespace for now; the rest of common should be added in the future
|
|
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.
|
|
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.
|
|
Changes for clarity of comments, removed redundant compiler flags.
|
|
|
|
Use runtime arguments to specify boot filename.
|
|
|
|
- updated CreateHandle/DeleteHandle to use KernelObject's
|