D G Turner
f1d2ba701a
WII: Add Code for GDB Debugging Over Ethernet using TCP
...
The Gecko USB serial adapter is no longer easy to obtain and using
the Ethernet adapter instead is supported by devkitPro/libogc.
However, when enabled, this fails to link when dynamic plugins are
enabled due to missing symbols for gdbstub_getoffsets() found in
devkitPro/libogc/libdb/debug_supp.c. To be exact, this is the
u8 __text_fstart[],__data_fstart[],__bss_fstart[] which should be
implicitly provided by the linker(?)
A monolithic static build with this enabled does succeed, but has not
yet been tested.
2023-05-15 00:51:27 +01:00
D G Turner
91b8c1bb89
WII: Fix Build When Debugging Wii Memory Usage
2023-05-05 18:16:57 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Eugene Sandulenko
5e7fe2dc57
JANITORIAL: Replace spaces in indentation with tabs
2021-04-15 21:20:36 +02:00
Alexander Reim
d40d84e80a
WII: Return to the system menu instead of a black screen on exit
2020-10-11 11:51:02 +02:00
Le Philousophe
c27199496c
WII: Destroy everything before exiting
...
That let's close virtual keyboard file.
2019-10-09 13:33:11 +02:00
Le Philousophe
24e786d1f0
WII: Fix reset_cb prototype for newer versions of libogc
2019-10-09 13:33:11 +02:00
Johannes Schickel
3b73ceb17e
WII: Make GPL headers consistent in themselves.
2014-02-18 02:39:40 +01:00
AReim1982
eff22cb43d
WII: Implement changes needed by DevKitPPC R26 and later
...
This changes makes ScummVM compilable with newer versions of DevKitPPC. ScummVM can be linked against the original libogc and libfat. That makes some newer WiiMotes work, improves audio-/video-playback and contains various improvements.
2014-01-21 16:03:47 +01:00
Christoph Mallon
23a0f5318c
JANITORIAL: Remove trailing empty lines.
2011-08-07 13:53:33 +02:00
Max Horn
2fa63ca015
COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility
2011-05-03 14:30:25 +02:00
Max Horn
81ff18b0b7
WII: Fix various forbidden symbol clashes
2011-05-03 12:52:28 +02:00
Andre Heider
13770ce9cd
PLUGINS: Plugin support for the GameCube/Wii backend.
...
svn-id: r52553
2010-09-05 12:49:29 +00:00
Andre Heider
80b9e8371b
WII: svn merge Wii port commits from trunk
...
svn-id: r52425
2010-08-28 12:51:12 +00:00
Andre Heider
eb05f83a08
Reinit the video mode when showing the console on an abnormal exit. This was not sccessful under some circumstances.
...
svn-id: r48727
2010-04-19 20:25:20 +00:00
Andre Heider
d020800e57
reinit the console when changing the video mode.
...
svn-id: r44232
2009-09-21 20:45:21 +00:00
Andre Heider
aeda407a17
Show the console when exiting abnormally.
...
svn-id: r44190
2009-09-18 21:25:32 +00:00
Andre Heider
3e24220a19
Moved the Wii gfx code to its own library. Added a onscreen console for stdout/err, toggable via pad keys.
...
svn-id: r44189
2009-09-18 18:56:16 +00:00
Andre Heider
0b002beccd
Support for SMB shares, cleaned up async FS functions.
...
svn-id: r43965
2009-09-05 17:53:55 +00:00
Andre Heider
7d71fbeea2
Complete GFX rewrite with new features:
...
- Standard and Dual-strike (240p) video modes, both with or without AA
- Distinct textures for the overlay, game buffer and the cursor
- Support for HW paletted textures
- Less pixel buffer conversions
- Cursor scaling
- Support for kFeatureAspectRatioCorrection and kFeatureOverlaySupportsAlpha
svn-id: r43830
2009-08-30 17:01:03 +00:00
Andre Heider
d89f5cc9b9
Changes for the latest libfat update.
...
svn-id: r40950
2009-05-27 18:47:53 +00:00
Andre Heider
38baf3b19f
Added configure support for the Wii and Gamecube port
...
svn-id: r39531
2009-03-19 18:56:54 +00:00
Andre Heider
e94378511e
made ISO9660 support optional via USE_WII_DI
...
svn-id: r35985
2009-01-21 19:29:02 +00:00
Andre Heider
57d118e930
Added ISO9660/Joliet DVD support
...
svn-id: r35930
2009-01-19 23:57:49 +00:00
Andre Heider
57e6cb4c8a
Makefile cleanup with additional comments. Added DEBUG_WII_MEMSTATS for memory statistics and splitted existing DEBUG_* tunables.
...
svn-id: r35920
2009-01-19 15:11:18 +00:00
Andre Heider
043ddf0ae6
tweak the cache values for better video streaming
...
svn-id: r35708
2009-01-03 19:20:24 +00:00
Andre Heider
700c69e942
changes for devkitPPC r16
...
svn-id: r35499
2008-12-23 19:16:38 +00:00
Andre Heider
c60565e108
Updated the Makefile to the new build system.
...
Introduced a Makefile variable to build a gamecube version.
svn-id: r33723
2008-08-09 20:02:56 +00:00
Andre Heider
1217f0a42b
added support for reset and power buttons
...
svn-id: r32593
2008-06-07 15:37:17 +00:00
Eugene Sandulenko
5e666ef774
Patch #1971285 : "Nintendo Wii port"
...
svn-id: r32547
2008-06-04 20:28:20 +00:00