Commit graph

35 commits

Author SHA1 Message Date
Extrems
1cfbaa363e Fixed a texture warping issue.
Fixed some compiler warnings.
Fixed assigning no controller.
2021-08-17 21:59:21 -04:00
Extrems
7d39fbc8b4 2015-02-05 04:08:28 -05:00
Extrems
426ac4db5a 2015-02-04 04:02:53 -05:00
Extrems
b6084c1d31 2015-02-04 03:02:51 -05:00
Extrems
0994573e4e 2015-02-04 02:11:59 -05:00
Extrems
deb6357eda 2015-02-04 02:03:20 -05:00
tehpola
bee23ca663 Updating my copyright dates. 2010-05-27 22:48:53 +00:00
emukidid
a6af2bf913 Ported dynarec from /tehpola (with func linking and constant propagation) 2010-05-23 02:20:16 +00:00
emukidid
c785428d7d - ARAM-blocks blocks array in ARAM for GC (use -DARAM_BLOCKCACHE)
- recompCache on GC bumped up to 8MB
- ROM cache now 11.75MB for GC
- L1 ROM cache for GC increased (but still disabled)
- Wii uses inline funcs which use blocks[] array, no difference
2010-04-27 22:15:02 +00:00
tehpola
3457c601a7 Created proper headers for my dynarec code 2009-11-12 13:15:49 +00:00
emukidid
1b38e6afac If the delay slot of the function ending branch/jump is a branch/jump destination, create a jump pad. This fixes DK64. (ported from /ps3) 2009-11-07 23:03:46 +00:00
emukidid
62cb6bdabb port of the fixed up recursively calling init_block from /tehpola to /googlecode (fixes Perfect Dark, but still needs more work) 2009-11-06 05:52:41 +00:00
emukidid
32276dac73 Latest /r4300 from /tehpola ported to googlecode which no longer needs realloc :) 2009-10-22 12:13:26 +00:00
emukidid
0318cb2517 Ported latest /tehpola/r4300 core, but with blocks in MEM2. Default settings in the Makefile.GLN64_dev_wii are expansion pak enabled and 8MB recompCache. 2009-10-21 12:47:35 +00:00
emukidid
fbbaedf15f latest /tehpola -> /googlecode changes of new holes copying and also removal of redundant code from MIPS-to-PPC.c 2009-10-20 12:22:14 +00:00
emukidid
31c3eeffe5 forgot a LB,LH,etc update from tehpola branch, also ported the relative branching stuff. 2009-10-19 21:26:57 +00:00
emukidid
6e98f7764f Updated googlecode priv svn with tehpola branch latest changes 2009-10-15 04:32:57 +00:00
emukidid
a2d729fa98 Ported better audio / latest dynarec fixes to googlecode private svn. Also updated makefiles. 2009-10-15 01:19:33 +00:00
tehpola
1e4a087930 Added latest dynarec work to googlecode 2009-10-14 12:30:55 +00:00
tehpola
af7b8b93a2 Hopefully porting the entire dynarec to the public trunk code. 2009-10-13 12:21:43 +00:00
tehpola
f0a1e6647d Fixed some more dynarec bugs (block's length wasn't reset before a new recompilation, stack doesn't overflow into heap), but there's a really strange one now that I don't even know where to begin with. 2008-03-30 01:03:57 +00:00
tehpola
70e626a2b4 Added support for interpreting branch instructions, but jump_to (or genJumpTo) needs to be fixed. 2008-03-26 23:43:27 +00:00
tehpola
e7efec14e7 Fixed issue in dynarec that would cause the recompiler to get stuck in an infinite loop. 2008-03-08 01:35:03 +00:00
tehpola
c89391a3df Implemented all the Floating Point Comparison instructions in Dynarec 2008-02-29 04:02:43 +00:00
emukidid
f5d7aa9fb3 Fixed USBGecko Printing to actually work, added dir called PC which contains a PC usbgecko app i quickly hacked together. also, added flag EMBEDDED_FONTS which will work for Qoob users. 2008-02-26 13:12:23 +00:00
tehpola@yahoo.com
7d4f0fdf82 Minor fixes to dynarec; nothing new. 2008-01-18 23:45:46 +00:00
tehpola@yahoo.com
af57ae7732 Minor fixes to dynarec; nothing new. 2008-01-17 00:11:05 +00:00
tehpola@yahoo.com
24ed94b48c Dynarec interrupt code and a couple little dynarec fixes 2008-01-10 21:48:47 +00:00
emukidid
aefd89f797 Check wiki for more info, this was a compiler warning fixup commit 2007-12-13 08:47:27 +00:00
tehpola@yahoo.com
553ac05b2f Whoa, big mistake on the registers ori uses, should be fixed 2007-09-10 04:57:42 +00:00
tehpola@yahoo.com
77ee32d0db Jumping/Branching out takes one less instruction 2007-09-08 21:49:53 +00:00
tehpola@yahoo.com
2ba07bc554 Little work on branch instructions 2007-09-08 04:26:51 +00:00
tehpola@yahoo.com
3a192c8991 Hopefully fixed branches when the code get resized 2007-09-05 21:42:41 +00:00
tehpola@yahoo.com
286a98cec5 Little work on the dynarec 2007-09-02 07:23:21 +00:00
tehpola@yahoo.com
1c193cc77a Initial Import 2007-09-01 18:57:11 +00:00