Up to [local] / ports / emulators / flycast
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Sat Nov 4 09:15:48 2023 UTC (12 months, 2 weeks ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +6 -2 lines
Diff to previous 1.16 (colored)
try to link against glslang-default-resource-limits.a. fails make port-lib-depends-check. emulator works though. $ make port-lib-depends-check Password: flycast-2.2(emulators/flycast): Missing lib: glslang-default-resource-limits.0 (/usr/local/bin/flycast) (NOT REACHABLE) Extra: vulkan.1 *** Error 1 in target 'port-lib-depends-check' (ignored)
Revision 1.16 / (download) - annotate - [select for diffs], Sat Nov 4 01:44:44 2023 UTC (12 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.15: +0 -0 lines
Diff to previous 1.15 (colored)
resync
Revision 1.15, Thu May 25 19:42:42 2023 UTC (17 months, 4 weeks ago) by namtsui
Branch: MAIN
Changes since 1.14: +0 -0 lines
FILE REMOVED
remove finished ports
Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 30 03:11:20 2023 UTC (18 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)
build against system glslang
Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 21 05:22:27 2023 UTC (19 months ago) by namtsui
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)
bundle glslang glslang doesn't support shared libraries that well and it might complicate maintenance. for now, fall back to bundling glslang.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 3 20:01:53 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)
new libelf upstreamed https://github.com/flyinghead/flycast/commit/27b6bafd0f003c8f8bcd1fb3bfd48a3523b298f5
Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 28 21:01:22 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)
upstreamed most patches so update to that commit see: https://github.com/flyinghead/flycast/commit/a1472fb190a315eef8f4ba77432fa04b75c20c5d
Revision 1.10 / (download) - annotate - [select for diffs], Tue Feb 28 03:23:20 2023 UTC (20 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)
update to 2.1
Revision 1.9 / (download) - annotate - [select for diffs], Thu Dec 22 07:50:24 2022 UTC (23 months ago) by namtsui
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)
add licenses. delete some more dependencies. fix upload directory.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Dec 21 23:45:30 2022 UTC (23 months ago) by namtsui
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)
added dist target
Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 10 11:36:19 2022 UTC (23 months, 1 week ago) by namtsui
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)
update to latest git seems to help with vulkan but I still get some crashes on startup. this now relies on two vulkan dependencies. before, it would not be able to toggle from opengl to vulkan most of the time, but now it can toggle. the same crash happens though, but seems to be more reliable. this uses a distfile with git submodules downloaded. this is only for the two vulkan dependencies. will see how to unbundle later.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 27 06:22:53 2022 UTC (2 years ago) by namtsui
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)
update to 2.0 but currently fails 00:07:141 sdl/sdl_gamepad.h:188 I[INPUT]: using custom mapping 'X360 Controller' 00:07:141 hw/mem/_vmem.cpp:494 N[VMEM]: Info: nvmem is enabled, with addr space of size 4GB 00:07:141 hw/mem/_vmem.cpp:495 I[VMEM]: Info: p_sh4rcb: 0x80ce1230000 virt_ram_base: 0x80ce9240000 00:07:184 hw/mem/_vmem.cpp:593 N[VMEM]: BASE 0x80ce9240000 RAM(16 MB) 0x80d75240000 VRAM64(8 MB) 0x80d6d240000 ARAM(2 MB) 0x80d69a40000 00:07:185 linux/posix_vmem.cpp:80 W[VMEM]: mem_region_set_exec: mprotect failed. errno 1 00:07:185 linux/posix_vmem.cpp:80 W[VMEM]: mem_region_set_exec: mprotect failed. errno 1 00:07:185 hw/arm7/arm7.cpp:272 I[AICA_ARM]: AICA ARM Reset 00:07:185 linux/unwind_info.cpp:351 D[DYNAREC]: UnwindInfo::clear libc++abi: terminating with uncaught exception of type Xbyak::Error Abort trap (core dumped)
Revision 1.5 / (download) - annotate - [select for diffs], Fri Oct 15 07:08:29 2021 UTC (3 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)
Summary: revert to an older version because newer versions fail peer verification. this one works and was tested with openbsd to windows opponent.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 14 23:29:52 2021 UTC (3 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)
Summary: update to 10/14. requires new port lang/luabridge
Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 5 21:59:38 2021 UTC (3 years, 2 months ago) by namtsui
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)
Summary: update to latest
Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 4 06:27:15 2021 UTC (3 years, 2 months ago) by namtsui
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)
Summary: ggpo works
Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 4 01:29:51 2021 UTC (3 years, 2 months ago) by namtsui
Branch: MAIN
Summary: flycast works