Skip Navigation
Has anyone gotten Sniper Elite 4 running on OpenSUSE?
  • I just tried starting it, works without issue with proton experimental. opensuse tumbleweed, Kernel: 6.4.12-1-default x86_64, Device-1: v: 4.6 Mesa 23.1.6 renderer: AMD Radeon RX 7900 XTX (gfx1100 LLVM 16.0.6 DRM 3.52 6.4.12-1-default)

    As for debugging try sshing into your box and check dmesg or check the system journal.

  • structs with designated initializers as named function parameters

    Recently I end up using structs everywhere as functions parameters to basically get named function parameters and better default arguments. Are there any downsides to this? So far the only annoying thing is to have to define those structs.

    ``` struct FunParams{ int i = 5; float f = 3.14f; std::string s = "hello"; };

    void Fun(const FunParams& params){}

    int main(){ Fun({.s = "hi there"}); } ```

    6
    system information

    I'm a midwit so for me it's inxi.

    5
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RE
    Renderwahn @lemmy.world
    Posts 2
    Comments 8