mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-25 12:56:59 +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 (?)
|
TODO: Handle Run/Stop in virtual keyboard (?)
|
||||||
|
|
||||||
version 11:
|
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
|
* New SDL with GX graphics (although the impact for Frodo is
|
||||||
quite minimal!)
|
quite minimal!)
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ include $(DEVKITPPC)/wii_rules
|
|||||||
TARGET := frodo
|
TARGET := frodo
|
||||||
BUILD := build
|
BUILD := build
|
||||||
SOURCES := Src
|
SOURCES := Src
|
||||||
DATA := data
|
DATA :=
|
||||||
INCLUDES :=
|
INCLUDES :=
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user