Commit Graph

  • f4fd04c71c Update swan-builder.yml main izzy2lost 2025-02-09 15:28:56 -05:00
  • a59acdfafe Update swan-builder.yml izzy2lost 2025-02-09 13:46:56 -05:00
  • 4cfe9ef987 Update swan-builder.yml izzy2lost 2025-02-09 13:39:50 -05:00
  • c9dd0c8703 Create swan-builder.yml izzy2lost 2025-02-09 13:38:59 -05:00
  • 10af0c78ba Update TODO (#132) riggles1 2025-01-17 16:28:45 +01:00
  • 37cd87e14c only look for BIOS files in the libretro system directory (#122) Guilherme Janczak 2024-07-24 15:35:00 +00:00
  • bc54533f85 Backport cpu_recompiler_code_generator.cpp commit libretroadmin 2024-07-22 02:45:43 +02:00
  • b17b0e4348 NeGconRumble: Map the analog toggle to the RetroPad select button DarthMew 2024-07-15 17:13:47 +02:00
  • b9bbf87254 Backport MDEC: Increase intermediate IDCT precision DarthMew 2024-07-09 20:25:10 +02:00
  • db6659b1e9 Merge display hlsl helper files DarthMew 2024-07-09 16:30:14 +02:00
  • 365e29cf58 Merge pull request #123 from guijan/openbsd DarthMew 2024-07-08 03:08:13 +02:00
  • ef2689f996 only #include <malloc.h> if it exists Guilherme Janczak 2024-07-07 23:17:16 +00:00
  • 62e2c5f265 file_system: Remove unused logchannel DarthMew 2024-07-07 22:57:48 +02:00
  • d38cdaa3b1 Merge pull request #118 from guijan/mkstemp DarthMew 2024-07-07 16:30:05 +02:00
  • 0bee3c9ba0 Merge pull request #120 from guijan/musl DarthMew 2024-07-07 15:54:44 +02:00
  • cff104245a Merge pull request #119 from guijan/enum DarthMew 2024-07-07 15:00:02 +02:00
  • 39e52c4a99 Merge pull request #121 from guijan/termux DarthMew 2024-07-07 14:26:30 +02:00
  • 79108f3955 use __ANDROID__ not ANDROID Guilherme Janczak 2024-07-07 08:04:42 +00:00
  • 9644a1b7fb linux: switch ftruncate64 for ftruncate Guilherme Janczak 2024-07-07 00:01:21 +00:00
  • d62a9d2a9f avoid out of range enum cast in HostReg Guilherme Janczak 2024-07-06 21:52:18 +00:00
  • e54ca3a447 only #include <alloca.h> if it exists Guilherme Janczak 2024-07-06 21:10:28 +00:00
  • 651ff274e4 mkstemp: feature test, fix fd leak and unchecked return Guilherme Janczak 2024-06-25 06:49:02 +00:00
  • d6f0f687ac Update number of pads 2 DarthMew 2024-07-06 21:37:05 +02:00
  • ac0ef93546 Increase number of pads DarthMew 2024-07-06 21:29:24 +02:00
  • 22050d391c Update descriptions DarthMew 2024-07-04 17:43:15 +02:00
  • 83776ae7d3 Implement NeGcon with rumble DarthMew 2024-07-04 17:29:03 +02:00
  • 0f401e2dee Default to a more compatible fastmem mode DarthMew 2024-07-03 16:02:20 +02:00
  • 46e39dbd59 Set this to true DarthMew 2024-07-03 04:02:32 +02:00
  • 834a6f1241 Provide more details regarding MDEC routines DarthMew 2024-07-03 03:53:32 +02:00
  • 8a999111ff Remove unnecessary line DarthMew 2024-06-29 18:00:58 +02:00
  • 24aac046e0 texture_replacements: Use the swanstation folder inside RetroArch's system directory as base for the textures folder DarthMew 2024-06-28 00:09:42 +02:00
  • ec7a200c76 Merge pull request #108 from guijan/redundant DarthMew 2024-06-26 16:16:33 +02:00
  • ca34723909 Merge pull request #110 from guijan/offset DarthMew 2024-06-26 16:12:16 +02:00
  • 092b812725 byte_stream: Remove redundant code DarthMew 2024-06-26 16:09:49 +02:00
  • 33aebfc03f don't define _FILE_OFFSET_BITS on FreeBSD Guilherme Janczak 2024-06-25 07:14:26 +00:00
  • b6226b61a2 remove redundant check for the empty string in filename Guilherme Janczak 2024-06-25 05:56:27 +00:00
  • 7a27436548 types: __forceinline is for MVSC DarthMew 2024-05-30 22:13:49 +02:00
  • 0ddd642709 Workaround for older GNU compilers DarthMew 2024-05-30 18:39:47 +02:00
  • b7aa9a10aa Update string_util.h msys-ci DarthMew 2024-05-30 18:16:36 +02:00
  • ab82444023 Round 2 DarthMew 2024-05-30 17:38:57 +02:00
  • f2b9a58b8f Exclude until necessary DarthMew 2024-05-30 17:30:00 +02:00
  • 3607ebe28a Mingw CI DarthMew 2024-05-30 16:17:36 +02:00
  • 5f7c7a199b Windows: Allow compiling without Visual Studio DarthMew 2024-05-29 22:49:19 +02:00
  • d5169ed204 Add zstd libretroadmin 2024-05-27 05:05:31 +02:00
  • 4f94af016f libchdr - Backport Fix huff_codec_decompress returned error code It was returning a huffman_error code but the return type is chd_error, a completely different enum. libretroadmin 2024-05-27 04:11:17 +02:00
  • b2ec48c5b6 libchdr - Backport Avoid huffman tree buffer overrun in huffman_import_tree_rle libretroadmin 2024-05-27 04:04:21 +02:00
  • e7db8e1ce3 Backport Add support for 'huff' codec. libretroadmin 2024-05-27 04:01:48 +02:00
  • 5317ba612c (libchdr) Backport fix double file close if opening failed libretroadmin 2024-05-27 03:57:23 +02:00
  • d6f6049281 libchdr - Backport Fix potential NULL dereference libretroadmin 2024-05-27 03:56:39 +02:00
  • 744027819a Backport Fix fseek offset type. libretroadmin 2024-05-27 03:54:39 +02:00
  • d499f6179e (libchdr) Backport use virtual file i/o API which defaults to a stdio wrapper this is preferable over using stdio directly because it gives users of libchdr greater control over how the file is loaded. For example, users can create core_file implementations that load files over a network connection, or from RAM, from an archive, etc. libretroadmin 2024-05-27 03:51:07 +02:00
  • fedff98bdf Backport Remove erroneous free() call in zlib_codec_init() Remove a free() call inherited from the original MAME code which allocated memory within zlib_codec_init(). It is no longer appropriate to call here, as the data variable now points to the middle of a caller-owned allocation. libretroadmin 2024-05-26 23:01:25 +02:00
  • 579591c917 (libhcdr) Add support for reading LZMA and FLAC hunks in non-CD CHDs. libretroadmin 2024-05-26 22:59:11 +02:00
  • bc053b7c88 (libhcdr) Backports libretroadmin 2024-05-26 21:11:57 +02:00
  • 2167c71c46 (libchdr) Backport Avoid division by zero libretroadmin 2024-05-26 21:00:17 +02:00
  • b4e78fdf68 libchdr updates libretroadmin 2024-05-26 20:45:15 +02:00
  • eab1d36201 Use path_is_directory directly libretroadmin 2024-05-24 02:12:10 +02:00
  • 7e0a69028e Move FindFiles out of if statement DarthMew 2024-05-24 01:37:21 +02:00
  • 6a0cc4a1cf Use more libretro-common libretroadmin 2024-05-21 14:33:28 +02:00
  • 805e6407d4 Remove SanitizeFileName libretroadmin 2024-05-21 14:24:00 +02:00
  • 6b3df6cc12 Get rid of StringUtil::WideString functions libretroadmin 2024-05-21 13:22:58 +02:00
  • 071cd9e3e4 More usage of libretro-common libretroadmin 2024-05-21 12:44:36 +02:00
  • e91ad30a5c Backport game database entries DarthMew 2024-05-21 01:33:46 +02:00
  • bb70f43e4d Get rid of unused RenamePath libretroadmin 2024-05-20 06:04:47 +02:00
  • c61a466471 Buildfix for Unix libretroadmin 2024-05-20 05:57:58 +02:00
  • d3ea75502f Remove timestamp.cpp/timestamp.h - call path_mkdir and filestream calls directly to avoid Windows shenanigans libretroadmin 2024-05-20 05:52:57 +02:00
  • ea317b6e34 Use more libretro-common and libretro VFS libretroadmin 2024-05-20 05:17:45 +02:00
  • 6c7cb8619e Update CHD code to use libretro VFS libretroadmin 2024-05-20 04:36:34 +02:00
  • 9a4aee02e3 CreateDirectory - use libretro-common function libretroadmin 2024-05-20 04:22:17 +02:00
  • 130b79295c Start using libretro-common file_path_io functions for stat functions libretroadmin 2024-05-20 04:14:52 +02:00
  • b380a75b8b (PBP) Remove debug code libretroadmin 2024-05-20 02:48:55 +02:00
  • 7c5f78600a (PPF) Fix crash - rfclose() must be called AFTER the patch function libretroadmin 2024-05-20 02:47:07 +02:00
  • a8b24fa99d Buildfix libretroadmin 2024-05-19 21:19:48 +02:00
  • e40087af51 Add missing file libretroadmin 2024-05-19 21:04:44 +02:00
  • 2f88cb9fbe Get rid of more stdio file I/O libretroadmin 2024-05-19 20:39:09 +02:00
  • ea6119d035 (cd_image_pbp.cpp) Use libretro VFS libretroadmin 2024-05-19 20:31:18 +02:00
  • d23696c236 More libretro VFS usage libretroadmin 2024-05-19 20:24:32 +02:00
  • 54be4bce18 Start using libretro VFS libretroadmin 2024-05-19 20:18:38 +02:00
  • 1f9462a9a9 First step hooking up VFS libretroadmin 2024-05-19 19:06:09 +02:00
  • bc3352dead (Vulkan) Need to implement get_application_info otherwise will crash on startup libretroadmin 2024-05-19 18:35:58 +02:00
  • bfd6fb31a6 Update libretro-common libretroadmin 2024-05-19 05:46:16 +02:00
  • 929958a1ac Fix Chrono Cross status screen DarthMew 2024-05-06 21:14:21 +02:00
  • 6ed491d6ba (Common) Remove scope_guard.h libretroadmin 2024-04-26 05:26:21 +02:00
  • c7fefb5bfd Combine opengl_host_display and gpu_hw_opengl Combine vulkan_host_display and gpu_hw_vulkan libretroadmin 2024-04-18 16:13:51 +02:00
  • 4d0d4351bc Remove unused functions libretroadmin 2024-04-18 14:39:45 +02:00
  • 6154f0ea5e Remove unused GetSettings libretroadmin 2024-04-18 14:36:11 +02:00
  • 5a904a8875 Remove unused GetButtonCodeByName libretroadmin 2024-04-18 14:32:53 +02:00
  • bc20b8820f Remove unused GetAxisByCodeName libretroadmin 2024-04-18 14:29:02 +02:00
  • 2cc303c8a7 Remove unused functions libretroadmin 2024-04-18 14:26:17 +02:00
  • 5e74ad1409 Merge libretro_d3d11_host_display.cpp and gpu_hw_d3d11.cpp libretroadmin 2024-04-18 14:08:25 +02:00
  • 95a706ad1b Get rid of unued cd_image_hasher libretroadmin 2024-04-18 13:49:31 +02:00
  • d33a8b903a Remove unused ToString() functions libretroadmin 2024-04-18 12:24:01 +02:00
  • d7a159e667 Get rid of another std::array libretroadmin 2024-04-17 21:16:44 +02:00
  • 521a3cb9b4 Get rid of more std::arrays libretroadmin 2024-04-17 12:39:47 +02:00
  • ae980aabcb Get rid of some std::arrays libretroadmin 2024-04-17 12:16:07 +02:00
  • 77aeeea58a Update README.md DarthMew 2024-01-26 04:05:24 +01:00
  • 7737945e64 Add gamesetting entry for 'Use Alternative Audio Hook' incompatible games DarthMew 2024-01-26 03:54:48 +01:00
  • 6a8c32bb17 GPU: Enable GPUSTAT.28 in read mode. Fixes Celeste Classic. DarthMew 2023-11-12 02:59:53 +01:00
  • f88d108cb3 Revert "More backports" DarthMew 2023-11-12 02:49:06 +01:00
  • afb6bc73c7 Add 'Use Alternative Audio Hook' option, enable by default DarthMew 2023-10-01 00:22:22 +02:00