Commit graph

1104 commits

Author SHA1 Message Date
tehpola
387a956bdc Created wiki page through web user interface. 2007-11-02 04:49:48 +00:00
tehpola
9fb66d2cf5 Edited wiki page through web user interface. 2007-11-02 04:48:01 +00:00
tehpola
7d7abe2fb1 Created wiki page through web user interface. 2007-11-02 04:43:30 +00:00
tehpola
4e886ae3dc Fixed issue where it would think that a game has something to save because the previous game running did. 2007-10-31 23:15:51 +00:00
tehpola@yahoo.com
803a326b3a Hopefully, this should cut off the audio when we exit the game 2007-10-31 19:42:21 +00:00
emukidid
657f834a22 Forgot to get rid of a debugging printf I had left in there 2007-10-31 12:49:57 +00:00
emukidid
54bdf7d49e reloading of ROMS from ANY device now works 100%.. it seems no one was resetting the ARQ.. so i added ARQ_Reset() every time we init the ROM_Cache. Yay now I can test lots :P 2007-10-31 10:01:46 +00:00
emukidid
9134071128 Reset button now also exits the game 2007-10-31 09:53:17 +00:00
emukidid
2930bb2492 Now detects if the emu is running on a Wii or a GC.. I did this because there are issues with the DVD_Mount() function on a Wii, but I still have some ARAM problems when trying to reload a ROM from DVD.. 2007-10-31 08:36:48 +00:00
tehpola@yahoo.com
572ea86623 Definitely not my day, this might fix the bug, but I don't know how it compiled before 2007-10-31 05:13:23 +00:00
tehpola@yahoo.com
8122c7164a Another bug, I forgot to wait for the button to be released. 2007-10-31 04:46:52 +00:00
tehpola@yahoo.com
a320058058 Wow, sorry, I named a variable two different things 2007-10-31 04:36:00 +00:00
tehpola@yahoo.com
249564a2eb Added Enable Audio? Prompt to main 2007-10-31 04:31:26 +00:00
tehpola@yahoo.com
3b1f5ed964 Added boolean audioEnabled to audio plugin 2007-10-31 04:30:33 +00:00
sepp256
950b76ebd6 Implemented textures for 2D games and for Mario64. Blend and Combine modes need to be finished before Mario64 will look right in game. I temporarily chose a compromise for blend/combine modes. 2007-10-31 04:25:22 +00:00
emukidid
25b7b6f450 Fixed DVD loading, the cause was that a local var was overridden the introduction of a new global variable with the same name. Also threw in OoT disc support ;) 2007-10-30 14:37:51 +00:00
tehpola
48d5b0a349 Edited wiki page through web user interface. 2007-10-30 05:14:02 +00:00
tehpola@yahoo.com
6bd20c3052 New screenshot: Rampage in GX 2007-10-30 05:11:57 +00:00
sepp256
b5ddd522e1 Fixed the culling problem in game when using the GUI.
Fixed the textfilebrowser to display the correct number of lines and look nice.  A parameter now specifies the number of lines that fit on the screen.
2007-10-25 06:38:27 +00:00
tehpola@yahoo.com
de6ece9073 Fixed the text from the next line showing up on the current line when it overflows one line in TEXT 2007-10-25 01:47:53 +00:00
sepp256
08eef29b5c Added 3D logo for gui.
Note that there is an issue with GX stalling when main() is busy.  However, I've worked around this for now so that only the 3D logo freezes.  I'll work more on this problem later.
Also, GUI_print still needs to be fixed.

