oddMLan
|
01d4ed0bc3
|
Change some error message boxes to warnings
|
2019-04-15 08:58:22 -07:00 |
shygoo
|
6b34e8f77c
|
[Debugger] Add CPU exception breakpoint window
|
2019-01-17 03:34:24 -06:00 |
shygoo
|
4d322191c2
|
[Debugger] Add CPU Log, break and show log/commands window on CPU errors
|
2019-01-14 03:18:43 -06:00 |
shygoo
|
77daf1bad4
|
[Debugger] Add memory locks feature (interpreter)
|
2018-03-17 20:14:52 -05:00 |
zilmar
|
e1c464e309
|
[Debugger] If stepping ops already, ignore finding a memory BreakPoint
|
2018-03-02 18:23:47 +11:00 |
zilmar
|
9729fad9da
|
[Debugger] Add store breakpoints to recompiler
|
2018-02-13 18:16:53 +11:00 |
zilmar
|
622d5d5d3f
|
[Debugger] Fix Read break points
|
2018-02-05 17:43:46 +11:00 |
zilmar
|
076280b9ba
|
[Debugger] Add unaligned write breakpoints
|
2018-02-02 04:28:08 +11:00 |
zilmar
|
3d7e9b40b0
|
[Debugger] Make skip a setting
|
2018-01-17 22:36:28 +11:00 |
zilmar
|
8a85f1e6a4
|
[Debugger] Make waiting for step a setting
|
2018-01-17 08:26:54 +11:00 |
zilmar
|
7e1e7bf39b
|
[Debugger] Change bHaveDebugger to HaveDebugger
|
2018-01-16 08:23:21 +11:00 |
zilmar
|
4b7fafbded
|
Make sure R0 is 0 in Interpreter
|
2018-01-03 19:16:01 +11:00 |
zilmar
|
857f87116e
|
[Project64] Change g_Settings->LoadBool(Debugger_Enabled) to CDebugSettings::bHaveDebugger()
|
2017-09-13 20:08:47 +10:00 |
zilmar
|
10f662da94
|
[Project64] Better handling of div / 0
|
2017-08-31 09:43:58 +10:00 |
shygoo
|
e64a6c5965
|
Debugger: Add stack trace window
|
2017-08-29 23:54:06 -05:00 |
zilmar
|
a61a466776
|
[Project64] Fix up some changes to debugger commit
|
2017-08-21 08:48:31 +10:00 |
shygoo
|
47fd0632ff
|
Add debug features
|
2017-08-18 00:08:22 -05:00 |
zilmar
|
c3d89e8fc1
|
[Project64] Fix Round 0.5 in interpter
|
2017-04-24 07:36:40 +10:00 |
zilmar
|
42084371b7
|
[Project64] Get COP1_D_ROUND_L to use _FPR_D
|
2017-04-24 07:33:35 +10:00 |
zilmar
|
b4fa83e0ad
|
[Project64] Clean up eol blank space InterpreterOps.cpp
|
2017-04-24 07:30:49 +10:00 |
zilmar
|
812dae99f5
|
[Project64] Fix bug in Double_RoundToInteger32 for arm
|
2016-09-24 08:36:14 +10:00 |
zilmar
|
4c0b8d154e
|
[Project64] Remove DSRL32 and DSRA32 from 32bit interpter
|
2016-08-12 23:47:35 +10:00 |
zilmar
|
7e0dd2e83b
|
[Project64] Some code cleanup in InterpreterCPU.cpp
|
2016-08-07 16:18:34 +10:00 |
zilmar
|
433c76446b
|
[Project64] Move more x86 code in to x86/x86RecompilerOps.cpp
|
2016-07-03 15:22:14 +10:00 |
zilmar
|
c8cd2914a6
|
{project64] Move compiling load/store instructions in to x86/x86RecompilerOps.cpp
|
2016-06-29 23:40:36 +10:00 |
LegendOfDragoon
|
32ade84138
|
Implement COP1_D_ROUND_L in cpu interpreter
|
2016-05-22 23:37:45 -07:00 |
LegendOfDragoon
|
b2b10969c9
|
Implement COP1_S_ROUND_L in cpu interpreter
|
2016-05-22 23:20:49 -07:00 |
zilmar
|
b55cc5f78e
|
[Project64] fix up so trunc is in for Visual Studio 2012
|
2016-04-18 17:20:12 +10:00 |
Nicholas
|
1ed5b044b3
|
[Project64] fix issue in 2012
|
2016-02-24 10:06:52 +11:00 |
zilmar
|
e212bee0a4
|
[Project64] Fix rounding code to compile on VS 2008
|
2016-01-18 05:44:19 +11:00 |
zilmar
|
f87c2051b5
|
[Project64] Get the rounding code to use fesetround
|
2016-01-17 17:34:05 +11:00 |
zilmar
|
58f3502bd5
|
[Project64] Sync InterpreterOps32.cpp
|
2016-01-13 20:35:08 +11:00 |
zilmar
|
6164b45b6e
|
[Project64] Sync InterpreterCPU.cpp and InterpreterOps.cpp
|
2016-01-13 20:33:17 +11:00 |
zilmar
|
73549ee72f
|
{Project64] Convert internal strings to be utf8 instead of utf16
|
2015-12-24 07:04:36 +11:00 |
zilmar
|
012e247514
|
[Project64] Remove __interface CMipsMemory_CallBack
|
2015-12-21 18:35:22 +11:00 |
zilmar
|
fcc3a0fa8b
|
Merge branch 'master' of https://github.com/project64/project64
|
2015-12-21 17:01:51 +11:00 |
no
|
9978ef6384
|
s/GFXplugin/GFXPlugin
|
2015-12-19 18:50:17 -05:00 |
|
7d944ac8f5
|
[core] removed extra, unnecessary branch for the NORMAL case
|
2015-12-18 21:20:10 -05:00 |
zilmar
|
5c27d6d1e8
|
[Project64] rename tofix to legacycode
|
2015-12-15 17:01:06 +11:00 |
zilmar
|
17b24f299f
|
[Project64] Get Breakpoint to use char * instead of wchar_t * for filename
|
2015-12-09 22:37:58 +11:00 |
zilmar
|
a429a7fd08
|
[Project64] Create Project64-core
|
2015-12-06 21:05:39 +11:00 |