-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathlibretro_core_options.c
641 lines (565 loc) · 17.2 KB
/
libretro_core_options.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
#include "libopera/opera_bios.h"
#include "opera_lr_callbacks.h"
#include <file/file_path.h>
#include <libretro.h>
#include <libretro_core_options.h>
#include <retro_miscellaneous.h>
#include <stdlib.h>
#include <string.h>
/*
********************************
* Core Option Definitions
********************************
*/
/* RETRO_LANGUAGE_ENGLISH */
/* Default language:
* - All other languages must include the same keys and values
* - Will be used as a fallback in the event that frontend language
* is not available
* - Will be used as a fallback for any missing entries in
* frontend language definition */
static struct retro_core_option_definition option_defs_us[] =
{
{
"opera_bios",
"BIOS (rom1)",
"Select system BIOS."
" Only ROMS present in the system directory are listed."
" Changes take affect at core start/restart.",
{
{ NULL, NULL }, /* This is set dynamically */
},
NULL
},
{
"opera_font",
"Font (rom2)",
"Select 'font rom'. Required by some Japanese games, otherwise optional."
" Only ROMs present in the system directory are listed."
" Changes take affect at core start/restart.",
{
{ NULL, NULL }, /* This is set dynamically */
},
NULL
},
{
"opera_cpu_overclock",
"CPU Overclock",
"Increase clock speed of the emulated 3DO's 12.5MHz ARM60 CPU."
" Dramatically improves frame rates in many games, but increases performance requirements and in some cases has no effect (or may cause glitches).",
{
{ "0.5x ( 6.25Mhz)", NULL },
{ "0.8x (10.00Mhz)", NULL },
{ "1.0x (12.50Mhz)", NULL },
{ "1.1x (13.75Mhz)", NULL },
{ "1.2x (15.00Mhz)", NULL },
{ "1.5x (18.75Mhz)", NULL },
{ "1.6x (20.00Mhz)", NULL },
{ "1.8x (22.50Mhz)", NULL },
{ "2.0x (25.00Mhz)", NULL },
{ "3.0x (37.50Mhz)", NULL },
{ "4.0x (50.00Mhz)", NULL },
{ NULL, NULL },
},
"1.0x (12.50Mhz)"
},
{
"opera_mem_capacity",
"Memory Capacity",
"Select the amount of DRAM and VRAM the system has."
" Only useful for homebrew and non-stock values may cause issues with some official software."
" Changes take affect at core start/restart."
" !EXPERIMENTAL!",
{
{ "21", "2MB DRAM; 1MB VRAM (stock)" },
{ "22", "2MB DRAM; 2MB VRAM" },
{ "41", "4MB DRAM; 1MB VRAM" },
{ "42", "4MB DRAM; 2MB VRAM" },
{ "81", "8MB DRAM; 1MB VRAM" },
{ "82", "8MB DRAM; 2MB VRAM" },
{ "E2", "14MB DRAM; 2MB VRAM" },
{ "F1", "15MB DRAM; 1MB VRAM" },
{ NULL, NULL },
},
"21"
},
{
"opera_region",
"Region / Mode",
"Select the resolution and field rate. NOTE: some EU games require a EU ROM.",
{
{ "ntsc", "NTSC 320x240@60" },
{ "pal1", "PAL1 320x288@50" },
{ "pal2", "PAL2 352x288@50" },
{ NULL, NULL }
},
"ntsc"
},
{
"opera_vdlp_pixel_format",
"VDLP Pixel Format",
"Select the pixel format to request from the runtime and convert to from the internal 16bpp format."
" Changes take affect at core start.",
{
{ "0RGB1555", NULL },
{ "RGB565", NULL },
{ "XRGB8888", NULL }
},
"RGB565"
},
{
"opera_vdlp_bypass_clut",
"VDLP Bypass CLUT",
"Force 3DO VDLP to bypass the game's CLUT (color lookup table). May result in incorrect colors but faster rendering.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL }
},
"disabled"
},
{
"opera_high_resolution",
"HiRes CEL Rendering",
"Enabling this option causes CELs to be rendered at 2x the resolution into a 2x output framebuffer, increasing the fidelity of 3D models. Will not affect 2D games. Has a significant performance impact.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled"
},
{
"opera_madam_matrix_engine",
"MADAM Matrix Engine",
"'MADAM' is the 3DO's graphics accelerator. It contains a custom maths co-processor, used by the 3DO's CPU to offload matrix operations. This corresponds to running in 'Hardware' - but the 3DO could also utilise a built-in ARM 'Software' version of the MADAM matrix engine. 'Hardware' mode is the default, but it has been observed that some games run faster when forcing 'Software' mode."
" Changes take affect at core start/restart.",
{
{ "hardware", "Hardware" },
{ "software", "Software" },
{ NULL, NULL },
},
"hardware"
},
{
"opera_swi_hle",
"OperaOS SWI HLE",
"3DO games are built on top of Portfolio OS. Opera has high level emulation of certain OS functions. This HLE may improve performance in on certain games.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL }
},
"disabled"
},
#if THREADED_DSP
{
"opera_dsp_threaded",
"Threaded DSP",
"Run the DSP (audio processor) on a separate CPU thread."
" Improves performance on multi-core systems."
" !EXPERIMENTAL!",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled"
},
#endif
{
"opera_nvram_storage",
"NVRAM Storage",
"Selects whether NVRAM saves should be created per-game or as a single NVRAM file shared between all games.",
{
{ "per game", "Per Game" },
{ "shared", "Shared" },
{ NULL, NULL },
},
"per game"
},
{
"opera_nvram_version",
"NVRAM Version",
"Select the NVRAM version.",
{
{ "0", NULL },
{ "1", NULL },
{ "2", NULL },
{ "3", NULL },
{ "4", NULL },
{ "5", NULL },
{ "6", NULL },
{ "7", NULL },
{ "8", NULL },
{ "9", NULL },
{ NULL, NULL },
},
"0"
},
{
"opera_active_devices",
"Active Input Devices",
"There exists a bug (perhaps in Opera itself, but possibly in certain games) where having more than 1 emulated controller causes content to ignore gamepad input. Setting 'Active Input Devices' to 1 provides a workaround for this issue.",
{
{ "0", NULL },
{ "1", NULL },
{ "2", NULL },
{ "3", NULL },
{ "4", NULL },
{ "5", NULL },
{ "6", NULL },
{ "7", NULL },
{ "8", NULL },
{ NULL, NULL },
},
"1"
},
{
"opera_hide_lightgun_crosshairs",
"Hide Lightgun Crosshairs",
"Hides lightgun crosshairs for all players.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled"
},
{
"opera_hack_timing_1",
"Timing Hack 1 (Crash 'n Burn)",
"This must be enabled for correct operation of the game 'Crash 'n Burn'.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled"
},
{
"opera_hack_timing_3",
"Timing Hack 3 (Dinopark Tycoon)",
"This must be enabled for correct operation of the game 'Dinopark Tycoon'.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled"
},
{
"opera_hack_timing_5",
"Timing Hack 5 (Microcosm)",
"This must be enabled for correct operation of the game 'Microcosm'.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled"
},
{
"opera_hack_timing_6",
"Timing Hack 6 (Alone in the Dark)",
"This must be enabled for correct operation of the game 'Alone in the Dark'.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled"
},
{
"opera_hack_graphics_step_y",
"Graphics Step Y Hack (Samurai Showdown)",
"This must be enabled for backgrounds to render correctly when running the game 'Samurai Showdown'.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled"
},
{
"opera_kprint",
"Debug Output",
"Print 3DO debug port output to stderr. Only really useful to 3DO homebrew developers.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled"
},
{ NULL, NULL, NULL, {{0}}, NULL },
};
/* RETRO_LANGUAGE_JAPANESE */
/* RETRO_LANGUAGE_FRENCH */
/* RETRO_LANGUAGE_SPANISH */
/* RETRO_LANGUAGE_GERMAN */
/* RETRO_LANGUAGE_ITALIAN */
/* RETRO_LANGUAGE_DUTCH */
/* RETRO_LANGUAGE_PORTUGUESE_BRAZIL */
/* RETRO_LANGUAGE_PORTUGUESE_PORTUGAL */
/* RETRO_LANGUAGE_RUSSIAN */
/* RETRO_LANGUAGE_KOREAN */
/* RETRO_LANGUAGE_CHINESE_TRADITIONAL */
/* RETRO_LANGUAGE_CHINESE_SIMPLIFIED */
/* RETRO_LANGUAGE_ESPERANTO */
/* RETRO_LANGUAGE_POLISH */
/* RETRO_LANGUAGE_VIETNAMESE */
/* RETRO_LANGUAGE_ARABIC */
/* RETRO_LANGUAGE_GREEK */
/* RETRO_LANGUAGE_TURKISH */
/*
********************************
* Language Mapping
********************************
*/
static struct retro_core_option_definition *option_defs_intl[RETRO_LANGUAGE_LAST] = {
option_defs_us, /* RETRO_LANGUAGE_ENGLISH */
NULL, /* RETRO_LANGUAGE_JAPANESE */
NULL, /* RETRO_LANGUAGE_FRENCH */
NULL, /* RETRO_LANGUAGE_SPANISH */
NULL, /* RETRO_LANGUAGE_GERMAN */
NULL, /* RETRO_LANGUAGE_ITALIAN */
NULL, /* RETRO_LANGUAGE_DUTCH */
NULL, /* RETRO_LANGUAGE_PORTUGUESE_BRAZIL */
NULL, /* RETRO_LANGUAGE_PORTUGUESE_PORTUGAL */
NULL, /* RETRO_LANGUAGE_RUSSIAN */
NULL, /* RETRO_LANGUAGE_KOREAN */
NULL, /* RETRO_LANGUAGE_CHINESE_TRADITIONAL */
NULL, /* RETRO_LANGUAGE_CHINESE_SIMPLIFIED */
NULL, /* RETRO_LANGUAGE_ESPERANTO */
NULL, /* RETRO_LANGUAGE_POLISH */
NULL, /* RETRO_LANGUAGE_VIETNAMESE */
NULL, /* RETRO_LANGUAGE_ARABIC */
NULL, /* RETRO_LANGUAGE_GREEK */
NULL, /* RETRO_LANGUAGE_TURKISH */
};
/*
********************************
* Functions
********************************
*/
static const char bios_disabled_str[] = "disabled";
static
bool
file_exists_in_system_directory(const char *filename)
{
int ret;
char fullpath[PATH_MAX_LENGTH];
const char *system_path = NULL;
if(!retro_environment_cb)
return false;
ret = retro_environment_cb(RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY, &system_path);
if((ret == 0) || !system_path)
return false;
fullpath[0] = '\0';
fill_pathname_join(fullpath, system_path, filename, sizeof(fullpath));
return path_is_valid(fullpath);
}
static
void
set_bios_values(struct retro_core_option_value *values)
{
size_t i = 0;
const opera_bios_t *bios = NULL;
if(!values)
return;
/* Loop through all recognised bios files */
for(bios = opera_bios_begin(); bios != opera_bios_end(); bios++)
{
/* Sanity check */
if(i >= RETRO_NUM_CORE_OPTION_VALUES_MAX - 1)
break;
if(file_exists_in_system_directory(bios->filename))
{
values[i].value = bios->filename;
values[i].label = bios->name;
i++;
}
}
/* Handle 'no files found' condition */
if(i == 0)
{
values[i].value = bios_disabled_str;
values[i].label = NULL;
i++;
}
/* Add proper null termination */
values[i].value = NULL;
values[i].label = NULL;
}
static
void
set_font_values(struct retro_core_option_value *values)
{
size_t i = 0;
const opera_bios_t *font = NULL;
if(!values)
return;
/* First value is always 'disabled' */
values[i].value = bios_disabled_str;
values[i].label = NULL;
i++;
/* Loop through all recognised font files */
for(font = opera_bios_font_begin(); font != opera_bios_font_end(); font++)
{
/* Sanity check */
if(i >= RETRO_NUM_CORE_OPTION_VALUES_MAX - 1)
break;
if(file_exists_in_system_directory(font->filename))
{
values[i].value = font->filename;
values[i].label = font->name;
i++;
}
}
/* Add proper null termination */
values[i].value = NULL;
values[i].label = NULL;
}
void
libretro_init_core_options(void)
{
size_t i = 0;
/* Loop over options until we find the entries
* with dynamic values */
while (true)
{
const char *key = option_defs_us[i].key;
struct retro_core_option_value *values = option_defs_us[i].values;
if(key)
{
if(strcmp(key, "opera_bios") == 0)
set_bios_values(values);
else if(strcmp(key, "opera_font") == 0)
set_font_values(values);
i++;
}
else
break;
}
}
void
libretro_set_core_options(void)
{
unsigned version = 0;
if(!retro_environment_cb)
return;
if(retro_environment_cb(RETRO_ENVIRONMENT_GET_CORE_OPTIONS_VERSION, &version) && (version >= 1))
{
struct retro_core_options_intl core_options_intl;
unsigned language = 0;
core_options_intl.us = option_defs_us;
core_options_intl.local = NULL;
if(retro_environment_cb(RETRO_ENVIRONMENT_GET_LANGUAGE, &language) &&
(language < RETRO_LANGUAGE_LAST) && (language != RETRO_LANGUAGE_ENGLISH))
core_options_intl.local = option_defs_intl[language];
retro_environment_cb(RETRO_ENVIRONMENT_SET_CORE_OPTIONS_INTL, &core_options_intl);
}
else
{
size_t i;
size_t num_options = 0;
struct retro_variable *variables = NULL;
char **values_buf = NULL;
/* Determine number of options */
while (true)
{
if(option_defs_us[num_options].key)
num_options++;
else
break;
}
/* Allocate arrays */
variables = (struct retro_variable *)calloc(num_options + 1, sizeof(struct retro_variable));
values_buf = (char **)calloc(num_options, sizeof(char *));
if(!variables || !values_buf)
goto error;
/* Copy parameters from option_defs_us array */
for (i = 0; i < num_options; i++)
{
const char *key = option_defs_us[i].key;
const char *desc = option_defs_us[i].desc;
const char *default_value = option_defs_us[i].default_value;
struct retro_core_option_value *values = option_defs_us[i].values;
size_t buf_len = 3;
size_t default_index = 0;
values_buf[i] = NULL;
if(desc)
{
size_t num_values = 0;
/* Determine number of values */
while (true)
{
if(values[num_values].value)
{
/* Check if this is the default value */
if(default_value)
if(strcmp(values[num_values].value, default_value) == 0)
default_index = num_values;
buf_len += strlen(values[num_values].value);
num_values++;
}
else
break;
}
/* Build values string
* > Note: Opera is unusual in that we have to
* support core options with only one value
* (the number of 'opera_bios' and 'opera_font'
* options depends upon the number of files
* present in the user's system directory...) */
if(num_values > 0)
{
size_t j;
buf_len += num_values - 1;
buf_len += strlen(desc);
values_buf[i] = (char *)calloc(buf_len, sizeof(char));
if(!values_buf[i])
goto error;
strcpy(values_buf[i], desc);
strcat(values_buf[i], "; ");
/* Default value goes first */
strcat(values_buf[i], values[default_index].value);
/* Add remaining values */
for (j = 0; j < num_values; j++)
{
if(j != default_index)
{
strcat(values_buf[i], "|");
strcat(values_buf[i], values[j].value);
}
}
}
}
variables[i].key = key;
variables[i].value = values_buf[i];
}
/* Set variables */
retro_environment_cb(RETRO_ENVIRONMENT_SET_VARIABLES, variables);
error:
/* Clean up */
if(values_buf)
{
for (i = 0; i < num_options; i++)
{
if(values_buf[i])
{
free(values_buf[i]);
values_buf[i] = NULL;
}
}
free(values_buf);
values_buf = NULL;
}
if(variables)
{
free(variables);
variables = NULL;
}
}
}