This project is mirrored from https://*****@github.com/libretro/flycast.git.
Pull mirroring updated .
- 22 Nov, 2018 5 commits
-
-
6alileo authored
-
6alileo authored
-
6alileo authored
-
Libretro-Admin authored
Fix compile fail from math with conflicting types
-
mrfixit2001 authored
This commit includes math that calls std::min but can pass two different parameter types (in my case, double and int). https://github.com/6alileo/reicast-emulator/commit/500393a02d3ecad934065cf0a8219ed9e7016bca The std::min function does not support comparing variables of different types. Since the author of this commit already cast one of the parameters, this PR just adds the matching cast on the other parameter. There's a few different ways to resolve but this seemed like the best option. For reference, this fixes the following compile error: In file included from /usr/include/c++/6/vector:60:0, from ./core/types.h:342, from core/libretro/libretro.cpp:4: /usr/include/c++/6/bits/stl_algobase.h:243:5: note: candidate: template<class _Tp, class _Compare> const _Tp& std::min(const _Tp&, const _Tp&, _Compare) min(const _Tp& __a, const _Tp& __b, _Compare __comp) ^~~ /usr/include/c++/6/bits/stl_algobase.h:243:5: note: template argument deduction/substitution failed: core/libretro/libretro.cpp:2415:123: note: deduced conflicting types for parameter 'const _Tp' ('double' and 'int') vib_stop_time[port] = get_time_ms() + min(1000 * (INC ? abs(INC) * max(POW_POS, POW_NEG) : 1) / FREQ, (int)max_duration); ^ Makefile:751: recipe for target 'core/libretro/libretro.o' failed
-
- 20 Nov, 2018 2 commits
-
-
Libretro-Admin authored
Naomi: fixes for vathlete, csmash, hotd2 and more
-
Flyinghead authored
Load default eeprom from mame rom if present Fix controls for hotd2 and alpilot Fix vathlete graphical gltches due to huge negative z values GD-rom games now have proper game id Fix csmash crash entering game test mode
-
- 19 Nov, 2018 3 commits
-
-
flyinghead authored
Restrict regions for naomi games
-
barbudreadmon authored
-
barbudreadmon authored
-
- 17 Nov, 2018 4 commits
-
-
Libretro-Admin authored
Add All GD Roms - Flyinghead FTW
-
Flyinghead authored
-
6alileo authored
-
6alileo authored
-
- 16 Nov, 2018 7 commits
-
-
6alileo authored
-
Libretro-Admin authored
Naomi: GD-ROM support
-
Flyinghead authored
-
Flyinghead authored
-
Flyinghead authored
-
Libretro-Admin authored
Naomi: improved JVS configuration. Ninja Assault
-
Flyinghead authored
Fix for some M2 carts game id DSP crash fix Support for Ninja Assault
-
- 15 Nov, 2018 4 commits
-
-
Libretro-Admin authored
Mushiking and Derby Additions/Fixes
-
6alileo authored
-
6alileo authored
-
flyinghead authored
Fixes for wldkicks and wldkicksu
-
- 14 Nov, 2018 5 commits
-
-
Flyinghead authored
-
6alileo authored
-
Libretro-Admin authored
Naomi/AW: input descriptors framework
-
Flyinghead authored
Makes Namco games boot: Mazan, Ninja Assault, World Kicks
-
Flyinghead authored
Leverage libretro input descriptors to list and name each game's inputs Half/full analog axes. Per-player axes count. AW light gun and rotary encoders fix Load bios from naomi.zip if present for .bin/.dat games
-
- 13 Nov, 2018 3 commits
-
-
Libretro-Admin authored
Child and clone roms support for M1, M2/M3 and AW
-
6alileo authored
-
6alileo authored
-
- 12 Nov, 2018 2 commits
-
-
Libretro-Admin authored
Naomi: allow bios selection with region core option
-
Flyinghead authored
Skip RAM test at AW startup Dolphin Blue freeze workaround naomi_boot.bin is now optional
-
- 11 Nov, 2018 2 commits
-
-
flyinghead authored
Various fixes
-
6alileo authored
-
- 10 Nov, 2018 1 commit
-
-
Flyinghead authored
-
- 09 Nov, 2018 2 commits
-
-
Flyinghead authored
Shoutout Pool Medal Extreme Hunting Block Pong WaiWai Drive
-
Flyinghead authored
-