bunnei
254567056f
Merge pull request #341 from lioncash/moresmops
...
armemu: Implement SMLALD/SMLSLD
10 years ago
bunnei
529640cfca
Merge pull request #340 from lioncash/whoops
...
armemu: Fix GE/Q flag setting semantics
10 years ago
Daniel Lundqvist
9d90b26020
Allow focus on the Qt render widget
...
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 .
10 years ago
Lioncash
35dbfc7ab0
armemu: Implement SMMUL, SMMLA, and SMMLS.
10 years ago
Lioncash
82c3962b95
armemu: Implement SMLALD/SMLSLD
10 years ago
Lioncash
6b7808e412
armemu: Fix GE/Q flag setting semantics
10 years ago
Emmanuel Gil Peyrot
bbe0bf1332
FileSys: Clean up according to the coding style, and remove redundant namespaced names.
10 years ago
bunnei
2bbbe68399
Merge pull request #328 from archshift/writeable
...
Stubbed IsSdmcWriteable to always return writeable.
10 years ago
archshift
81a538ccc2
Stubbed IsSdmcWriteable to always return writeable.
10 years ago
bunnei
5241e7a9c3
Update README.md (fix typo)
10 years ago
bunnei
a7893adf20
Merge pull request #336 from lioncash/datqflag
...
armemu: Correctly set the Q flag for a bunch of ops.
10 years ago
Lioncash
20fc5f2a35
armemu: Set the Q flag correctly for much of the other ops
...
They were setting the old S flag.
10 years ago
Lioncash
79a7a432c5
armemu: Set the Q flag properly for SMLAD/SMUAD
10 years ago
bunnei
d31a94f06b
Merge pull request #334 from lioncash/cpsr
...
armemu: Fix retrieval of the CPSR in MRS instructions.
10 years ago
bunnei
53447da142
Merge pull request #335 from lioncash/cpsrcreate
...
armemu: Emulate the GE and Q flags.
10 years ago
Lioncash
6446331938
armemu: Properly set the Q flag for SSAT16/USAT16 upon saturation.
10 years ago
Lioncash
f66d356938
armemu: Fix SEL
...
Needs to use the updated state of the CPSR.
10 years ago
Lioncash
8e2accd974
armemu: Fix construction of the CPSR
10 years ago
Lioncash
8c72322422
armemu: Fix retrieval of the CPSR in MRS instructions.
10 years ago
bunnei
949d95659e
Merge pull request #275 from yuriks/cmake-clean
...
Clean up CMake library specification
10 years ago
bunnei
a94d9ed4de
Merge pull request #333 from lioncash/qops
...
dyncom: Move over QADD16/QASX/QSAX/QSUB16
10 years ago
Lioncash
97f3e884d2
dyncom: Move over QADD16/QASX/QSAX/QSUB16
10 years ago
bunnei
2188af4a65
Merge pull request #322 from chinhodado/master
...
More warning cleanups
10 years ago
bunnei
b9ef8b3fd2
Merge pull request #325 from yuriks/cmake-opts
...
CMake: Turn MSVC optimizations up to 11
10 years ago
bunnei
ae76469373
Merge pull request #332 from lioncash/sel
...
dyncom: Move SEL over
10 years ago
bunnei
ec1ddc17e2
Merge pull request #312 from Subv/still_more_savedata_stuff
...
CFG: Implemented the GetConfigInfoBlk2 function.
10 years ago
Lioncash
245276c9cc
dyncom: Move SEL over
10 years ago
bunnei
770b274c86
Merge pull request #324 from lioncash/dync
...
dyncom: Move over SASX/SSAX/SADD16/SSUB16
10 years ago
Lioncash
c6f27055c9
dyncom: Move over SASX/SSAX/SADD16/SSUB16
10 years ago
Yuri Kunde Schlesner
361735e7fe
CMake: Silence PNG not found error
...
Hopefully this will make people stop thinking it's a hard dependency.
10 years ago
Yuri Kunde Schlesner
ed8f32f03e
CMake: Use improved optimization flags on MSVC
...
While not having a noticeable effect on CPU-bound applications, this
change gives an about 30-50% increase in performance for games using
the GPU.
10 years ago
Subv
2030f9d946
CFG: Fixed some warnings and errors in Clang
10 years ago
Subv
304735fb52
CFG: More style changes
10 years ago
Subv
f080e3ccfa
CFGU: Indentation
10 years ago
Subv
6f304d3b00
CFG: Some indentation
10 years ago
Subv
b3cee19289
CFG: Changed the CreateConfigInfoBlk search loop
10 years ago
Subv
3e94b9054c
CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp
10 years ago
Subv
6115f013a9
CFG: Create a new subfolder cfg inside service to handle cfg
...
Moved most of the shared CFG code there, implemented a few CFG:I functions
10 years ago
Subv
9e45240e23
CFGU: Some changes
10 years ago
Subv
cdd78fa01d
CFGU: Addressed some issues.
10 years ago
Subv
718a120754
CFGU: Addressed some comments.
10 years ago
Subv
a1b9b80a55
Style: Addressed some comments
10 years ago
Subv
a7cc7972de
CFG_U: Use Common::make_unique instead of the std version
10 years ago
Subv
9029efd873
CFG:U: Implemented some more blocks
10 years ago
Subv
8b0ee93526
CFG: Implemented block 0x00070001 in the config savefile
10 years ago
Subv
b3d1c8ba6a
CFGU: Use an absolute offset in the config savefile blocks
10 years ago
Subv
95ca6ae1e1
CFG: Load the Config savedata file if it already exists.
10 years ago
Subv
b49bdb6ba7
CFGU: Added block 0x000A0002 to the default savegame file
...
That's the language id block, we're using LANGUAGE_EN for now. This block allows some games to boot further
10 years ago
Subv
4cd21b43c1
CFG: Refactored how the config file works.
...
It is now kept in memory as per 3dbrew, all updates happen on memory, then they can be saved using UpdateConfigNANDSavegame.
10 years ago
Subv
462740278d
CFG:U: Add some data to the 0x00050005 config block.
...
Seems to allow some games to boot further, thanks @Normmatt for sharing this information
10 years ago