-
8de09d87ab
Fix crash when the disassembler pause button is pressed while no game is running.
xdec
2014-12-28 01:56:07 -0800
-
-
-
3422d81f05
Merge pull request #350 from lioncash/qops
bunnei
2014-12-27 21:15:13 -0500
-
-
-
-
af69b0840b
dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX.
Lioncash
2014-12-27 17:24:34 -0500
-
60523113a9
armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX
Lioncash
2014-12-27 17:06:19 -0500
-
-
28e64806cd
Merge pull request #349 from lioncash/uhdync
bunnei
2014-12-27 01:04:18 -0500
-
-
52d889d85d
dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX
Lioncash
2014-12-27 00:57:32 -0500
-
-
b48ca7878b
Merge pull request #348 from lioncash/uhops
bunnei
2014-12-27 00:34:39 -0500
-
-
84a0438cf5
armemu: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX
Lioncash
2014-12-26 23:40:15 -0500
-
a2005d0657
GPU: Change internal framerate to 30fps.
bunnei
2014-12-26 21:32:48 -0500
-
-
-
01c675685e
Merge pull request #327 from Apology11/master
bunnei
2014-12-26 21:43:59 -0500
-
-
-
-
7e3f62a367
Remove duplicate work
Daniel Lundqvist
2014-12-26 20:12:11 +0100
-
ba4ca041f4
Allow focus only when in popout mode
Daniel Lundqvist
2014-12-26 19:42:27 +0100
-
e5ddbfee02
Merge pull request #339 from bunnei/fixup-gsp-synch
bunnei
2014-12-25 22:52:40 -0500
-
-
5d2ee78d8f
Merge pull request #330 from purpasmart96/new_srv
bunnei
2014-12-25 22:51:38 -0500
-
-
5799025ac4
GPU: Further improve synchronization.
bunnei
2014-12-24 02:49:09 -0500
-
4783133bbd
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
2014-12-23 22:45:52 -0500
-
9796bc1fa2
More services & small clean ups
purpasmart96
2014-12-21 11:52:10 -0800
-
9c8ec675d9
Merge pull request #343 from lioncash/smmla
bunnei
2014-12-25 21:57:31 -0500
-
-
254567056f
Merge pull request #341 from lioncash/moresmops
bunnei
2014-12-25 21:46:54 -0500
-
-
529640cfca
Merge pull request #340 from lioncash/whoops
bunnei
2014-12-25 21:46:00 -0500
-
-
9d90b26020
Allow focus on the Qt render widget
Daniel Lundqvist
2014-12-26 02:37:52 +0100
-
-
-
35dbfc7ab0
armemu: Implement SMMUL, SMMLA, and SMMLS.
Lioncash
2014-12-25 13:33:49 -0500
-
-
-
82c3962b95
armemu: Implement SMLALD/SMLSLD
Lioncash
2014-12-24 09:26:48 -0500
-
-
-
6b7808e412
armemu: Fix GE/Q flag setting semantics
Lioncash
2014-12-24 07:56:57 -0500
-
-
bbe0bf1332
FileSys: Clean up according to the coding style, and remove redundant namespaced names.
Emmanuel Gil Peyrot
2014-12-18 14:06:37 +0000
-
-
-
2bbbe68399
Merge pull request #328 from archshift/writeable
bunnei
2014-12-23 20:41:51 -0500
-
-
-
-
81a538ccc2
Stubbed IsSdmcWriteable to always return writeable.
archshift
2014-12-21 05:24:52 -0300
-
5241e7a9c3
Update README.md (fix typo)
bunnei
2014-12-23 16:01:26 -0500
-
a7893adf20
Merge pull request #336 from lioncash/datqflag
bunnei
2014-12-23 10:41:01 -0500
-
-
20fc5f2a35
armemu: Set the Q flag correctly for much of the other ops
Lioncash
2014-12-23 09:59:35 -0500
-
79a7a432c5
armemu: Set the Q flag properly for SMLAD/SMUAD
Lioncash
2014-12-23 09:55:07 -0500
-
-
d31a94f06b
Merge pull request #334 from lioncash/cpsr
bunnei
2014-12-23 09:44:04 -0500
-
-
53447da142
Merge pull request #335 from lioncash/cpsrcreate
bunnei
2014-12-23 09:43:46 -0500
-
-
-
-
6446331938
armemu: Properly set the Q flag for SSAT16/USAT16 upon saturation.
Lioncash
2014-12-22 23:43:14 -0500
-
f66d356938
armemu: Fix SEL
Lioncash
2014-12-22 23:28:41 -0500
-
8e2accd974
armemu: Fix construction of the CPSR
Lioncash
2014-12-22 22:10:47 -0500
-
8c72322422
armemu: Fix retrieval of the CPSR in MRS instructions.
Lioncash
2014-12-22 21:44:03 -0500
-
-
949d95659e
Merge pull request #275 from yuriks/cmake-clean
bunnei
2014-12-22 11:11:37 -0500
-
-
a94d9ed4de
Merge pull request #333 from lioncash/qops
bunnei
2014-12-22 11:10:15 -0500
-
-
-
-
97f3e884d2
dyncom: Move over QADD16/QASX/QSAX/QSUB16
Lioncash
2014-12-22 01:09:42 -0500
-
-
2188af4a65
Merge pull request #322 from chinhodado/master
bunnei
2014-12-22 00:12:43 -0500
-
-
b9ef8b3fd2
Merge pull request #325 from yuriks/cmake-opts
bunnei
2014-12-21 21:58:31 -0500
-
-
-
-
ae76469373
Merge pull request #332 from lioncash/sel
bunnei
2014-12-21 21:49:45 -0500
-
-
ec1ddc17e2
Merge pull request #312 from Subv/still_more_savedata_stuff
bunnei
2014-12-21 21:47:25 -0500
-
-
245276c9cc
dyncom: Move SEL over
Lioncash
2014-12-21 21:19:15 -0500
-
-
-
770b274c86
Merge pull request #324 from lioncash/dync
bunnei
2014-12-21 20:33:14 -0500
-
-
c6f27055c9
dyncom: Move over SASX/SSAX/SADD16/SSUB16
Lioncash
2014-12-21 01:58:03 -0500
-
361735e7fe
CMake: Silence PNG not found error
Yuri Kunde Schlesner
2014-12-21 05:22:00 -0200
-
ed8f32f03e
CMake: Use improved optimization flags on MSVC
Yuri Kunde Schlesner
2014-12-21 05:18:12 -0200
-
2030f9d946
CFG: Fixed some warnings and errors in Clang
Subv
2014-12-21 18:25:49 -0500
-
304735fb52
CFG: More style changes
Subv
2014-12-21 18:02:27 -0500
-
f080e3ccfa
CFGU: Indentation
Subv
2014-12-21 17:54:14 -0500
-
6f304d3b00
CFG: Some indentation
Subv
2014-12-21 17:41:35 -0500
-
b3cee19289
CFG: Changed the CreateConfigInfoBlk search loop
Subv
2014-12-21 17:26:51 -0500
-
3e94b9054c
CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp
Subv
2014-12-21 16:45:13 -0500
-
6115f013a9
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
2014-12-21 16:36:18 -0500
-
9e45240e23
CFGU: Some changes
Subv
2014-12-21 15:57:06 -0500
-
cdd78fa01d
CFGU: Addressed some issues.
Subv
2014-12-21 12:03:41 -0500
-
718a120754
CFGU: Addressed some comments.
Subv
2014-12-21 09:29:52 -0500
-
a1b9b80a55
Style: Addressed some comments
Subv
2014-12-20 23:33:33 -0500
-
a7cc7972de
CFG_U: Use Common::make_unique instead of the std version
Subv
2014-12-20 16:47:47 -0500
-
9029efd873
CFG:U: Implemented some more blocks
Subv
2014-12-19 21:51:31 -0500
-
8b0ee93526
CFG: Implemented block 0x00070001 in the config savefile
Subv
2014-12-19 20:10:05 -0500
-
b3d1c8ba6a
CFGU: Use an absolute offset in the config savefile blocks
Subv
2014-12-19 19:57:42 -0500
-
95ca6ae1e1
CFG: Load the Config savedata file if it already exists.
Subv
2014-12-19 18:39:57 -0500
-
b49bdb6ba7
CFGU: Added block 0x000A0002 to the default savegame file
Subv
2014-12-19 17:01:23 -0500
-
4cd21b43c1
CFG: Refactored how the config file works.
Subv
2014-12-19 15:30:25 -0500
-
462740278d
CFG:U: Add some data to the 0x00050005 config block.
Subv
2014-12-19 02:04:54 -0500
-
fa3d72ab3e
CFG: Implemented the GetConfigInfoBlk2 function.
Subv
2014-12-18 23:35:24 -0500
-
-
-
0de6a08d75
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21 16:05:44 -0500
-
-
-
-
8d81e23d6e
Fix visual studio ambiguous symbol error
Apology11
2014-12-21 18:34:20 +0100
-
-
-
0199a7d9ef
More warning cleanups
Chin
2014-12-20 18:28:17 -0500
-
c107249103
Update README.md
bunnei
2014-12-21 01:53:31 -0500
-
572ce043c2
Merge pull request #271 from archshift/createf
bunnei
2014-12-21 01:45:00 -0500
-
-
-
-
0625dd09ea
Added CreateFile to the FS_USER service
archshift
2014-12-20 12:43:50 -0300
-
ebfd831ccb
License change
purpasmart96
2014-12-16 21:38:14 -0800
-
0f696037f6
Merge pull request #323 from lioncash/saddsub
bunnei
2014-12-21 00:10:12 -0500
-
-
cdfe665a21
Merge pull request #318 from bunnei/simulate-thread-sleep
bunnei
2014-12-20 23:22:53 -0500
-
-
09a5df31d6
Merge pull request #319 from yuriks/travis-apt-cache
bunnei
2014-12-20 23:21:08 -0500
-
-
-
-
4fcdbed9f6
Thread: Wait current thread on svc_SleepThread
bunnei
2014-12-20 02:32:19 -0500
-
-
-
855eda6f85
armemu: Implement SADD8/SSUB8
Lioncash
2014-12-20 22:38:44 -0500
-
2e5869c939
Merge pull request #316 from yuriks/thread-handle
bunnei
2014-12-20 16:36:01 -0500
-
-
-
-
0e9262885d
Merge pull request #296 from lioncash/dyn
bunnei
2014-12-20 16:24:12 -0500
-
-
993afd3bf0
Merge pull request #310 from lioncash/ssat16
bunnei
2014-12-20 16:23:54 -0500
-
-
58af74d58d
Merge pull request #320 from lioncash/labs
bunnei
2014-12-20 15:40:03 -0500
-
-
2a097f0990
armemu: Should be using labs for USAD8/USADA8
Lioncash
2014-12-20 15:30:06 -0500
-
-
7095c4959b
Merge pull request #311 from lioncash/usada
bunnei
2014-12-20 15:21:25 -0500
-
-
52bc58283d
Merge pull request #313 from lioncash/smlsd
bunnei
2014-12-20 15:18:52 -0500
-
-
1c50a036dd
Merge pull request #314 from lioncash/qsax-qasx
bunnei
2014-12-20 15:18:05 -0500
-
-
d261e77c16
Travis: Try to cache downloaded files to work around sf.net sucking
Yuri Kunde Schlesner
2014-12-20 15:03:29 -0200
-
acabd7be82
Merge pull request #284 from neobrain/pica_progress
bunnei
2014-12-20 12:40:06 -0500
-
-
08f42c2b8c
Pica/VertexShader: Promote a log message to critical status.
Tony Wasserka
2014-12-20 15:31:17 +0100
-
17f31de364
Pica/VertexShader: Small optimization.
Tony Wasserka
2014-12-20 15:19:36 +0100
-
a664574ecb
Pica/VertexShader: Be robust against invalid inputs.
Tony Wasserka
2014-12-19 19:58:21 +0100
-
ad5db467d7
Pica/VertexShader: Clarify a comment.
Tony Wasserka
2014-12-19 19:49:17 +0100
-
871418e62b
Pica/DebugUtils: Further cleanups to LookupTexture.
Tony Wasserka
2014-12-19 19:37:37 +0100
-
88e9efe4b8
Pica/DebugUtils: Fix two warnings.
Tony Wasserka
2014-12-19 19:20:02 +0100
-
6e275778c9
Pica/DebugUtils: Better document LookupTexture.
Tony Wasserka
2014-12-19 19:15:47 +0100
-
e4e9710d18
Pica/Rasterizer: Get rid of C-style casts.
Tony Wasserka
2014-12-19 19:04:13 +0100
-
d81370682f
Pica/DebugUtils: Make a number of variables static.
Tony Wasserka
2014-12-19 18:49:09 +0100