| Age | Commit message (Collapse) | Author |
|
|
|
Fix visual studio ambiguous symbol error
|
|
|
|
Only allow manually setting focus to the rendering widget when in Single Window mode. Apply this behavior to when changing the mode while an app is running.
|
|
Fixup gsp synch
|
|
More services & small clean ups
|
|
|
|
- Also a few cleanups.
|
|
|
|
armemu: Implement SMMUL, SMMLA, and SMMLS.
|
|
armemu: Implement SMLALD/SMLSLD
|
|
By default widgets are set to the focus policy Qt::NoFocus which disallows manually focusing it. Changing the policy to allow clicking the widget to set focus to it allows for keyboard input when not rendering to a popout window. This commit also sets focus to the widget when showing it.
Fixes issue #158.
|
|
|
|
|
|
|
|
namespaced names.
|
|
Stubbed IsSdmcWriteable to always return writeable.
|
|
|
|
They were setting the old S flag.
|
|
|
|
armemu: Fix retrieval of the CPSR in MRS instructions.
|
|
armemu: Emulate the GE and Q flags.
|
|
|
|
Needs to use the updated state of the CPSR.
|
|
|
|
|
|
Clean up CMake library specification
|
|
|
|
More warning cleanups
|
|
dyncom: Move SEL over
|
|
CFG: Implemented the GetConfigInfoBlk2 function.
|
|
|
|
dyncom: Move over SASX/SSAX/SADD16/SSUB16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Moved most of the shared CFG code there, implemented a few CFG:I functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|