summary refs log tree commit diff
path: root/vendor/mingw/libglfw3.a
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-04-17 00:02:32 +0200
committerMel <einebeere@gmail.com>2024-04-17 00:02:32 +0200
commit97c6939a26b3d4dcac843030aa9911aff6b2e5f6 (patch)
treef40251278189f52e243531d0b1d1d34cae750a14 /vendor/mingw/libglfw3.a
parentdc21ce532b56b56b1b60ff1bbe5726eff83e4dd5 (diff)
downloadmeowcraft-97c6939a26b3d4dcac843030aa9911aff6b2e5f6.tar.zst
meowcraft-97c6939a26b3d4dcac843030aa9911aff6b2e5f6.zip
Nix build Linux with Wayland
Diffstat (limited to 'vendor/mingw/libglfw3.a')
0 files changed, 0 insertions, 0 deletions
*/ .highlight .mb { color: #F0F } /* Literal.Number.Bin */ .highlight .mf { color: #F0F } /* Literal.Number.Float */ .highlight .mh { color: #F0F } /* Literal.Number.Hex */ .highlight .mi { color: #F0F } /* Literal.Number.Integer */ .highlight .mo { color: #F0F } /* Literal.Number.Oct */ .highlight .sa { color: #87CEEB } /* Literal.String.Affix */ .highlight .sb { color: #87CEEB } /* Literal.String.Backtick */ .highlight .sc { color: #87CEEB } /* Literal.String.Char */ .highlight .dl { color: #87CEEB } /* Literal.String.Delimiter */ .highlight .sd { color: #87CEEB } /* Literal.String.Doc */ .highlight .s2 { color: #87CEEB } /* Literal.String.Double */ .highlight .se { color: #87CEEB } /* Literal.String.Escape */ .highlight .sh { color: #87CEEB } /* Literal.String.Heredoc */ .highlight .si { color: #87CEEB } /* Literal.String.Interpol */ .highlight .sx { color: #87CEEB } /* Literal.String.Other */ .highlight .sr { color: #87CEEB } /* Literal.String.Regex */ .highlight .s1 { color: #87CEEB } /* Literal.String.Single */ .highlight .ss { color: #87CEEB } /* Literal.String.Symbol */ .highlight .bp { color: #DDD } /* Name.Builtin.Pseudo */ .highlight .fm { color: #FF0 } /* Name.Function.Magic */ .highlight .vc { color: #EEDD82 } /* Name.Variable.Class */ .highlight .vg { color: #EEDD82 } /* Name.Variable.Global */ .highlight .vi { color: #EEDD82 } /* Name.Variable.Instance */ .highlight .vm { color: #EEDD82 } /* Name.Variable.Magic */ .highlight .il { color: #F0F } /* Literal.Number.Integer.Long */
{ retroarch, libretro }:

retroarch.override {
  cores = with libretro; [
    dolphin
    pcsx2
    mupen64plus
    citra 
    beetle-gba
    beetle-psx-hw
  ];
}