twinaphex
93b7dc1bdd
(libretro-common) move 'lists' files to lists/
2016-03-20 14:53:54 +01:00
twinaphex
4a3263986b
Style nits
2016-02-03 15:30:17 +01:00
twinaphex
7e4f17ef8d
(PS3) Fix build
2016-02-03 15:23:13 +01:00
twinaphex
0e7729c660
Create frontend_driver_get_salamander_basename
2016-02-03 13:36:00 +01:00
twinaphex
7a55ae3765
Start updating headers for 2016
2016-01-10 04:06:50 +01:00
twinaphex
624ed06a37
Cleanups
2016-01-02 01:38:02 +01:00
twinaphex
c7eeb557fa
(frontend) Start using string_is_empty
2015-12-26 07:45:19 +01:00
twinaphex
6a6b230d8e
(Wii) Fixups
2015-11-29 01:57:16 +01:00
twinaphex
074f14b132
Add verbosity.c/verbosity.h
2015-11-23 12:03:38 +01:00
twinaphex
0676738140
Console build fixes
2015-09-01 12:10:26 +02:00
CautiousAlbino
173dcd3e4c
Retry implementation of include_compressed to dir_list_new.
...
Problem was that if ext_list wasn't used, an empty list would be
created.
2015-08-30 20:19:41 +02:00
Twinaphex
aa382a5c7c
Revert "Add include_compressed param to dir_list_new."
2015-08-30 18:36:25 +02:00
CautiousAlbino
c4691b2668
Add include_compressed param to dir_list_new.
...
Do not try to load in compressed archives unless we expect them.
Fixes hang in input autodetect where it tried to parse a zip file as an
archive.
2015-08-30 16:57:34 +02:00
twinaphex
a70f09a90d
Rearrange structs
2015-07-27 17:18:10 +02:00
twinaphex
7f8a2bef79
(Salamander) Some spurious code where it tries to use 'len'
...
instead of 's'
2015-06-08 00:33:49 +02:00
twinaphex
0cfeff8e1e
Cleanups
2015-06-02 18:28:51 +02:00
twinaphex
be6ce5fb34
Get rid of some more useless casts
2015-05-24 05:10:09 +02:00
twinaphex
64903de465
Rename frontend_context.c to frontend_driver.c
2015-01-12 21:21:08 +01:00
twinaphex
99c9afa5cd
Update PATH_MAX to PATH_MAX_LENGTH
2015-01-09 18:04:29 +01:00
twinaphex
453321c50b
Start updating headers
2015-01-07 17:46:50 +01:00
twinaphex
0b95e3f2d7
(XDK1) C89 build fixes for config_file.c - Salamander build fixes
2014-10-22 03:52:23 +02:00
twinaphex
174d011bed
Move dir_list to SDK
2014-10-22 01:13:05 +02:00
twinaphex
6849f4f18c
(Salamander) Fix Salamander targets
2014-10-22 00:28:56 +02:00
twinaphex
9a9fa6532a
Move file_path.c to libretro SDK
2014-10-22 00:23:06 +02:00
twinaphex
c62d52de0f
Start properly implementing libretro SDK for boolean.h include
...
header, glsym, and rthreads
2014-10-21 05:05:52 +02:00
twinaphex
375273720f
(GX) Fix implicit declaration warnings
2014-10-21 01:34:00 +02:00
twinaphex
719c7e445b
(Salamander) Fix build
2014-10-21 01:24:25 +02:00
twinaphex
51637bc69e
Code reformatting to abide by 80-character limit
2014-08-20 16:26:34 +02:00
twinaphex
126e115abd
(GX) Build fixes/cleanups
2014-08-12 03:55:07 +02:00
twinaphex
97a262dd60
Rename default_paths to g_defaults
2014-06-12 18:06:29 +02:00
twinaphex
4443e7320c
(Salamander) Fix bug
2014-06-07 03:23:48 +02:00
twinaphex
dfc0b5f7ea
Cleanup frontend_salamander.c
2014-06-06 23:20:21 +02:00
twinaphex
a05d4d6c2b
Cleanup frontend/frontend_salamander.c
2014-06-06 23:15:46 +02:00
twinaphex
662806acef
Remove frontend_salamander.h
2014-06-06 22:57:36 +02:00
twinaphex
faea453a0b
(Salamander) Refactorings - Salamander should be easier to get to
...
work now on new console platforms
2014-06-05 06:12:41 +02:00
twinaphex
137ce497bd
Move find_and_set_first_file to frontend_salamander.c
2014-06-05 00:51:47 +02:00
twinaphex
29a3a46e73
Setup main_entry and environment_get for proper building of
...
argc/argv for console/mobile ports with non-conformant argc/argv
input values
2014-06-03 03:35:12 +02:00
twinaphex
ba8ae2371f
(Salamander) frontend_salamander - pass argc pointer to get_environment
2014-06-01 05:57:45 +02:00
twinaphex
4d26d32e8a
(Salamander) Fix build
2014-06-01 05:09:00 +02:00
twinaphex
03ec845977
(Salamander) frontend_context.h gets new member function
...
'salamander_init'
2014-02-24 18:23:12 +01:00
twinaphex
0a15a17d44
Update years on all license headers
2014-01-01 01:50:59 +01:00
twinaphex
111a5a3ed1
(Salamander) Cleanup
2013-11-15 17:42:43 +01:00
twinaphex
3ccf5c1457
(Salamander XDK1) Fix
2013-11-15 05:02:39 +01:00
twinaphex
27fd78e8fa
(GX/PS3) Fixes:
...
- Use fill_pathname_join and strlcpy where possible in platform_gx/platform_ps3
- Split up system_exec Wii code into its own separate file - platform_wii
- Salamander file path string handling should be more reliable now
2013-11-03 17:39:12 +01:00
twinaphex
b805efa59a
(frontend) Additional param to argc/argv for iOS/OSX ports
2013-08-10 21:31:11 +02:00
twinaphex
1e70a46dd8
Merge platform_ files with platform_exec.c files
2013-07-27 03:59:01 +02:00
twinaphex
69381c2735
Add frontend_context.c - use for all console platform ports
...
(and other possible ports in future)
2013-07-26 20:58:47 +02:00
twinaphex
fe433b2322
Add new header file_ext.h - refactor out frontend_console.h
2013-07-15 14:54:40 +02:00
twinaphex
6e2fc94c5e
(360) Fix Salamander build
2013-05-10 23:38:54 +02:00
twinaphex
f7e75d69fa
(Salamander) Split up Salamander into its own separate file
2013-03-22 21:27:34 +01:00