Commit graph

53 commits

Author SHA1 Message Date
DerKoun f46b6d6368
Merge pull request #124 from heitbaum/patch-1
Fix build with gcc-13
2023-04-27 00:15:39 +02:00
Rudi Heitbaum 587e496f66
Fix build with gcc-13
Error was:
In file included from ../nall/arithmetic.hpp:69:
../nall/arithmetic/natural.hpp: In function 'void nall::div(const uint4096_t&, const uint4096_t&, uint4096_t&, uint4096_t&)':
../nall/arithmetic/natural.hpp:239:23: error: 'runtime_error' is not a member of 'std'
  239 |   if(!rhs) throw std::runtime_error("division by zero");
      |                       ^~~~~~~~~~~~~
../nall/arithmetic/natural.hpp:239:23: note: 'std::runtime_error' is defined in header '<stdexcept>'; did you forget to '#include <stdexcept>'?
2023-04-27 02:24:24 +10:00
DerKoun 04821703ae
Adding Linux ARM libretro build (thx @hunterk) 2022-06-29 22:53:50 +02:00
DerKoun 65f24e56c3 Update Super Metroid widescreen patch to v0.3.01 (by ocesse) 2021-10-16 20:48:29 +02:00
DerKoun 03cd4e11f1 Merge branch 'pr/87' 2021-06-25 23:19:34 +02:00
Ryunam 711a1e5b9c [Libretro] Upgrade Core Options to v1.3 2021-06-19 20:53:58 +02:00
DerKoun 0fd18e0f57
Added SMW WS likn to readme (until I package it with the next release) 2021-06-18 22:14:43 +02:00
DerKoun de27b9ea85 beta 10.6 2021-06-17 23:03:05 +02:00
DerKoun d2d7815c25 beta 10.5 2021-05-26 21:49:14 +02:00
jdgleaver 9aff32cc63
(.gitlab-ci.yml) Ensure that Windows and Linux binaries are stripped (#78) 2021-03-30 19:17:51 +02:00
Autechre 12d0a0c68b
Update .gitlab-ci.yml 2021-03-25 22:43:56 +01:00
Autechre 9a5c8ddab5
Update .gitlab-ci.yml (#76) 2021-03-22 16:10:45 +01:00
Autechre e0a55975ab
Add ios to gitlab (libretro) (#75)
* Update .gitlab-ci.yml

* Update GNUmakefile
2021-03-22 15:52:54 +01:00
DerKoun f066708286
Fix Android SDK version 2021-02-25 00:53:19 +01:00
DerKoun cba4f020e6 hotfix for widescreen markers (plus SMws BSO tweak) 2021-02-21 19:37:27 +01:00
DerKoun f0b6cf34e9 Re-applying make file changes for Switch lost in 10.4 2021-02-20 13:07:42 +01:00
DerKoun 866dd739cf hotfix vertical scaling (2nd try) 2021-02-20 02:46:57 +01:00
DerKoun 83745398dd Revert "Revert "Revert "hotfix for vertical scaling"""
This reverts commit a24f81a70e.
2021-02-20 02:45:25 +01:00
DerKoun a24f81a70e Revert "Revert "hotfix for vertical scaling""
This reverts commit 8fa49b87fa.
2021-02-20 02:45:23 +01:00
DerKoun 8fa49b87fa Revert "hotfix for vertical scaling"
This reverts commit 4df25e6e1e.
2021-02-20 02:44:48 +01:00
DerKoun 4df25e6e1e hotfix for vertical scaling 2021-02-20 02:43:27 +01:00
DerKoun f1a45ff0a1 beta 10.4 2021-02-20 00:03:31 +01:00
DerKoun 036c2ed3f3
Fixed memory leaks
Fixed 2 memory leaks with small arrays per line and frame (1 mb/s) and 1 on changing Color Adjustments.
This may also fix flickering and crashes on Switch.
2021-02-06 19:34:05 +01:00
DerKoun ad7a9ef0cb
Merge pull request #67 from jdgleaver/gitlab-fixes
.gitlab-ci.yml fixes
2021-01-11 13:23:21 +01:00
jdgleaver c44f149210 .gitlab-ci.yml fixes 2021-01-11 11:25:31 +00:00
DerKoun d5583c8595
Update .gitlab-ci.yml 2021-01-09 00:13:25 +01:00
DerKoun a9e5442e30
Tweaked make file for libretro builds 2021-01-09 00:09:29 +01:00
DerKoun 3f9f4102be
Tweaked make file for libretro builds 2021-01-09 00:08:53 +01:00
DerKoun 022e68bfe0
Update .gitlab-ci.yml: corrected MAKEFILE(_PATH) 2021-01-03 02:24:14 +01:00
DerKoun 589b69987d
Added .gitlab-ci.yml for libretro builds 2021-01-03 02:08:19 +01:00
DerKoun 87173e8ec8 beta 10.3 2020-02-19 00:10:57 +01:00
DerKoun 3a74cbe0dc beta 10.2 (bsnes 114.3) 2020-02-02 01:18:32 +01:00
DerKoun e39c59785d Trying a libretro switch build fix 2020-01-20 07:22:59 +01:00
DerKoun 4413ef4e60 beta10.1 (libretro only) 2020-01-17 22:20:22 +01:00
DerKoun 6bf68d6c6f
Fix for make clean 2020-01-14 00:42:01 +01:00
DerKoun 529b151156
Changed name in libretro make file for bsnes-hd 2020-01-13 20:53:47 +01:00
DerKoun 917673f32f added missing obj directory 2020-01-12 22:59:41 +01:00
DerKoun 9d189cc7b4 working on build issue 2020-01-12 22:27:48 +01:00
DerKoun f902e98af6 beta10 (bsnes114) 2020-01-12 22:12:37 +01:00
DerKoun 9f9cb26a34 appveyor artifact corrected 2019-08-15 20:11:18 +02:00
DerKoun 92a49dde78 beta9 2019-08-15 19:58:42 +02:00
DerKoun 2a322e57b6 beta8 2019-06-25 21:39:24 +02:00
DerKoun 853368687e beta7 2019-06-12 23:46:36 +02:00
DerKoun ee7b978ed5 beta6 2019-05-26 20:43:22 +02:00
DerKoun 6736243eeb beta5 2019-05-26 20:42:48 +02:00
DerKoun f4e0df6eaf beta4 2019-05-26 20:42:15 +02:00
DerKoun ed6c3ba12c bsnes107r3 2019-05-26 20:41:42 +02:00
DerKoun 94f98b836b beta3 2019-05-26 20:41:00 +02:00
DerKoun 437dcb5fe8 bsnes107r2 2019-05-26 20:39:59 +02:00
DerKoun 496c2500de beta1 2019-05-26 20:38:41 +02:00