aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* | Fixed GPLv2 license issueGravatar bunnei2014-04-11
* | Fixed GPLv2 license issueGravatar bunnei2014-04-11
* | Fixed GPLv2 license issueGravatar 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
* | Temporarily "fix" citra_qt for WindowsGravatar Mathieu Vaillancourt2014-04-10
| * 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 re...Gravatar bunnei2014-04-10
* | fixed a bunch of errors in CMakeListsGravatar bunnei2014-04-09
* | updated CMakeListsGravatar bunnei2014-04-09
|/
* - removed deprecated version.hGravatar bunnei2014-04-08
* fixed licensing and updated code style naming for arm_interface/arm_interpret...Gravatar bunnei2014-04-08
* 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
* Merge branch 'hardware-interface'Gravatar bunnei2014-04-07
|\
| * 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
| * added hack physical memory reads with Memory::GetPointerGravatar bunnei2014-04-06
| * added "citra" instead of "emu" to title barGravatar bunnei2014-04-06
| * added logger option specifically for the rendererGravatar bunnei2014-04-06
| * calling SwapBuffers from hw_lcd.cppGravatar bunnei2014-04-06
| * initialize VideoCoreGravatar bunnei2014-04-06
| * added initial renderer codeGravatar bunnei2014-04-06
| * set window size to correspond to framebuffer sizesGravatar bunnei2014-04-06
| * added project linker referenceGravatar bunnei2014-04-06
| * added video_core project to solutionGravatar bunnei2014-04-05
| * added missing includes to common_types.hGravatar bunnei2014-04-05
| * added g_app_core->Step and HW::Update to Core::SingleStep to be consistent wi...Gravatar bunnei2014-04-05
| * changed hw_lcd to use ARM core correct tick counter instead of [what was actu...Gravatar bunnei2014-04-05
| * Updated common_types.h to use Gekko's version w/ Rect and some useful unionsGravatar bunnei2014-04-05