Maarten ter Huurne
|
bbeca155de
|
Added "const" to the data type. This fixes loads of compile warnings and the resulting file seems to still be a valid XPM (in fact, some of the files already had "const").
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@349 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 11:24:16 +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 |
|
XTra.KrazzY
|
a0ae17c5ff
|
Fixed message box calls (they aren't even necessary, just checking whether the saving made it into the VideoCommon library
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@345 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 10:01:46 +00:00 |
|
Maarten ter Huurne
|
f8d7231be8
|
Fixed "no newline at end of file" warnings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@342 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 09:27:57 +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
|
4aa233f1f6
|
Only include <windows.h> when compiling for Windows.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@340 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 09:07:02 +00:00 |
|
Maarten ter Huurne
|
7d0bf8a101
|
Fixed "no newline at end of file" warning.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@339 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 09:05:52 +00:00 |
|
daco65
|
f55722e288
|
Fix for XK's commit. XK, if its wrong punch me in the face
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@337 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 01:45:31 +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 |
|
Maarten ter Huurne
|
0f3e8ddced
|
On platforms where the OpenGL library uses the CDECL calling convention, the stack should be increased after making a call.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@334 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-27 01:04: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
|
59974dfb5b
|
Only use "-fPIC" for compiling objects that will be part of dynamic libs. Make SConscripts inherit the compile flags from the top level instead of overriding them.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@329 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-26 22:28:42 +00:00 |
|
Maarten ter Huurne
|
0ebba1bde0
|
Restructured main SCons file in the same way as the one for the GL plugin.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@328 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-26 21:02:23 +00:00 |
|
Maarten ter Huurne
|
93f45b773c
|
Fixed typo introduced in rev 323.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@327 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-26 14:09:59 +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
|
ef6fb30b3c
|
Refactored BlobReaders: instead of constructor + IsValid() method, a factory method is used which returns NULL if no valid BlobReader could be created. The new code does more sanity checks and leaks less objects.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@323 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-26 12:40:09 +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
|
8e69d942e9
|
Implemented querying file size on POSIX. Also fixed size rounding of mmap() on POSIX.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@321 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-26 11:44:17 +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 |
|
hrydgard
|
236bb74c92
|
Forgot to move some enums.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@315 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-25 21:15:52 +00:00 |
|
hrydgard
|
84336bd7b6
|
little Logwindow feature - enable/disable all logs
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@314 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-25 21:02:56 +00:00 |
|
hrydgard
|
ab4333ebac
|
Small build fix, re-add CPU check
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@313 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-25 20:43:37 +00:00 |
|
hrydgard
|
fd188ec09e
|
Switch between JIT and Interpreter at runtime using the debug window (pause first!)
Plus assorted cleanup & fixes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@312 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-25 20:34:11 +00:00 |
|