| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- cleaned up Kernel code a bit (moved stuff into namespace, fixed whitespace issues)
- added handle types for all different CTROS handles
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- updated CreateHandle/DeleteHandle to use KernelObject's
|
| |
|
|
|
|
| |
- various cleanups
|
| |
|
|
|
|
| |
- added ResetType enum
|
|
|
|
| |
- changed some stubbed SVCs to return unique handle names for debugging purposes
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
- reorganized some kernel thread functions
- added placeholder __KernelWaitThread_Synchronization function
|
| | |
|
| |
| |
| |
| | |
- added KERNEL_DEFAULT_STACK_SIZE definition (0x4000)
|
| | |
|
| | |
|
| | |
|
|\| |
|
| |\
| | |
| | | |
ARM VFP support - integrated from SkyEye
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
- removed HLE::CallMCR function (was pointless)
|
| | |
| | |
| | |
| | |
| | | |
- fixed some compiler issues with xscale_copro when porting code to Windows
- fixed some #include's
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
| |
| |
| | |
- added initial VFP code from skyeye
|
| |
| |
| |
| | |
- added SVC structs MemoryInfo and PageInfo
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
- cleaned up CreateThread svc
|
| | |
|
| |
| |
| |
| |
| | |
- added __KernelSwitchToThread for enabling a thread
- added __KernelRotateThreadReadyQueue
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
- fixed some logging
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Various fixes/improvements to HLE of 3DS services, mostly cleans up GSP call decoding
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- 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 stubbed HLE syscall functions for svc_GetResourceLimit and svc_GetResourceLimitCurrentValues
|
| | |
|
| | |
|
| |
| |
| |
| | |
- handle RD in STREX/STREXB
|
| |
| |
| |
| | |
- added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
|
| | |
|
| |
| |
| |
| | |
- moved instruction decoding to coprocessor HLE module
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- added stub for SVC CreateAddressArbiter
- added OutputDebugString SVC
|
| |
| |
| |
| | |
- updated load launcher.dat function to use ARM11 format hack
|
| | |
|
| | |
|
|\ \
| |/
|/| |
Update FlipFramebuffer - makes converting the raw framebuffer slightly faster
|
|/
|
| |
Less calculations + fix
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Travis CI script
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
- added hooks to catch LCD IO read/writes
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
- added shared memory region
- moarrrr cleanups to memory_map
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
- added option to create/delete service handles
|
|\ \ \
| |/ /
|/| /
| |/ |
Resolved undefined Common::g_scm_branch error.
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- fixed log message wording in hle.cpp
- added syscall stubs for CloseHandle and WaitSynchronization1
|
| |
| |
| |
| | |
- various cleanups/refactors to HLE services
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- added function tables for service calls
- lots of refactoring
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
- added a manager for keeping track of services/ports
- added a memory mapped region for memory accessed by HLE
- added HLE for GetThreadCommandBuffer function
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
- added service.h as an initial service interface
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- added hle.cpp and module registration
- removed unused code
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
Doing this from work via GitHub - Sorry for not combining with previous commits
|
| | |
| | |
| | | |
Doing this from work via GitHub - Sorry for not combining with previous commits
|
| | | |
|
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
| |
- cleaned up window title
- cleaned up emu_window_glfw/emu_window
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- updated code style/naming conventions
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
src/core/src/core.h
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
- cleaned up core.cpp a bit
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
-moved scratchpad memory out of MemArena
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|