twinaphex
|
f0457637c6
|
(Griffin/LibXenon) Logger input files now included in Griffin - also cleaned
up Xenon makefile to use Grifffin
|
2012-11-25 05:41:12 +01:00 |
|
Toad King
|
f02b7e1791
|
[GX] set auto-return for crashes on release builds
|
2012-11-22 02:09:13 -05:00 |
|
twinaphex
|
01a7fb0f3b
|
(Griffin) Compile in RZlib into Grifin with WANT_RZLIB
|
2012-11-19 05:43:57 +01:00 |
|
Themaister
|
64d9a6fbda
|
0.9.8-beta2
|
2012-11-13 00:52:23 +01:00 |
|
Themaister
|
d7c7ad279e
|
Update version strings to 0.9.8-beta1.
|
2012-11-07 23:33:22 +01:00 |
|
Toad King
|
7f81422ae0
|
[CONSOLES] get compiling working
[GX] support rgb565, still need to fix a blending issue
|
2012-10-21 19:01:43 -04:00 |
|
twinaphex
|
c54035e3f3
|
(PS3) Fix benchmarking on PS3 by expanding ifdef of GNUC - also
add PERF_TEST options to most platforms
|
2012-10-02 00:47:20 +02:00 |
|
Toad King
|
20db83cd93
|
(NGC) new dol booter, move app_booter to wii folder
move package folders to wii and ngc respectively
|
2012-09-03 18:05:23 -04:00 |
|
Twinaphex
|
16b2358bf6
|
(GX) Wii now takes in libretro_wii.a, Cube takes in libretro_ngc.a -
DOL/ELF binary output filenames changed - split up code
|
2012-09-01 03:01:33 +02:00 |
|
Toad King
|
616af5e5ec
|
(GX) initial work on gamecube app_booter
|
2012-08-31 19:38:12 -04:00 |
|
Toad King
|
297723b836
|
(GX) load new programs through app_booter instead of in MEM1
|
2012-08-30 18:59:21 -04:00 |
|
Toad King
|
348a240dee
|
(GX) add GC makefile, fix up code so it compiles
|
2012-08-29 15:15:24 -04:00 |
|
Toad King
|
baec67ebef
|
(GX) add MEM2 manager
|
2012-08-27 20:36:05 -04:00 |
|
Toad King
|
1ef0f4065d
|
(RGUI) add support for loading font from .bin file
do not store two separate color buffers for font
saves around 400kb
|
2012-08-26 20:33:45 -04:00 |
|
Twinaphex
|
b3d1845b18
|
(PS3/Wii) Name ELF file targets uniquely
|
2012-08-23 12:25:50 +02:00 |
|
Themaister
|
b5918fa02a
|
Update to 0.9.7.
|
2012-08-22 19:57:07 +02:00 |
|
Toad King
|
68ff958252
|
(GX) generate memory map (for help with potential bug reports)
|
2012-08-22 06:43:02 -04:00 |
|
twinaphex
|
6d5ed820e0
|
(Xbox 1/XDK) Screenshot code implemented
|
2012-08-20 03:30:36 +02:00 |
|
Twinaphex
|
c8b3046c6e
|
(Wii) Makefile update - should compile on both Win32 and Linux now
|
2012-08-18 16:54:57 +02:00 |
|
Toad King
|
8f3305a316
|
(GX) add custom linker script for increased stack size
|
2012-08-16 14:59:12 -04:00 |
|
Themaister
|
38a3c72a21
|
Update to 0.9.7-rc2.
|
2012-08-16 09:31:05 +02:00 |
|
Twinaphex
|
e57a083697
|
(GX) Compile in HAVE_THREAD - provide pthread wrapper for GX
|
2012-08-11 13:33:32 +02:00 |
|
Themaister
|
c9a22392c8
|
Update to 0.9.7-rc1.
|
2012-08-11 09:18:39 +02:00 |
|
Twinaphex
|
46210fce54
|
(Wii) Rename all Wii files to gx/
|
2012-08-07 05:24:12 +02:00 |
|
Twinaphex
|
ca82b46a3c
|
(Wii) CORE.dol file is now renamed to sane filename - libretro
management code seems to be more or less up and running now
|
2012-08-06 21:32:06 +02:00 |
|
Twinaphex
|
f9489dedcd
|
(Wii Salamander) Salamander for Wii (WIP)
|
2012-08-06 02:36:41 +02:00 |
|
Twinaphex
|
aecd2be860
|
(Wii) Add RARCH_EXEC for Wii port - should load values from
config file now and save them (WIP)
|
2012-08-06 00:01:10 +02:00 |
|
Twinaphex
|
770123eb74
|
(RGUI) Move RGUI and make define for it - two competing menus/GUIs
now to choose from that are mostly platform agnostic
|
2012-08-04 03:32:25 +02:00 |
|
Twinaphex
|
9e3848e423
|
(Wii) Makefile typo - fix CFLAGS typo and remove CXXFLAGS (RetroArch
is C - there is no C++ code being compiled in for Wii or PS3)
|
2012-07-28 17:57:36 +02:00 |
|
Twinaphex
|
5da0354257
|
Make logging defines reusable by Salamander without having to
include general.h (full of dependencies which can't be met for
standalone app)
|
2012-07-28 17:32:30 +02:00 |
|
Twinaphex
|
af6f103014
|
(Wii) Compile fixes for compiling with HAVE_LOGGER
|
2012-07-27 21:29:42 +02:00 |
|
Twinaphex
|
ba03ae59e7
|
Each platform now links in a differently named libretro file - ie.
libretro_ps3.a, libretro_wii.a, libretro_xdk360.a, libretro_xenon360.a,
libretro_xdk1.a, and so on
|
2012-06-30 14:59:39 +02:00 |
|
Twinaphex
|
d97465d16d
|
(Wii) Removed freetype dependency
|
2012-06-26 18:58:41 +02:00 |
|
Toad King
|
49c9e766af
|
Wii changes
|
2012-06-25 15:27:41 -04:00 |
|
Twinaphex
|
4dbfbbfe7f
|
(Android) Preliminary NDK Makefile for compiling retroarch as a
shared library - we will need a separate gles driver
|
2012-06-19 23:34:19 +02:00 |
|
Twinaphex
|
b429637d1c
|
(Wii) Makefile fixes to wii
|
2012-06-19 06:44:36 +02:00 |
|
Themaister
|
bc5d73dbdd
|
Update to 0.9.6.
|
2012-06-03 22:09:04 +02:00 |
|
Themaister
|
068b3b90f5
|
Update version to 0.9.6-rc1.
|
2012-05-11 21:43:56 +02:00 |
|
Themaister
|
2e205f6a94
|
Update Makefiles to 0.9.6.
|
2012-05-07 20:58:32 +02:00 |
|
Twinaphex
|
20a1d5df29
|
(Rzlib) Rename szlib to Rzlib
|
2012-05-06 03:58:29 +02:00 |
|
Themaister
|
2c9eb8e840
|
Update version to 0.9.6-beta1.
|
2012-04-29 01:06:53 +02:00 |
|
TwinAphex51224
|
959950d55e
|
Fixup some console Makefiles
|
2012-04-21 23:42:20 +02:00 |
|
Twinaphex
|
fe38d090b3
|
(Wii) Use Griffin
|
2012-04-14 14:08:00 +02:00 |
|
Twinaphex
|
1bcb253ce7
|
(Wii) Works now - GETOPT_LONG on Wii seems to be broken
|
2012-04-13 23:43:38 +02:00 |
|
Twinaphex
|
6fb2f9b161
|
Move to HAVE_SSNES_MAIN_WRAP for Wii
|
2012-04-13 23:16:51 +02:00 |
|
Twinaphex
|
1193d41360
|
Add some file logging stuff for Wii debugging
|
2012-04-13 22:54:30 +02:00 |
|
Twinaphex
|
6691ca2c91
|
(SSNES_CONSOLE) SSNES Salamander uses file_path.c now
|
2012-04-13 21:30:04 +02:00 |
|
Twinaphex
|
9cb9597e8a
|
(Wii) Wii port updates - broken right now -
exits to HBC right after loading a ROM
|
2012-04-13 02:17:27 +02:00 |
|
Twinaphex
|
1cdba6b0c5
|
(Wii) Updated Wii makefile again
|
2012-04-10 23:07:23 +02:00 |
|
Twinaphex
|
24ec735380
|
(Wii) Ifdeffed out LAST_PLATFORM_KEY
|
2012-04-10 23:03:08 +02:00 |
|
Twinaphex
|
0f473ddc4e
|
(Wii) Another fix to Makefile
|
2012-04-10 22:58:05 +02:00 |
|
Twinaphex
|
cd1d71120c
|
(Wii) Update out-of-date Makefile
|
2012-04-10 22:56:30 +02:00 |
|
Twinaphex
|
063a736f4d
|
(Wii) Updated Wii makefile -excluded Freetype font stuff
|
2012-04-10 22:53:16 +02:00 |
|
Twinaphex
|
1b995917ce
|
Moved SGUI files to subdir in console/
|
2012-03-17 23:59:15 +01:00 |
|
TwinAphex51224
|
47dcb54c1f
|
(PS3/Wii) Make netlogger code portable
|
2012-03-13 00:45:12 +01:00 |
|
TwinAphex51224
|
dd9f4be2aa
|
(Wii) Some work on Wii port - included szlib.c - moved input-related
function over to input_luts.c
|
2012-03-12 22:40:04 +01:00 |
|
Themaister
|
7f4d701b19
|
Preparations for 0.9.5 release.
|
2012-03-11 17:52:10 +01:00 |
|
Themaister
|
b0ddf78db0
|
Updates for 0.9.4.1.
|
2012-01-22 19:43:13 +01:00 |
|
Themaister
|
98f2f1c23d
|
Updates for 0.9.4.
|
2012-01-16 22:08:54 +01:00 |
|
Themaister
|
260f3ac7ce
|
Use a more general SSNES_CONSOLE define.
|
2012-01-14 13:43:15 +01:00 |
|
Themaister
|
6f5c33848e
|
Begin work on menu for Wii.
|
2012-01-08 00:57:44 +01:00 |
|
Themaister
|
7e3092dc93
|
Build in freetype. Will be used later.
|
2012-01-03 13:04:23 +01:00 |
|
Themaister
|
da39f8d3d6
|
Support classic controller.
|
2012-01-03 12:11:02 +01:00 |
|
Themaister
|
4f04c1288b
|
Use fatInit default.
|
2011-12-14 19:11:46 +01:00 |
|
Themaister
|
bd147270eb
|
Use built-in getopt.
|
2011-12-14 16:40:25 +01:00 |
|
Themaister
|
0fce2f409f
|
Add a warning. :3
|
2011-12-14 16:29:38 +01:00 |
|
Themaister
|
fd7b0b05b8
|
Hurr.
|
2011-12-14 16:01:16 +01:00 |
|
Themaister
|
9abc7c00c9
|
It links :o
|
2011-12-14 14:52:58 +01:00 |
|
Themaister
|
ebc5f433cd
|
It links :o
|
2011-12-14 14:36:23 +01:00 |
|