11 Commits (77fc029a00c45ffe48cf4eacf4721e312b2248c0)

Author SHA1 Message Date
bunnei e8a17ee6fd arm: added option to prepare CPU core (while mid-instruction) for thread reschedule 12 years ago
bunnei 0012802456 ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide 12 years ago
bunnei 49dc2ce8ac ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching 12 years ago
bunnei 265c770a9d updated how we call ARM core to make things much faster 12 years ago
bunnei ce4d271a53 added option to set CPSR register to arm_interface 12 years ago
bunnei a48c6b947d removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class 12 years ago
bunnei 95e5436f41 cleaned up arm_interface, added a setter to set registers for use with HLE return values 12 years ago
bunnei d0674cc98b fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module 12 years ago
bunnei de0a034a84 fixed project includes to use new directory structure 12 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 12 years ago
bunnei ed15feebf1 changed hw_lcd to use ARM core correct tick counter instead of [what was actually] just an instruction count. this seems to fix timing issues with the 3DS_Homebrew_Pong3Dv2 demo. 12 years ago
bunnei 69223d007e - added an interface layer for ARM cores 12 years ago
ShizZy 8a95dd3f11 fixed a typo in declaration of meta file system 12 years ago
ShizZy e0cb54ea35 moved some core functions over to system module 12 years ago
ShizZy 9d79fc7aa6 added core_timing and system modules to core vcproj 12 years ago