aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* added helper functions for upper/lowercase stringsGravatar bunnei2014-04-14
|
* added a stub for GetLockHandleGravatar bunnei2014-04-13
|
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-13
|
* renamed class Interface_SRV to SRVGravatar bunnei2014-04-13
|
* replace tabs with spacesGravatar bunnei2014-04-13
|
* added some very initial command parsing for SRV SyncGravatar bunnei2014-04-13
|
* added a GetPointer function for reading from HLE command bufferGravatar bunnei2014-04-13
|
* fixed hw write declarations to not be constGravatar bunnei2014-04-12
|
* added OS memory read/write for thread command bufferGravatar bunnei2014-04-12
|
* cleanups to service HLEGravatar bunnei2014-04-12
|
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-12
| | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
* hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵Gravatar bunnei2014-04-12
| | | | this...)
* added a SETABORT method that does not update LR (for HLE'd SVC that does not ↵Gravatar bunnei2014-04-12
| | | | jump appcore CPU to an IRQ vector)
* added a memory mapped option for HLEGravatar bunnei2014-04-12
|
* - renamed hle_syscall to just syscallGravatar bunnei2014-04-11
| | | | - added service.h as an initial service interface
* replace tabs with spacesGravatar bunnei2014-04-11
|
* moved hle.cpp into hle folder (due to mistake earlier)Gravatar bunnei2014-04-11
|
* added remaining known syscall functions to Syscall_TableGravatar bunnei2014-04-11
|
* base code to call a syscall from ARM11 appcoreGravatar bunnei2014-04-10
|
* updated logging messageGravatar bunnei2014-04-10
|
* cleaned up some logging messagesGravatar bunnei2014-04-10
|
* added logger for generic HLEGravatar bunnei2014-04-10
|
* changed some naming/misc cleanupsGravatar bunnei2014-04-10
|
* - removed syscall classes (will just use HLEFunction)Gravatar bunnei2014-04-10
| | | | | - added hle.cpp and module registration - removed unused code
* Merge branch 'master' into hle-interfaceGravatar bunnei2014-04-10
|\
| * removed scm_rev.h from version controlGravatar bunnei2014-04-10
| |
| * removed unused macros from citra.hGravatar bunnei2014-04-10
| |
| * added missing const to GetWindowTitleGravatar bunnei2014-04-10
| |
* | added initial modules for setting up SysCall HLEGravatar bunnei2014-04-10
| |
* | missed this file with commit 95e5436fGravatar bunnei2014-04-10
| |
* | added Memory::GetCharPointer to read strings from HLE functionsGravatar bunnei2014-04-10
| |
* | cleaned up arm_interface, added a setter to set registers for use with HLE ↵Gravatar bunnei2014-04-10
| | | | | | | | return values
| * fixed a bunch of errors in CMakeListsGravatar bunnei2014-04-09
| |
| * updated CMakeListsGravatar bunnei2014-04-09
|/
* - removed deprecated version.hGravatar bunnei2014-04-08
| | | | | - cleaned up window title - cleaned up emu_window_glfw/emu_window
* fixed licensing and updated code style naming for ↵Gravatar bunnei2014-04-08
| | | | arm_interface/arm_interpreter frontend module
* fixed license headers in citra projectGravatar bunnei2014-04-08
|
* fixed scm_rev_genGravatar bunnei2014-04-08
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08
|
* fixed some license headers that I missedGravatar bunnei2014-04-08
|
* fixed all license file headers in coreGravatar bunnei2014-04-08
|
* fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2Gravatar bunnei2014-04-08
|
* fixed license header in video_coreGravatar bunnei2014-04-08
|
* - removed lots of unused code from gekkoGravatar bunnei2014-04-08
| | | | - updated code style/naming conventions
* Merge branch 'hardware-interface'Gravatar bunnei2014-04-07
|\ | | | | | | | | Conflicts: src/core/src/core.h
| * removed unused comments, changed main processing loop to be infiniteGravatar bunnei2014-04-07
| |
| * added support for renderering the external framebuffersGravatar bunnei2014-04-07
| |
| * added external framebuffer GL handlesGravatar bunnei2014-04-06
| |
| * removed log message from hw_lcdGravatar bunnei2014-04-06
| |