Revert "[bsd, am, fermi] Replace assertions with warnings and update stubs (#3160)" (#3239)

This reverts commit adc41bff70.

fixes jackbox, potentially some others

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3239
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
This commit is contained in:
crueter 2025-12-31 01:11:47 +01:00
parent 8d31484f64
commit fb1600b7d1
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
5 changed files with 27 additions and 73 deletions

View file

@ -1,5 +1,5 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-25.11";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
pkgs = import nixpkgs { config = {}; overlays = []; };
in
pkgs.mkShellNoCC {