Maarten ter Huurne
|
98277aeda0
|
Fixed build ("file" -> "files"). Made indenting consistent again (tabs or spaces does not matter, but mixing them is evil).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@953 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-25 11:11:20 +00:00 |
|
hrydgard
|
f14fca914d
|
OpenGL - Don't cache pointer to compiled code - cache pointer to NativeVertexFormat instead.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@950 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-25 09:59:00 +00:00 |
|
hrydgard
|
63793c7f4f
|
Missed this one
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@949 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-24 23:36:12 +00:00 |
|
hrydgard
|
72d8c3344b
|
Code movin' and cleanup again, in the GL plugin. Planning to turn NativeVertexFormat into something cachable, instead of locked to each VertexLoader.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@948 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-24 23:08:46 +00:00 |
|
tmator
|
a03f39ac36
|
now core, padsimple and dsp null can be buil in 64bit on osx
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@947 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-24 15:48:36 +00:00 |
|
omegadox
|
63f3e1ab8c
|
Stretch to Fit option works in separate render window now.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@946 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-24 02:29:05 +00:00 |
|
omegadox
|
dc5eaad82c
|
ZTP bloom fix and MP1 and 2 skybox fix, I commented out sonic's hacks and just added comments about them.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@945 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-23 19:01:00 +00:00 |
|
nakeee
|
3b4d8a47b3
|
Config is now one dir up
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@944 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-23 09:11:26 +00:00 |
|
hrydgard
|
4d169987c2
|
Fix debug mode build, fix some profile stuff to not get compiled when profiling is off, cleaned a bit.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@941 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-22 22:35:29 +00:00 |
|
hrydgard
|
4b2c7310b7
|
Move more stuff out of Globals.h in gl plugin. Changed gl plugin precompiled header to a new stdafx.h, you may have to Build->Clean after updating to this rev.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@940 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-22 21:23:40 +00:00 |
|
hrydgard
|
85781409e4
|
Remove OpenGL stuff from Globals.h. Stuff that doesn't use GL shouldn't include it.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@939 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-22 21:02:37 +00:00 |
|
hrydgard
|
39df6c5624
|
Move out Cg shader generators to VideoCommon (hope to use this in the DX plugin in the future). Also move out stats code. Comment a lot and cleanup. Kill DX9 Globals.cpp.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@938 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-22 20:54:40 +00:00 |
|
hrydgard
|
32820d2036
|
Backport Donko's hackfix to DX9 plugin. Move some code around. Add a couple of sanity checks.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@937 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-22 18:39:46 +00:00 |
|
fires.gc
|
ae0f0f8dcd
|
reverted log manager... i hope that i havn't reverted to much but a lot of files are affected. if someone runs in any problems please tell me.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@936 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-22 10:36:26 +00:00 |
|
fires.gc
|
415366634f
|
last WIP wiimote code
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@934 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-22 09:48:54 +00:00 |
|
donkopunchstania
|
bda172f21a
|
dstalpha should is not used to blend fragments. commenting out code fixed missing menu in Metroid Prime, but a proper solution is needed.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@932 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-22 06:54:25 +00:00 |
|
hrydgard
|
1538fd050d
|
Revert bad bugfix :p wasn't a bug at all
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@931 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-21 21:45:13 +00:00 |
|
hrydgard
|
58e3c8df8f
|
Readability, comments, tiny typo bugfix in gl gfx plugin (fix is on line 322 in pixelshadermanager)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@930 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-21 20:34:56 +00:00 |
|
hrydgard
|
e1baf2ead4
|
clip audio correctly in gigaherz' resampler
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@929 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-21 20:27:37 +00:00 |
|
Sonicadvance1
|
9692f3dd9e
|
This is a HUUUUUUUUUUUUUUUUUUUUUUGE commit, Make sure I didn't break too much ;p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@926 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-20 22:31:55 +00:00 |
|
fires.gc
|
6faea5668a
|
wii finds a wiimote now
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@925 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-20 20:30:37 +00:00 |
|
tmator
|
03763372ac
|
first step to get dolphin on osx 64 with a no wx version (WIP)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@924 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-20 17:32:15 +00:00 |
|
John Peterson
|
f59ed4a8c9
|
Some fixes for the log manager. Small change to breakpoint manager.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@918 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-20 07:39:40 +00:00 |
|
fires.gc
|
82cb4c0ca9
|
WIP code for the wiimote ... wii creates a channel with PSM 0x11 now :)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@916 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-19 21:17:08 +00:00 |
|
hrydgard
|
326d97315c
|
Fix build error in debug mode.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@903 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-17 21:05:23 +00:00 |
|
fires.gc
|
636dfdd177
|
wiimote emulation improvements... wpad tries now to read out the HID attribs per SDP
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@902 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-17 18:01:13 +00:00 |
|
fires.gc
|
469310dc14
|
just some simple profiling for the LLE DSP
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@901 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-17 17:59:16 +00:00 |
|
hrydgard
|
7bbd6fda63
|
more gl plugin cleanup, code moving
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@900 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-17 12:08:28 +00:00 |
|
hrydgard
|
dcbc8e78d4
|
Massive style & comment cleanup of (mostly) GL plugin - also split some large files. A minor speedup for BP writes - merged the two switch()-es.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@899 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-17 11:30:14 +00:00 |
|
hrydgard
|
21b0d596e4
|
Kill lots of old outdated comments. Some new comments added. Misc style fixes. No effect on emulation.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@894 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-16 22:06:06 +00:00 |
|
hrydgard
|
caf0d58047
|
Further tiny XFB speedup: baked the bias constants into the R tables, and switched to aligned writes, and made sure efb_buffer is aligned.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@890 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-16 08:11:03 +00:00 |
|
Sonicadvance1
|
dfd332e149
|
Some more Work done with Microphone, added a Semi-decent way of checking for Mic Button
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@888 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-16 01:15:15 +00:00 |
|
hrydgard
|
b5b0a4efcb
|
Fix mirrored XFB problem properly.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@887 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-15 23:58:13 +00:00 |
|
hrydgard
|
34a4fee1c5
|
Substantial XFB speedup. There's more to get though, for example by using a shader for color conversion instead - but i like having a fast CPU implementation too. Also adds some sanity checks. PAL games still have problems.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@885 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-15 21:29:44 +00:00 |
|
Sonicadvance1
|
15d58692fd
|
Revert since It flips Commercial games that use XFB + 3D, but makes Homebrew that uses ONLY XFB look correct the old way. Annoying
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@883 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-15 21:19:24 +00:00 |
|
Sonicadvance1
|
1972f9bf70
|
Flips the XFB around and some other things
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@881 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-15 21:12:43 +00:00 |
|
donkopunchstania
|
bbbe898839
|
added option to use XFB in GL, but XFB support still needs work. modified viewport to include scissor offset.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@879 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-15 14:07:03 +00:00 |
|
fires.gc
|
8e3bd6781e
|
added compile time assertion for _SECURE_SCL=0. It is very important that all libraries are compiled with the same _SECURE_SCL if you want to share STL functions between libraries.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@876 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-15 12:40:31 +00:00 |
|
XTra.KrazzY
|
b7e9a988f7
|
Started work on HLE Zelda UCode.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@853 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-13 23:00:35 +00:00 |
|
Sonicadvance1
|
41b72ffc8b
|
Fixes Wario World for using an Invalid Texture coordinate, Tell me if it breaks anything
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@852 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-13 21:59:51 +00:00 |
|
Sonicadvance1
|
dec94518e7
|
Add CPUCompare variables to INI file and also make the gamelist look sexy on all platforms, not just Win32
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@849 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-13 16:45:17 +00:00 |
|
hrydgard
|
fdba232644
|
Revert part of Omega's change - ctaxi works again
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@846 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-12 21:18:10 +00:00 |
|
daco65
|
c8c160b430
|
Patch by omegadox. fixed bloom
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@844 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-12 15:12:51 +00:00 |
|
fires.gc
|
3763b365d1
|
small improvements of the LLE plugin
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@840 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-11 17:21:00 +00:00 |
|
John Peterson
|
ba88ebaecb
|
Made the volume setting not dependent on numSamples. It moves around a lot and depends on how fast the game run and this volume setting should probably not depend on that. I'm still unsure about the right volume steps and if pb.mixer_control has the target volume.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@839 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-11 14:35:29 +00:00 |
|
fires.gc
|
316527dd6d
|
missing file
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@838 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-11 08:44:21 +00:00 |
|
fires.gc
|
f9bd977ffd
|
some HLE LLE stuff :)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@837 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-11 08:43:50 +00:00 |
|
John Peterson
|
4d93e126de
|
Strangely this seemed to make the music works better. Skies is now back to playing 40-something blocks instead of just 10. The RE music worked better. Could just reading from memory have an effect on things?
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@836 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-11 08:06:57 +00:00 |
|
John Peterson
|
be39c869cc
|
Small change
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@835 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-11 07:38:14 +00:00 |
|
John Peterson
|
3043bd6003
|
Moved updates closer to how it actually should work. It's still a little buggy, perhaps because of some kind of timing issue. In RE Remake it seems like the music stopped sometimes, and sometimes to many blocks were running. The Skies music didn't seem to work very well either.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@834 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-10-11 07:28:18 +00:00 |
|