omegadox
|
eb0cab140f
|
Some code cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2768 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2009-03-28 08:57:34 +00:00 |
hrydgard
|
c64bae837f
|
Initial work on F-Zero - map & gameconfig. Far from playable - wacky math errors. NOTE: The game only boots if you disable LoadStore in the debugger window menu.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1941 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2009-01-19 21:42:24 +00:00 |
LPFaint99
|
7afc53c3a1
|
Revert r1861
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1879 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2009-01-16 02:58:34 +00:00 |
LPFaint99
|
f1a3bc1397
|
Move #include <window.h> from all files that include it and common.h to common.h
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1861 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2009-01-13 04:23:26 +00:00 |
bushing
|
49cfded60b
|
set svn:eol-style=native for **.cpp
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1442 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 05:30:24 +00:00 |
Maarten ter Huurne
|
1f66120671
|
32-bit Linux fix: check result of mmap(): if it fails, it returns MAP_FAILED, which is not equal to 0. Also print error message associated with errno.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@554 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-17 08:08:22 +00:00 |
Maarten ter Huurne
|
f70819197a
|
Changed return type of Find4GBBase() to u8*, since it really is a pointer (all callers were typecasting it to u8*).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@553 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-09-17 07:58:17 +00:00 |
Maarten ter Huurne
|
936bfbd867
|
Implemented Find4GBBase() on 32-bit non-Windows platforms. I am not sure the pointer acquired is any good though.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@266 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-22 10:38:53 +00:00 |
hrydgard
|
53ee26711e
|
More linux work. Getting a bit closer, but JIT does still not work.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@119 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-01 08:37:19 +00:00 |
hrydgard
|
d1140d999d
|
Blargh, 109 broke things, reverted most of it.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@112 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-31 06:37:47 +00:00 |
hrydgard
|
5698cbde2f
|
Various linux stuff - JIT does not work yet :(
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@109 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-30 22:17:52 +00:00 |
Sonicadvance1
|
1d175eadd7
|
Linux: Fixes so it compiles in 32bit. Now a Config dialog for the video plugin, Linux only, if you want to change for Windows, work on it
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@61 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-23 08:49:58 +00:00 |
hrydgard
|
ea934759e1
|
Mostly cleanup and some better crash messages. Also enabled partial block linking (see JitCache.cpp), should give a small speedup but may cause problems, please report!
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@12 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-16 20:50:16 +00:00 |
hrydgard
|
8248a8d137
|
Reduce contiguous memory space requirement in 32-bit mode slightly. Could help some people who get the error message.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-14 19:02:05 +00:00 |
hrydgard
|
775dc8a9c0
|
Initial megacommit.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-12 17:40:22 +00:00 |