hrydgard
|
af501556b3
|
Comment out slightly annoying error message - not even sure that creating a directory that exists should be called an error.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1558 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-17 00:57:55 +00:00 |
Sonicadvance1
|
5241b51d5f
|
More work on BBA. Endianess problems are yes. I have no idea what I'm doing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1556 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-16 07:24:04 +00:00 |
Sonicadvance1
|
f2686589e9
|
Just a few spelling mistakes in both the DX9 and GL shader, probably won't change anything for games, but it's best to be correct in the code
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1555 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-16 03:34:06 +00:00 |
hrydgard
|
7b4f6ba255
|
remove annoying error message when state saving
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1554 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-16 00:44:50 +00:00 |
hrydgard
|
b3fc3b16da
|
small ps bugfix and another couple of instructions implemented
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1553 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-16 00:21:17 +00:00 |
hrydgard
|
a4fc0da8cc
|
activate code reordering for better branch merging... it seems to work :P let me know if this breaks something.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1552 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-15 23:11:42 +00:00 |
hrydgard
|
3de4df29a3
|
merge cmp/branch when possible. smaller than expected (nearly unnoticable) speedup :P slightly bigger if you enable line 291 in ppcanalyst.cpp, but that's not fully tested yet.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1551 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-15 22:57:11 +00:00 |
hrydgard
|
060523a805
|
Consolidate all jit integer compare ops into one function.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1550 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-15 21:05:37 +00:00 |
hrydgard
|
a44c421d01
|
Somewhat faster CR flag storage. Doesn't really make that much of a difference - but opens a possibility to merge cmp instructions with their following conditional branches in an efficient way.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1549 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-15 20:41:59 +00:00 |
hrydgard
|
5c831a934b
|
More CR usage cleanup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1548 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-15 19:40:12 +00:00 |
hrydgard
|
866d4e6bc8
|
Consolidate some compare instructions in JIT, preparations for separate CR flag storage, misc other cleanup in cpu core.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1547 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-15 19:22:34 +00:00 |
nakeee
|
4b5cfed314
|
forgot include
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1546 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-15 11:03:02 +00:00 |
nakeee
|
7f8cc4ec62
|
more nowx fixes
disabled njoy test build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1545 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 23:52:01 +00:00 |
hrydgard
|
7790afb1f3
|
add (disabled) instruction reordering pass to PPCAnalyst. intent is to move cmp instructions towards their conditional branches, and merge them wherever possible.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1544 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 23:22:56 +00:00 |
nakeee
|
b0f17043bd
|
new MsgHandler replacing common
Most things moved to macros
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1542 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 22:00:18 +00:00 |
hrydgard
|
a46392f243
|
linux build fix, hopefully
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1541 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 21:55:10 +00:00 |
hrydgard
|
1a8cbd7b95
|
Cleanup AOSoundStream, fix audio pitch in linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1536 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 20:18:21 +00:00 |
hrydgard
|
64a74c2ba4
|
Only initialize the Wiimote plugin if booting in Wii mode.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1535 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 20:01:01 +00:00 |
hrydgard
|
0412d0811a
|
Fastmem for linux. Not yet activated, Cg goes nuts, for some reason.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1534 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 18:25:33 +00:00 |
hrydgard
|
bddc78383e
|
Fullscreen option temporarily removed from Linux build since it doesn't actually work.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1533 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 17:37:59 +00:00 |
hrydgard
|
7eefb7743b
|
Get the "MemTools" and backpatching code to build on linux. Not yet activated.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1532 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 17:29:13 +00:00 |
hrydgard
|
f3eda7d85a
|
GL: Don't create a new texture every time the contents of one is updated. Probably not a noticable speed boost, but still .. it's good to be nice to GL :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1531 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 14:28:41 +00:00 |
memberTwo.mb2
|
b5b43f9408
|
Change PanicAlert for _dbg_assert_msg_ in case of PI_RESET_CODE (i122).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1530 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 13:55:12 +00:00 |
nakeee
|
03088eee2f
|
returned WXpanicalert
it should be extended to get a message
and the code in common.cpp cleaned up
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1529 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 12:30:37 +00:00 |
hrydgard
|
162351d832
|
Fix a number of bugs in the ppc disassembler, causing valid instructions to show up as (ill). Also fix some broken indentation. Plus a panicalert for illegal instructions in ppctables. Remove some deprecated compiler flags.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1528 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 11:57:35 +00:00 |
nakeee
|
cdf64b8199
|
wxgl works sometimes on dual core but hardly ever on single
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1527 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 11:19:02 +00:00 |
nakeee
|
77aaf18d21
|
use opengl_makecurrent before save
and 2 small sdl/wx changes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1526 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-14 00:31:47 +00:00 |
nakeee
|
bb817fbced
|
scon fixes SDL compiles
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1525 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-13 23:19:56 +00:00 |
nakeee
|
2c66b9d36f
|
wxgl fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1524 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-13 22:40:10 +00:00 |
hrydgard
|
f225f92f4d
|
Tatsunoko has DVD trouble. This prevents it from corrupting RAM. This doesn't make the game work, though.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1523 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-13 19:55:04 +00:00 |
nakeee
|
3c2a41c290
|
linux compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1522 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-13 19:49:19 +00:00 |
hrydgard
|
522752c77d
|
small speedup of logmanager, minor logging improvements, misc code standard improvements, replace a crash with an error message in ppcanalyst
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1521 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-13 16:58:06 +00:00 |
memberTwo.mb2
|
82cd659638
|
Fix time in some games (AC and ZWW at least). Many games doesn't use RTC but TBRs. So a TB offset is initialized at boot with localtime now. There are, indeed, side effects since time is CPU cycle dependent in this case.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1519 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-13 11:57:01 +00:00 |
LPFaint99
|
d1712f15ca
|
MemcardManager and GCMemcard fixes/code cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1518 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-13 11:30:00 +00:00 |
LPFaint99
|
984a3ad699
|
Disable ETH device so that games that use it do not crash, mariokart GC should boot now. thanks to Chilango for testing the fix. Also rearange functions in GCMemcard to a more logical order
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1517 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-13 07:07:52 +00:00 |
hrydgard
|
0d424e109c
|
might fix up nJoy, thanks sl1nk3
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1516 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 20:35:46 +00:00 |
hrydgard
|
4e1e220e71
|
Cleanup, some BOOL removal. tested to work, unlike a certain other change :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1515 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 17:59:33 +00:00 |
hrydgard
|
537cf69cce
|
Revert 1513
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1514 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 17:36:12 +00:00 |
nakeee
|
8fa5b24472
|
made BOOL into s8
I tried hard not to break windows code but please check
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1513 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 12:56:11 +00:00 |
nakeee
|
d61cbd747f
|
Small linux fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1512 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 11:57:15 +00:00 |
omegadox
|
8149e1481a
|
revert
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1511 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 11:27:50 +00:00 |
nakeee
|
13acef8793
|
compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1509 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 10:42:18 +00:00 |
omegadox
|
2c9f66e3b2
|
some fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1508 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 10:33:02 +00:00 |
nakeee
|
bd1aa13182
|
can someone test it on win?
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1507 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 08:53:15 +00:00 |
omegadox
|
45201abb9e
|
PanicAlert, PanicYesNo, AskYesNo now use wxMessageBox. Also some very minor fixes in Fill'N'Slide.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1506 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 08:47:13 +00:00 |
omegadox
|
ffae8c51d6
|
Fill 'N' Slide fixes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1505 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 08:12:09 +00:00 |
LPFaint99
|
3e33e06844
|
memcardmanager: lots of code cleanup a few minor fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1504 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 07:14:37 +00:00 |
omegadox
|
b743aad2a5
|
Added Action Replay logging support to the AR window and possible Fill 'N' Slide fix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1503 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 06:44:02 +00:00 |
Shawn Hoffman
|
66536235e6
|
compiletime warning fixes, possible wxw crashes fixed, disable build of njoy_test until it's more mature.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1502 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-12 03:38:50 +00:00 |
nakeee
|
835f38c6e0
|
osx compile fixes + wx latest non working try
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1501 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-11 22:08:44 +00:00 |
daco65
|
607f5b289f
|
build fixings
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1500 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-11 15:12:17 +00:00 |
nakeee
|
c2fd281a49
|
a bit more work still seg faults..
wonder why..
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1499 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-11 11:37:26 +00:00 |
LPFaint99
|
cf987d255d
|
Memcardmanager fixes. Fix for missing return values in switch statement, fix for return value from importfile
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1498 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-11 06:20:39 +00:00 |
nakeee
|
aa9b2e1073
|
forgot 2 files
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1495 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 23:41:33 +00:00 |
nakeee
|
f395257edc
|
added scons wxgl flag
remove OSX64 define
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1494 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 23:39:59 +00:00 |
nakeee
|
32a7c530e6
|
define mess and some other small fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1493 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 23:23:05 +00:00 |
hrydgard
|
c26c92cffd
|
Fix some silly BOOL confusion
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1492 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 23:05:57 +00:00 |
hrydgard
|
0ad52a4fee
|
Workaround for StringFromFormat-under-linux problem, random cleanup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1491 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 22:36:26 +00:00 |
nakeee
|
61392ba692
|
make bool signed
now -1 can be a maybe
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1490 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 22:00:48 +00:00 |
hrydgard
|
4d013ec5df
|
Fix some sprintf warnings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1489 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 21:24:07 +00:00 |
hrydgard
|
ff776ce7cf
|
Some fixes to nJoy. No more trying to read non-existing buttons (dunno about axes, but i got warnings about the buttons),
Also some code standard cleanup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1488 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 21:23:15 +00:00 |
nakeee
|
b0d959832d
|
fixed typo:)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1486 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 21:07:11 +00:00 |
nakeee
|
900407c1fe
|
scons osx cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1485 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 18:33:13 +00:00 |
Shawn Hoffman
|
761dfca9ed
|
add bba to windows build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1482 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 10:15:40 +00:00 |
nakeee
|
f82ee1faa6
|
first time I had to remove wxT() to make it compile:)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1481 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 09:57:15 +00:00 |
Sonicadvance1
|
6b6aa1bb17
|
Adding Current BBA code. Very much thanks from Masken of Whinecube. Doesn't work yet, so it's disabled saying it's not present. Byte swap problems for it not working? Will continue working. Someone in Windows needs to add the files to the project.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1480 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 09:46:44 +00:00 |
Shawn Hoffman
|
514826f282
|
Fix up wxw asserts and exceptions caused by: the "booting..." msg, hacked up tooltips in the debugger, and the staticbitmaps in wiimoteframe.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1479 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 08:57:57 +00:00 |
Sonicadvance1
|
2cbef47d0e
|
Holy Crap Batman! nJoy Testing changes. Anyway, this makes axises actually work for buttons. It needs cleaned up still. Buttons dont work as axises yet, will work on that later.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1477 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 03:49:17 +00:00 |
LPFaint99
|
4f40c79345
|
Adds a right click menu options to memcard manager, whether to use pages\ how many saves per page, which columns to show/hide
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1476 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 02:41:55 +00:00 |
omegadox
|
e80c190602
|
Some plugin name fixes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1475 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-10 00:53:42 +00:00 |
Sonicadvance1
|
c889d03829
|
Use MIME type as backup to extension, just in case extension fails.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1470 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 23:27:08 +00:00 |
Sonicadvance1
|
05d2e470bf
|
Made opening the ISO file more safe, so it doesn't seg fault when it can't find the filetype from extension and etc.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1469 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 23:19:44 +00:00 |
hrydgard
|
0e47a7986d
|
Fix filesize computation broken by XtraKrazzy in R1405
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1468 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 22:54:57 +00:00 |
hrydgard
|
e450578710
|
TLB hack plus some project changes. I only get a Konami logo though in MGS. Sonic1, plz fix :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1467 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 22:20:50 +00:00 |
hrydgard
|
f51a08c604
|
fix nogui build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1466 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 22:08:40 +00:00 |
nakeee
|
8fdfe2583c
|
scons fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1464 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 21:46:32 +00:00 |
John Peterson
|
61f6c097f4
|
Wiimote status: disabled logging
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1463 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 21:46:12 +00:00 |
hrydgard
|
d01e05b7b5
|
make all disassembler calls threadsafe .. hopefully.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1462 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 21:24:12 +00:00 |
hrydgard
|
6bf333c893
|
Remove WX stuff from core (boo!)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1461 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 20:33:40 +00:00 |
nakeee
|
736409632e
|
compile fix on linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1460 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 18:10:16 +00:00 |
John Peterson
|
7f7f4e8ac2
|
Build settings: Fixed the win32 Release linking with a /NODEFAULTLIB:msvcrt.lib, DebugFast still doesn't link
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1459 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 17:07:26 +00:00 |
John Peterson
|
743a12f53e
|
Made the Wiimote status go away in GC mode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1458 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 14:57:55 +00:00 |
John Peterson
|
5c75ba6177
|
Fixed DebugFast wxAdv28 build to avoid wxOnAssert linking errors
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1457 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 14:07:51 +00:00 |
John Peterson
|
3c63813971
|
Fix to commit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1456 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 05:41:55 +00:00 |
John Peterson
|
fee145244c
|
Wiimote: Added optional status icons for the Wiimote speaker and leds. And a few other small changes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1455 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 05:37:15 +00:00 |
Shawn Hoffman
|
668337eb84
|
convert the register window to wxGrid, allows multiplatform colors. fix wxw debug build error msg.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1454 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 05:29:14 +00:00 |
John Peterson
|
5ede71fb84
|
Turned on logging with debugging in windows
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1453 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-09 03:14:44 +00:00 |
hrydgard
|
b3421467ad
|
add support for all seek modes (wii nand file i/o)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1451 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 22:02:06 +00:00 |
memberTwo.mb2
|
9d3d76837e
|
Fix logging at startup (i383).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1450 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 21:38:38 +00:00 |
bushing
|
8566df386b
|
oops
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1449 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 11:59:51 +00:00 |
bushing
|
f0758fc3e2
|
begin using GetUserDirectory()
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1448 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 11:34:26 +00:00 |
bushing
|
d5c9afd449
|
Xquartz doesn't support XF86VidMode, nor does it support fullscreen mode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1447 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 09:58:02 +00:00 |
bushing
|
d26dabd3b9
|
redefine LOGV macro to avoid use of __Logv -- makes compiling easier
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1446 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 09:56:05 +00:00 |
bushing
|
cda50a3a82
|
add missing include
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1445 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 09:55:02 +00:00 |
bushing
|
6f21c69828
|
Look for plugins in Dolphin.app/Contents/PlugIns on OS X
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1444 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 09:53:38 +00:00 |
bushing
|
05e9ae0f6f
|
chdir to ~/Library/Application Support/Dolphin on OS X, to place our user root there
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1443 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 09:52:30 +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 |
bushing
|
901fe7c00f
|
set svn:eol-style=native for Plugins/**.cpp
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1441 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 05:25:12 +00:00 |
bushing
|
30c883bcfc
|
set svn:eol-style=native for **.h
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1438 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 04:46:09 +00:00 |
bushing
|
bbb98d8e2e
|
testing svn:eol-style=native on one file
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1436 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2008-12-08 03:32:03 +00:00 |