mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Rename Makefile
This commit is contained in:
parent
6a3d4a436d
commit
ae65fe354c
12
CHANGES.WII
12
CHANGES.WII
@ -10,6 +10,18 @@
|
||||
TODO: Handle Run/Stop in virtual keyboard (?)
|
||||
|
||||
version 11:
|
||||
*
|
||||
|
||||
* Only one type of network connections now - no need
|
||||
to specify client or master
|
||||
|
||||
* Fix handling of network disconnects (also display a
|
||||
helpful message!)
|
||||
|
||||
* Don't display the network traffic string when connections close
|
||||
|
||||
* Fix handling of packets > 4096 bytes
|
||||
|
||||
* New SDL with GX graphics (although the impact for Frodo is
|
||||
quite minimal!)
|
||||
|
||||
|
@ -18,7 +18,7 @@ include $(DEVKITPPC)/wii_rules
|
||||
TARGET := frodo
|
||||
BUILD := build
|
||||
SOURCES := Src
|
||||
DATA := data
|
||||
DATA :=
|
||||
INCLUDES :=
|
||||
|
||||
#---------------------------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user