hrydgard
|
5a69fca0be
|
Add some missing GPL headers, fix building with Platform SDK 6.0, delete unused HTTP code.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@452 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-07 10:29:46 +00:00 |
|
Maarten ter Huurne
|
5ac0c33530
|
Fixed "bcl" instruction in the case where the branch is always taken. The old code would emit a "jne" that can skip the updating of LR depending on the state the host CPU happens to be in.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@451 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-07 07:04:41 +00:00 |
|
masken
|
565a4d28ec
|
Added ExtendedTrace crash logging. Wiimote HLE can now create an L2CAP connection.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@446 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-06 13:41:44 +00:00 |
|
Maarten ter Huurne
|
722ea233a1
|
Align stack to 16-byte boundary when compiling in 32-bit mode with GCC. This is required to run anything on OS X and to support SSE instructions on Linux.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@439 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-05 00:02:53 +00:00 |
|
masken
|
f96d19a1fb
|
Wiimote: added ACL connection setup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@438 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-03 06:50:38 +00:00 |
|
Maarten ter Huurne
|
36058428a0
|
Replaced "unsigned __int64" by "u64".
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@433 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-03 00:02:21 +00:00 |
|
Maarten ter Huurne
|
6e2416b389
|
Replaced "unsigned __int32" by "u32".
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@432 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-02 23:44:54 +00:00 |
|
Maarten ter Huurne
|
36b464cbc8
|
Replaced "unsigned __int16" by "u16".
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@431 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-02 23:32:05 +00:00 |
|
Maarten ter Huurne
|
1154027808
|
Replaced type "DWORD" by "u32", except where "DWORD" is used to access the Windows API.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@429 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-01 22:48:56 +00:00 |
|
masken
|
012041bab5
|
Added puts() HLE, WIIMOTE logging section and experimental virtual connection request.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@427 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-01 21:29:27 +00:00 |
|
gigaherz
|
b1cd01819b
|
replace _DEBUG with LOGGING in the #ifs. Thanks to Xuefer for this change.
also unbroke somethign which shouldn't have been there in the last commit.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@426 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-01 15:18:32 +00:00 |
|
gigaherz
|
b0f51a0b98
|
Reverted the "warning removal" changes because they broke debug building in windows. Used #ifdef _DEBUG to disable those lines in release builds instead.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@424 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-01 14:49:34 +00:00 |
|
XTra.KrazzY
|
10eef7f60e
|
Build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@423 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-01 13:31:24 +00:00 |
|
nakeee
|
4bbfff3cac
|
many warning fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@422 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-01 12:11:08 +00:00 |
|
Maarten ter Huurne
|
cad45aea72
|
Replaced CPFifo by SCPFifoStruct: both were identical and there is no point in having two definitions.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@421 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-01 09:12:30 +00:00 |
|
Maarten ter Huurne
|
0bebbcb5f4
|
Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@408 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-31 14:32:35 +00:00 |
|
hrydgard
|
09406d76c4
|
Fix/workaround at least one class of buffer underruns in the GL plugin. Fix some bad deletes (instead of delete []). etc.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@404 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-31 13:36:52 +00:00 |
|
XTra.KrazzY
|
2f0eb72ba1
|
Added compression support for save states. Decompression is still buggy so compression is off by default.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@401 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-31 09:38:41 +00:00 |
|
hrydgard
|
a9c6a59307
|
don't lookup things in symbol map unnecessarily in the ppcanalyst, helps slowdowns in debugger in debug mode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@400 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-31 08:39:57 +00:00 |
|
hrydgard
|
55c18d1d10
|
some cleanup, don't update the log window too often
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@399 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-31 08:29:43 +00:00 |
|
hrydgard
|
8bd78a21b4
|
Fix Pad_DX9 crash
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@398 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-31 06:53:23 +00:00 |
|
hrydgard
|
af60e06bb0
|
Simulate Wii bootup better (info from wiibrew.org)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@397 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-31 06:52:16 +00:00 |
|
hrydgard
|
b89e56cbcb
|
linux build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@396 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-30 23:30:41 +00:00 |
|
XTra.KrazzY
|
432084ebe7
|
handled state saving IO errors
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@392 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-30 22:36:28 +00:00 |
|
hrydgard
|
005cbbb379
|
Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@390 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-30 22:06:53 +00:00 |
|
hrydgard
|
85565688d7
|
New SaveState folder for states. Removed some outdated code. Removed an unnecessary level of indirection for plugin calls. Assorted cleanup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@389 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-30 19:19:40 +00:00 |
|
hrydgard
|
6b6003c563
|
add zlib include directory to all configurations of Core.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@388 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-30 16:45:07 +00:00 |
|
hrydgard
|
e4825be7a8
|
more statesave bugfixes...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@387 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-30 16:24:45 +00:00 |
|
hrydgard
|
4608333a56
|
State saving progress. Most core state seems to be saved/loaded correctly, not so for video yet unfortunately.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@386 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-30 16:05:32 +00:00 |
|
XTra.KrazzY
|
95eb8f9ef3
|
Save states now work (to some extent). Please report special cases which cause crashes or anything of the sort. Also removed debug messages from state management
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@385 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-30 15:54:44 +00:00 |
|
hrydgard
|
53afa1f900
|
reverted quantizer fix - causes heavy slowdown in some games. I have a better idea :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@383 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-30 13:17:07 +00:00 |
|
hrydgard
|
5ac5a04982
|
More state save code, "proper" fix for the quantizer problem
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@382 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-30 13:06:17 +00:00 |
|
hrydgard
|
ff0a613427
|
Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@381 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-30 12:11:25 +00:00 |
|
XTra.KrazzY
|
2e760d69fe
|
Added save/load state support in the UI
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@375 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-28 21:30:13 +00:00 |
|
XTra.KrazzY
|
531230c03d
|
*another* typo fix. Sorry
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@371 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-28 08:11:40 +00:00 |
|
XTra.KrazzY
|
051c2e0784
|
A lot of save state groundwork. Please notify if compilation breaks because
I haven't compiled
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@368 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-28 07:58:04 +00:00 |
|
Maarten ter Huurne
|
e764723832
|
Fixed warnings about comparison between signed and unsigned integer expressions.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@366 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 16:12:05 +00:00 |
|
Sonicadvance1
|
a5d51aa2ce
|
Linux Speed up
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@362 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 12:47:57 +00:00 |
|
daco65
|
6b718a6936
|
just some typo correction
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@361 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 12:44:29 +00:00 |
|
Maarten ter Huurne
|
105e1c325f
|
Fixed warnings about field initialisation order.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@359 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 12:33:49 +00:00 |
|
Maarten ter Huurne
|
c0da275501
|
Fixed warning about initialisation order. Also made code layout consistent within this file.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@350 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 11:33:45 +00:00 |
|
Maarten ter Huurne
|
b6f82eb871
|
Avoid warning about redefining macro. It would be nice though if someone could add a comment describing what is Windows-specific about the JITting of stb/sth/stw.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@348 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 11:17:50 +00:00 |
|
Maarten ter Huurne
|
f31ae87152
|
Fixed "no newline at end of file" warnings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@341 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 09:27:38 +00:00 |
|
Maarten ter Huurne
|
d720368d48
|
Clear the full size of the EXRAM.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@335 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 01:05:54 +00:00 |
|
XTra.KrazzY
|
7a2cdef912
|
Preliminary video save state support. More work is necessary, this is just some infrastructure for inter-project communication.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@332 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-26 23:40:18 +00:00 |
|
Maarten ter Huurne
|
734586a0ab
|
Include system headers using "#include <file.h>", so GCC will not issue warnings about them.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@331 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-26 23:32:54 +00:00 |
|
Maarten ter Huurne
|
cedb93df9c
|
Use CP_START constant: its value is 0, but using the constant anyway makes the code easier to read.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@325 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-26 13:06:38 +00:00 |
|
Maarten ter Huurne
|
19336445df
|
IsElfWii(): return false if open fails. Also query file size only once.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@324 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-26 13:02:54 +00:00 |
|
Maarten ter Huurne
|
4c54c0cad8
|
Documented the change of rev 320 in a comment, so people reading the code will not be tempted to remove it.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@322 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-26 12:06:43 +00:00 |
|
Maarten ter Huurne
|
fdf02ce331
|
Allow 32-bit writes to the VI: although this is officially not allowed, the hardware seems to accept it (for example, DesktopMan GC Tetris uses it).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@320 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-26 10:20:41 +00:00 |
|