Commit graph

84 commits

Author SHA1 Message Date
Extrems
8be842aa43 Added SD2SP2 support.
Improved IDE-EXI support.
Changed 16Kbit EEPROM list to use ROM ID.
Updated 16Kbit EEPROM list from Project64.
Updated Mupen64Plus RSP HLE plugin.
2020-05-09 11:16:42 -04:00
Extrems
866fce20ed 2017-10-03 21:00:42 -04:00
Extrems
223c058983 2017-09-30 16:55:02 -04:00
Extrems
fd4dfd02d4 2017-09-25 17:20:01 -04:00
Extrems
34c74cb91a 2016-12-09 21:49:26 -05:00
Extrems
a6a27c8b75 2015-02-04 04:12:48 -05:00
Extrems
426ac4db5a 2015-02-04 04:02:53 -05:00
Extrems
1a42cd3159 2015-02-04 02:52:54 -05:00
Extrems
59a38add3a 2015-02-04 02:45:36 -05:00
Extrems
48d2950e04 2015-02-04 02:26:00 -05:00
Extrems
4bc659471a 2015-02-04 02:19:58 -05:00
Extrems
0994573e4e 2015-02-04 02:11:59 -05:00
Extrems
1b85d78c76 2015-02-04 02:07:05 -05:00
Extrems
deb6357eda 2015-02-04 02:03:20 -05: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
35b283146e Some fixes to matrix loading.
Tweaked credits.
2010-05-28 01:59:34 +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
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
sepp256
ba2746d4f5 Fixed some Settings Frame button navigation. 2010-05-27 01:58:18 +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
ef2a529bcd Updated credits text. 2010-05-26 16:36:04 +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
9875de6cda Added status icon for Wiimote.
Updated status bar to work with wiimote.
Fixed detection of connected wiimote both in status bar and in gc_input.
Updated Button Mapping frame for wiimote.
2010-05-26 12:32:47 +00:00
emukidid
5fdf0b59ea DVD reads from PPC (Wii) 2010-05-25 22:17:29 +00:00
sepp256
1529cf3fa9 Added new graphics for Button Mapping Frame.
Note: Said graphics are incomplete.
2010-05-25 02:49:59 +00:00
sepp256
354820b28f Refactored gc_input to separate controller assignment and controller init.
Button Mapping frame now called from Settings Frame.
Many bug fixes and tweaks relating to button mapping.
2010-05-24 14:47:32 +00:00
sepp256
e084c1deaa Some improvements to the button mapping frame.
This is a WIP, so further tweaks are needed.
Classic & WMNC are incomplete and will crash if you try to map their buttons.
2010-05-24 14:38:47 +00:00
sepp256
588d5d27af Implemented Default, Load, and Save Button Mappings.
TODO: read/write button mappings to file in the input plugin.
2010-05-24 07:42:44 +00:00
sepp256
69fe20becc Reverted some parts of input plugin to use controller_config_t* in virtualControllers[].
Now, the configs are saved in controller_t, virtualControllers[].config points to the one we're using.
Added index to button mappings, so that we can easily cycle through them.
Updated Button Configuration Frame.
Note: Classic and WM+NC still broken. Only GC controllers work.
2010-05-24 07:41:24 +00:00
sepp256
288827860d Rough implementation of reconfigurable button mapping in the menu.
Added default, current, and save config slots to the input plugin.
Currently only GC controllers work. Classic and WM+NC needs to be updated.
The menu layouts need a lot of tweaking, but I wanted to update SVN in case tehpola works on Classic/WM+NC code.
2010-05-23 04:40:07 +00:00
sepp256
cc85641a6d Logo texture now chosen by compile define. 2010-04-27 00:35:48 +00:00
sepp256
5ad57b779a Simplifying libgui/menu headers. 2010-04-27 00:25:32 +00:00
emukidid
2b7961db26 Added appropriate headers to libgui and menu to fix compile issues with latest libogc/devkitPPC r18. 2010-04-16 12:23:08 +00:00
emukidid
8114563115 Show error message if ROM path does not exist or fails to open 2010-04-15 14:17:51 +00:00
emukidid
809b44198b Invalid ROMs (e.g. zipped or just random files) should now report so. 2010-04-14 14:55:15 +00:00
tehpola
78511fec2e Sort entries in the FileBrowserFrame using qsort. 2010-04-14 03:35:01 +00:00
sepp256
fba41b4a65 Added Cube64 logo.
Updated makefiles.
2009-11-12 22:33:56 +00:00
sepp256
4abf9a7446 Added menuActive flag to test when drawoing FPS/debug text.
Added cursor drawing in pillars in 16:9 mode.
2009-11-12 16:14:26 +00:00
emukidid
293570a447 oops - fixup compile scope error from last build 2009-11-10 21:26:44 +00:00
emukidid
a85af71880 Fixed up non-autosave save flag resetting. 2009-11-10 21:25:03 +00:00
sepp256
bf64b07928 Made textbox label color darker so that it's visible against light background.
Fixed the vertical position of Settings textboxes.
2009-11-10 16:38:55 +00:00
sepp256
de84d79b21 Controller Status Icons added. :) 2009-11-10 16:38:05 +00:00
sepp256
6e8f5fe032 Menu revamp with drmr's new graphics.
Note: This is a WIP.
2009-11-10 16:35:53 +00:00
sepp256
9c7778e5ba Added headers to menu source files. 2009-11-08 05:22:49 +00:00
sepp256
48c4b1879d Added ConfigureInput Frame.
Added option to auto assign controllers or manually assign them.
Various changes to input plugin.
2009-11-08 05:20:38 +00:00
sepp256
2a27697366 Various modifications to gc_input plugin and menu input management.
Added crude input status indicator to MainFrame.
Inputs are currently updated automatically while menu is running.
2009-11-08 05:19:46 +00:00
emukidid
9d1a7e692a SD/USB device removal thread. It's toggled on menu entry/exit so it doesn't do any harm to performance. 2009-11-07 23:07:46 +00:00