hrydgard
|
9626b3bc42
|
Fix shader cache bugs, improving linux speed. Remove some unnecessary printfs.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@153 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-08 19:46:04 +00:00 |
|
hrydgard
|
c8c1d2d905
|
Enable more parts of the JIT under linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@152 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-08 17:52:37 +00:00 |
|
hrydgard
|
b370386983
|
static-ified a lot of vars to prevent name collisions with plugins, other cosmetic stuff, prep for jit debug
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@147 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-07 21:29:15 +00:00 |
|
hrydgard
|
ac366022f4
|
Fix linux build and a crash. hrm, how did it work before...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@146 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-07 19:20:51 +00:00 |
|
hrydgard
|
84b3522c24
|
Fix build on linux (grr), minor ABI fix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@142 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-06 20:23:53 +00:00 |
|
hrydgard
|
94a5ab087a
|
Silence stupid messagebox in windows, and simultaneously fix a future linux problem :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@138 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-05 23:39:58 +00:00 |
|
hrydgard
|
494c1f3187
|
JIT works in linux with ALL OPTIMIZATION OFF - well, at least it's faster than pure interpreter :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@128 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-03 16:56:31 +00:00 |
|
hrydgard
|
e7786f3934
|
fix linux build, last njoy commit broke it :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@127 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-03 09:21:04 +00:00 |
|
hrydgard
|
f895edc10d
|
add simple PC logging facility for debugging. not enabled by default.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@125 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-01 20:36:14 +00:00 |
|
hrydgard
|
e5940d12dc
|
Build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@123 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-01 15:49:15 +00:00 |
|
hrydgard
|
9a4c66e066
|
More linux...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@122 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-01 13:59:37 +00:00 |
|
hrydgard
|
814af6c7b9
|
More linux prep
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@121 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-01 09:30:04 +00:00 |
|
hrydgard
|
73a8bb9b2f
|
Fixed project file and removed linux debug code
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@120 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-08-01 08:45:56 +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
|
3b4a9e06c2
|
fix typo in unused function, try to fix linux 32-bit opengl
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@117 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-31 21:23:30 +00:00 |
|
hrydgard
|
0c21d95606
|
bugfix, more...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@116 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-31 21:02:19 +00:00 |
|
hrydgard
|
523ca5a682
|
gah, fixed accidentally reverted SConstruct
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@115 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-31 20:25:30 +00:00 |
|
hrydgard
|
d8fa3113ea
|
Cleanup, preparations for Linux/Mac JIT (not yet working)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@114 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-31 20:22:35 +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 |
|
hrydgard
|
c04011f117
|
removed unnecessary error message.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@99 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-29 23:32:57 +00:00 |
|
hrydgard
|
7894e6c9e9
|
Fix bug that made it impossible to even try to boot LLE bios (not tested). Also add ability for Patches/ INI files to override dual core and optimizequant.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@94 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-29 21:16:33 +00:00 |
|
hrydgard
|
27a141ecca
|
Just submitting some boring minor cleanup and improved error msgs, to isolate my next change.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@92 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-27 20:51:02 +00:00 |
|
hrydgard
|
3c71be6100
|
Improved some error msgs, added preliminary memory view window, split plugin ini files.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@42 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-21 18:42:44 +00:00 |
|
hrydgard
|
36f8b9751a
|
Better error messages, Dolphin will create save directories if not present.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@37 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-20 21:20:22 +00:00 |
|
hrydgard
|
4175db3aa3
|
Show SVN revision in plugin title bars too.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@36 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-20 15:36:18 +00:00 |
|
hrydgard
|
925e94dc7a
|
Revert accidentally submitted ini files
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@35 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-20 15:16:31 +00:00 |
|
hrydgard
|
eaaea3da94
|
Attempt at auto update SVN revision in title bar - let's see if it works for everyone, sorry Sonic, you'll have to find a linux solution (see svnrev_template.h). Also adds some smash bros cheats.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@34 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-20 15:12:12 +00:00 |
|
hrydgard
|
461077b1a1
|
More GFX plugin cleanup, still no visible changes.
New right-click popup menu in game list - allow editing patch files easily.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@31 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-20 12:26:32 +00:00 |
|
hrydgard
|
b3c55018a6
|
More common things moved out from the GFX plugins. No visible changes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@27 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-18 19:33:55 +00:00 |
|
hrydgard
|
91ccda69ef
|
Split a couple of huge files up, to make them easier to handle.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@24 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-17 21:09:18 +00:00 |
|
hrydgard
|
711b1e0016
|
Started to extract common parts of the two gfx plugins into a new library (VS2008 users, sorry :)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@22 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-17 20:29:04 +00:00 |
|
hrydgard
|
d23af1a15e
|
New LockThreads option. Also added new INI core option - OptimizeQuantizers. Set to False to work around Resident Evil 1 bug (this will slow down other games somewhat).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@20 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-17 18:51:53 +00:00 |
|
hrydgard
|
009a452fbf
|
VS2008 project files.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@14 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-16 22:19:06 +00:00 |
|
hrydgard
|
03814840f5
|
Throttle reactivated. It's not very good, though.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@13 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-16 21:07:18 +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
|
cbb3c55641
|
Started backport of features from OpenGL to D3D plugins (no visible effects yet). Some minor cleanup and checks. Deleted unnecessary file from SVN.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@9 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-15 20:11:18 +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 |
|
hrydgard
|
a3be5d89ae
|
Test commit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-12 10:38:53 +00:00 |
|
hrydgard
|
5599855cf9
|
Initial directory structure.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-07-12 08:33:41 +00:00 |
|