Commit graph

1131 commits

Author SHA1 Message Date
sepp256
30c1e0611b Improvements to VI timing. Preserve DEBUG on screen when displaying load icon. 2010-05-28 12:25:13 +00:00
emukidid
02d3207966 Save states now mute audio, fixed fclose to be gzclose, cleaned up naming code, added save creation check. 2010-05-28 08:34:15 +00:00
sepp256
70ee975465 Prevent loading icon from blanking out screen. 2010-05-28 03:22:40 +00:00
sepp256
f3dd187050 Quick fix for games that start with audio.
Updating Debug text before rendering gfx was killing something.
Work out a real fix later.
2010-05-28 03:22:14 +00:00
sepp256
2765ee373e Fixed EFB copying when when FPS > VI/s. 2010-05-28 03:21:53 +00:00
tehpola
67ae68a620 Merging 64-bit branch comparisons into ps3 branch. 2010-05-28 03:19:46 +00:00
sepp256
35b283146e Some fixes to matrix loading.
Tweaked credits.
2010-05-28 01:59:34 +00:00
tehpola
a8f8e41942 Adding some missing items to the change log, updating the settings and controls section. 2010-05-27 22:56:13 +00:00
tehpola
a6893baa17 Partially updating documentation for Beta 1.1. It still needs the settings and controls sections updated. 2010-05-27 22:49:58 +00:00
tehpola
bee23ca663 Updating my copyright dates. 2010-05-27 22:48:53 +00:00
tehpola
c3fc96564a Merging previous commit from tehpola branch: use 32-bit branch comparisons when they are comparing known 32-bit values. 2010-05-27 22:47:40 +00:00
tehpola
ba8f8bda35 Only do 64-bit branch comparisons if the operators are mapped as 64-bit or not mapped at all. 2010-05-27 22:46:55 +00:00
tehpola
f9b3b1ac92 Merging previous changes from tehpola branch to trunk: don't invalidate high word in a read-32-bit-after-64-bit-write, and do all branch comparisons as 64-bit. 2010-05-27 22:42:02 +00:00
tehpola
5861bd8d4a 64-bit branch comparisons. Currently this will always do the 64-bit branch comparisons even if it can tell that its not necessary. I will try to improve on that after I verify this works. 2010-05-27 20:59:12 +00:00
tehpola
c6a0784969 Fix to 32-bit GPR mapping behavior (no longer invalidate upper 64 bits regardless of whether they are dirty); however this doesn't really fix the root cause of eg DK64 issues. 2010-05-27 20:33:44 +00:00
sepp256
353f431b9e Added Force 16:9 screen mode.
Cleaned up some comments in glN64_GX.
2010-05-27 19:59:31 +00:00
sepp256
9c1751ef58 Added pillar box in-game mode for 16:9 AR.
Todo: Make a 3rd option for 16:9 menu and 4:3 in-game.
2010-05-27 19:58:54 +00:00
sepp256
6dcae06591 Fixed projection matrix for Rects.
Adjusted fog parameters.
2010-05-27 19:58:17 +00:00
tehpola
28d97506d8 Committing latest from tehpola branch. This includes a recompiled MTC0, having PowerPC_func_node's addresses be full 32-bit integers, and the rounding mode quick-fix. 2010-05-27 19:50:33 +00:00
sepp256
932a2efa8a Reverting DVD reading to r567 for Beta 1.1 release because current code doesn't work with non-chipped wii's. 2010-05-27 19:48:19 +00:00
sepp256
e31176063a Added L/R and +/- navigation between tabs in the Settings Frame. 2010-05-27 19:47:10 +00:00
sepp256
210ff8a8f4 Added Filebrowser navigation between pages using L/R and +/- buttons.
Adjusted focus on each page to default after "." and ".." entries.
2010-05-27 19:46:21 +00:00
emukidid
26160f077d Better attempt at dvd ppc reset. 2010-05-27 14:15:29 +00:00
emukidid
547d0bd432 Fixing encapsulation on rom_read() 2010-05-27 14:13:45 +00:00
sepp256
ba2746d4f5 Fixed some Settings Frame button navigation. 2010-05-27 01:58:18 +00:00
sepp256
e7be4bcbc0 Added alternate Menu Combos for all controller types. 2010-05-27 01:56:52 +00:00
tehpola
3f92ac0114 Fixed up accelerometer-based input. 2010-05-26 23:14:30 +00:00
emukidid
8b77dba06b DVD from PPC now complete :) 2010-05-26 22:23:04 +00:00
sepp256
5b7544e07f Change to 512kB max texture meta. 2010-05-26 16:41:50 +00:00
tehpola
e5670b59cf Porting MTC0 and FP rounding mode quick fix from tehpola branch. 2010-05-26 16:40:59 +00:00
tehpola
e94d868aad FP rounding mode quick-fix: set the rounding mode to nearest after any instruction that changes it. 2010-05-26 16:39:08 +00:00
sepp256
281c840f7d Limit Texture cache meta data to 1MB. 2010-05-26 16:37:27 +00:00
sepp256
5fa0f75ab1 Added buttons for saving Controller Config to file and for selecting which slot to autoload into current_config. 2010-05-26 16:36:55 +00:00
sepp256
67e584d299 Fixed Loading Icon so it doesn't move around. 2010-05-26 16:36:29 +00:00
sepp256
ef2a529bcd Updated credits text. 2010-05-26 16:36:04 +00:00
sepp256
b27f04e96a Load button mapping now loads only the 4 slots and then copies either default or one slot to the current mapping.
This setting needs to be added to the Settings Frame.
2010-05-26 16:35:41 +00:00
sepp256
093f5b7c3c Updated meta.xml 2010-05-26 16:35:17 +00:00
sepp256
2d4725feb3 Added Load/Save of current Button config to file. 2010-05-26 14:26:53 +00:00
sepp256
003873c67f Fixed Loading Button Config from file. 2010-05-26 14:26:27 +00:00
sepp256
f1d907a237 Polished button config frame graphics.
Added color to input status icons.
2010-05-26 14:26:05 +00:00
sepp256
f1d0b59633 Added Save/Load controller configs.
Fixed compiler warning for FileBrowserFrame.
Note: Button configuration does not seem to be saving/loading properly.
2010-05-26 14:25:39 +00:00
sepp256
4f0934ac1b Reverting r566 changes, which broke all games. (Freeze on "Play Game") 2010-05-26 14:25:12 +00:00
tehpola
62ee5b9c5f MTC0 partially recompiled and partially tested. 2010-05-26 14:20:01 +00:00
emukidid
f72fcfc206 Setting the correct length for 0xD0 DVD Reads 2010-05-26 14:17:44 +00:00
emukidid
3cfb3ad03b Rectifying some compiler warnings 2010-05-26 14:15:45 +00:00
emukidid
40e9ff6d68 Attempt to fix DVD reading on non-modchipped drives 2010-05-26 14:14:06 +00:00
emukidid
4ed7e98015 Update profiler branch with latest dynarec,bugfixes, etc, from /googlecode 2010-05-26 14:09:37 +00:00
tehpola
d8a4e44257 Merging previous revision (PowerPC_func_nodes in meta_cache) from /tehpola into /googlecode. 2010-05-26 14:06:31 +00:00
tehpola
8c7a4047fc Putting PowerPC_func_nodes into the meta_cache. 2010-05-26 14:04:36 +00:00
emukidid
de267e81cf Removed a few debug prints 2010-05-26 14:01:31 +00:00