Enjoy the GUI eye candy!  (Hint: try the C stick *wink*)
2007-10-23 04:39:37 +00:00
tehpola
5c5b35afbf Edited wiki page through web user interface. 2007-10-19 00:14:44 +00:00
tehpola
e10cddbba7 Forgot to add NULL bytes at the end of each split string. Haven't tested 2007-10-18 17:27:18 +00:00
emukidid
bb1b8d4e09 added: If ROM loaded from DVD and it all fit into memory, then stop the DVD motor ;) 2007-10-18 11:40:59 +00:00
sepp256
b053ef8a68 Redesigned GUI so that it is now threaded.
There are bugs remaining in GUI_print:
1 - a string is not printed if ends in '\n' (I changed TEXT.c to add 1 to num_lines as a temporary fix
2 - the NULL char is not written at the end of a string, so that garbage text is shown from previous GUI_print calls
3 - the textptrs is also not sorted properly
2007-10-18 08:07:12 +00:00
tehpola
596b23a4be Changed the way I unwrap text to the obvious approach, works well now 2007-10-17 22:18:44 +00:00
tehpola
06b102b3ac Couple silly bugs when I was adding in GUI stuff 2007-10-17 21:50:52 +00:00
tehpola
aef466f4cc Edited wiki page through web user interface. 2007-10-17 20:50:00 +00:00
tehpola@yahoo.com
6b33f66dd7 Added support for GUI for most stuff that's using the text UI 2007-10-17 20:39:24 +00:00
tehpola
09bfb74eb0 Fixed and confirmed working (at least for Mario) TLB-Cache-hash 2007-10-17 18:56:01 +00:00
tehpola@yahoo.com
db4a8a0c39 Fixed wrong return value for TEXT_split 2007-10-17 17:46:05 +00:00
tehpola@yahoo.com
376d518b35 Hopefully fixed the unwrapping of text in GUI 2007-10-17 17:30:07 +00:00
tehpola@yahoo.com
791e7360cb Fixed hash calculation (hopefully) and I had forgotten to actually set in the set function. 2007-10-17 17:09:57 +00:00
tehpola@yahoo.com
e8a0f62251 Bug fixes for TEXT.c and TLB-Cache-hash.c 2007-10-17 15:26:44 +00:00
tehpola@yahoo.com
c8bf4b44f8 TLB-Cache-hash added (TLB_LUT using a hash map in MRAM) 2007-10-17 15:08:28 +00:00
sepp256
df7c0596ce This update includes the GX part of the GUI. I also changed some parameters in GUI and DEBUG functions. In order to display GUI for testing, uncomment the last 2 lines in main_gc.c. Also, be sure to check out the new Makefile if things don't compile. font.o is now a part of the main module. 2007-10-17 14:55:40 +00:00
tehpola
dcf93f90ac Edited wiki page through web user interface. 2007-10-15 22:55:00 +00:00
tehpola
259c972b71 Edited wiki page through web user interface. 2007-10-15 22:52:39 +00:00
tehpola
d487961845 Audio working with rsp_hle-ppc 2007-10-15 21:43:09 +00:00
tehpola
398373893c rsp_hle-ppc imported 2007-10-15 21:42:29 +00:00
tehpola@yahoo.com
b0f4236b9d DEBUG and GUI systems (may not be working properly) 2007-10-14 04:11:29 +00:00
tehpola@yahoo.com
fe5602650f Initial gui 'plugin'; interfaces for DEBUG and GUI 2007-10-12 20:49:41 +00:00
tehpola
c5cd5eb292 Edited wiki page through web user interface. 2007-10-10 14:57:21 +00:00
tehpola
b85e4c8cb3 I added a function prototype because apparently this didn't compile 2007-10-09 16:55:31 +00:00
emukidid
49a5c827f4 Edited wiki page through web user interface. 2007-10-09 09:08:16 +00:00
tehpola@yahoo.com
c0fe5e2397 Little work to make jr properly in all cases (not quite perfect yet) 2007-10-09 01:56:04 +00:00
emukidid
2a9f622f75 forgot to add .h file 2007-10-09 01:49:04 +00:00
tehpola
d4aad0dbe6 Edited wiki page through web user interface. 2007-10-08 23:20:57 +00:00
emukidid
1c10a69feb eeprom saving to memcards fixed 2007-10-08 14:00:35 +00:00
emukidid
7125f595b9 Edited wiki page through web user interface. 2007-10-08 11:57:24 +00:00